Hi all
what kind of c/c++ code will produce global_offset_table in my object file?
tahnks
from Peter ([email protected])
global offset table
- Combuster
- Member
- Posts: 9301
- Joined: Wed Oct 18, 2006 3:45 am
- Libera.chat IRC: [com]buster
- Location: On the balcony, where I can actually keep 1½m distance
- Contact:
Re: global offset table
/me lost count of how often he removed the emailaddress from your posts...
Re: global offset table
An ELF shared object usually contains a GOT.mcheung63 wrote: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
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.