dl_info struct

Structure filled in by dladdr()

Public variables

char const * dli_fname
Filename of defining object (thread unsafe and reused on every call to dladdr)
void* dli_fbase
Load address of that object.
char const * dli_sname
Name of nearest lower symbol.
void* dli_saddr
Exact value of nearest symbol.