dladdr (3) Linux Manual Page
dladdr, dladdr1 – translate address to symbolic information Synopsis#define _GNU_SOURCE #include <dlfcn.h> int dladdr(void *addr, Dl_info *info); int dladdr1(void *addr, Dl_info *info, void **extra_info, int flags); Link with -ldl.DescriptionThe function dladdr() determines whether the address specified in addr is located in one of the shared objects loaded by the calling application. If it is, then…
