This is the mail archive of the libc-help@sourceware.org mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Hidden PLT workaround


On Friday 07 May 2010 01:44:03 Boris Arnoux wrote:
> Is there another thing making calls to these symbols not go
> through the PLT , such as an  symbol export map, or something like
> that ?

a symbol export map does only what its name implies -- it controls the lists 
of symbols exported from the finally linked object.  it has no bearing at all 
on the compiling/linking steps.  the only thing making the calls bypass the 
PLT is that set of macros.  review the list of relocs in the objects with 
readelf if you want to double check.
-mike

Attachment: signature.asc
Description: This is a digitally signed message part.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]