Name: Anonymous 2009-06-02 14:46
BUGS
Sometimes, the function pointers you pass to dladdr() may surprise you.
On some architectures (notably i386 and x86_64), dli_fname and
dli_fbase may end up pointing back at the object from which you called
dladdr(), even if the function used as an argument should come from a
dynamically linked library.
Sometimes, the function pointers you pass to dladdr() may surprise you.
On some architectures (notably i386 and x86_64), dli_fname and
dli_fbase may end up pointing back at the object from which you called
dladdr(), even if the function used as an argument should come from a
dynamically linked library.