dladdr1 (3) Linux Manual Page
NAME 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. DESCRIPTION The function dladdr() determines whether the address specified in addr is located in one of the shared objects loaded by the calling…
