translate address to symbolic information NAME dladdr, dladdr1 - translate address to symbolic information LIBRARY Dynamic linking library ( libdl , -ldl ) SYNOPSIS #define _GNU_SO…translate address to symbolic information NAME dladdr, dladdr1 - translate address to symbolic information LIBRARY Dynamic linking library ( libdl , -ldl ) SYNOPSIS #define _GNU_SO…open and close a shared object NAME dlclose, dlopen, dlmopen - open and close a shared object LIBRARY Dynamic linking library ( libdl , -ldl ) SYNOPSIS #include <dlfcn.h> void *dlo…open and close a shared object NAME dlclose, dlopen, dlmopen - open and close a shared object LIBRARY Dynamic linking library ( libdl , -ldl ) SYNOPSIS #include <dlfcn.h> void *dlo…open and close a shared object NAME dlclose, dlopen, dlmopen - open and close a shared object LIBRARY Dynamic linking library ( libdl , -ldl ) SYNOPSIS #include <dlfcn.h> void *dlo…obtain information about a dynamically loaded object NAME dlinfo - obtain information about a dynamically loaded object LIBRARY Dynamic linking library ( libdl , -ldl ) SYNOPSIS #d…traverse a file hierarchy NAME fts, fts_open, fts_read, fts_children, fts_set, fts_close - traverse a file hierarchy LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #include <sy…traverse a file hierarchy NAME fts, fts_open, fts_read, fts_children, fts_set, fts_close - traverse a file hierarchy LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #include <sy…traverse a file hierarchy NAME fts, fts_open, fts_read, fts_children, fts_set, fts_close - traverse a file hierarchy LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #include <sy…traverse a file hierarchy NAME fts, fts_open, fts_read, fts_children, fts_set, fts_close - traverse a file hierarchy LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #include <sy…traverse a file hierarchy NAME fts, fts_open, fts_read, fts_children, fts_set, fts_close - traverse a file hierarchy LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #include <sy…traverse a file hierarchy NAME fts, fts_open, fts_read, fts_children, fts_set, fts_close - traverse a file hierarchy LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #include <sy…file tree walk NAME ftw, nftw - file tree walk LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #include <ftw.h> int nftw(const char * dirpath , int (* fn )(const char * fpath , …file tree walk NAME ftw, nftw - file tree walk LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #include <ftw.h> int nftw(const char * dirpath , int (* fn )(const char * fpath , …get interface addresses NAME getifaddrs, freeifaddrs - get interface addresses LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #include <sys/types.h> #include <ifaddrs.h> int ge…get interface addresses NAME getifaddrs, freeifaddrs - get interface addresses LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #include <sys/types.h> #include <ifaddrs.h> int ge…obtain address of a symbol in a shared object or executable NAME dlsym, dlvsym - obtain address of a symbol in a shared object or executable LIBRARY Dynamic linking library ( libdl…obtain address of a symbol in a shared object or executable NAME dlsym, dlvsym - obtain address of a symbol in a shared object or executable LIBRARY Dynamic linking library ( libdl…introduction to library functions NAME intro - introduction to library functions DESCRIPTION Section 3 of the manual describes all library functions excluding the library functions…walk through list of shared objects NAME dl_iterate_phdr - walk through list of shared objects LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #define _GNU_SOURCE /* See feature…