Page 1 of 1
global offset table
Posted: Thu Mar 05, 2009 3:32 am
by mcheung63
Hi all
what kind of c/c++ code will produce global_offset_table in my object file?
tahnks
from Peter (
[email protected])
Re: global offset table
Posted: Thu Mar 05, 2009 4:50 am
by Combuster
/me lost count of how often he removed the emailaddress from your posts...
Re: global offset table
Posted: Thu Mar 05, 2009 6:47 am
by JamesM
mcheung63 wrote:Hi all
what kind of c/c++ code will produce global_offset_table in my object file?
tahnks
from Peter (
[email protected])
An ELF shared object usually contains a GOT.
Re: global offset table
Posted: Sat Mar 07, 2009 11:56 pm
by mcheung63
thanks all, but i didn't use any shared memory. That's why i don't understand the reason of having global_offset_table in my elf object.