This is the mail archive of the libc-alpha@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]

lazy loading for glibc?


Hi all,

Does glibc have the ability to do lazy loading like Solaris libc?

http://docs.oracle.com/cd/E19253-01/817-1984/chapter3-27/index.html

Has anyone worked on this before?

The essential components appear to be:

ld -z lazyload
dlsym(RTLD_PROBE, "function_name")

This would allow shared libraries to become optional, which would be
useful for various reasons.

-- 
bye,
pabs

http://bonedaddy.net/pabs3/

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]