Linux Standard Base PDA Specification 3.0RC3 | ||
---|---|---|
<<< Previous | Next >>> |
#include <dlfcn.h> typedef struct { const char |
The dladdr() function shall query the dynamic linker for information about the shared object containing the address addr. The information shall be returned in the user supplied data structure referenced by dlip.
The structure shall contain at least the following members:
The behavior of dladdr() is only specified in dynamically linked programs.
On success, dladdr() shall return non-zero, and the structure referenced by dlip shall be filled in as described. Otherwise, dladdr() shall return zero, and the cause of the error can be fetched with dlerr().
<<< Previous | Home | Next >>> |
Interface Definitions for libdl | Up | dlopen |