Re: question regarding link_elf.c

2010-09-29 Thread PL
Dnia 29-09-2010 o godz. 16:58 Andriy Gapon napisał(a): > on 29/09/2010 17:44 PL said the following: > > Dnia 29-09-2010 o godz. 16:23 Andriy Gapon napisał(a): > >> on 29/09/2010 17:13 PL said the following: > >>> It seems like it is not a problem in my own code, since readelf -S on a > >>> elf file

Re: question regarding link_elf.c

2010-09-29 Thread Andriy Gapon
on 29/09/2010 17:44 PL said the following: > Dnia 29-09-2010 o godz. 16:23 Andriy Gapon napisał(a): >> on 29/09/2010 17:13 PL said the following: >>> It seems like it is not a problem in my own code, since readelf -S on a >>> elf file >>> gives me the same results as my debug messages. I've created

Re: question regarding link_elf.c

2010-09-29 Thread PL
Dnia 29-09-2010 o godz. 16:23 Andriy Gapon napisał(a): > on 29/09/2010 17:13 PL said the following: > > It seems like it is not a problem in my own code, since readelf -S on a > > elf file > > gives me the same results as my debug messages. I've created an empty > > module, to > > simplify debuggin

Re: question regarding link_elf.c

2010-09-29 Thread Andriy Gapon
on 29/09/2010 17:13 PL said the following: > It seems like it is not a problem in my own code, since readelf -S on a > elf file > gives me the same results as my debug messages. I've created an empty > module, to > simplify debugging. Both my code, and readelf says, that '.text' section > addres

Re: question regarding link_elf.c

2010-09-29 Thread PL
Dnia 29-09-2010 o godz. 10:58 Andriy Gapon napisał(a): > on 29/09/2010 11:18 PL said the following: > > Hi everyone, > > I'm not quiet sure if it is proper place to ask the question I have. If > > not, please > > direct me to the correct place I should post questions like: > > > > Im working on so

Re: question regarding link_elf.c

2010-09-29 Thread Andriy Gapon
on 29/09/2010 11:18 PL said the following: > Hi everyone, > I'm not quiet sure if it is proper place to ask the question I have. If > not, please > direct me to the correct place I should post questions like: > > Im working on some modifications around link_elf.c. According to elf(5) > man pages

question regarding link_elf.c

2010-09-29 Thread PL
Hi everyone, I'm not quiet sure if it is proper place to ask the question I have. If not, please direct me to the correct place I should post questions like: Im working on some modifications around link_elf.c. According to elf(5) man pages, Elf_Shdr structure contains field called 'sh_addr', con