retrieve a value from the auxiliary vector NAME getauxval - retrieve a value from the auxiliary vector LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #include <sys/auxv.h> unsi…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…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…get total and available physical page counts NAME get_phys_pages, get_avphys_pages - get total and available physical page counts LIBRARY Standard C library ( libc , -lc ) SYNOPSIS…get total and available physical page counts NAME get_phys_pages, get_avphys_pages - get total and available physical page counts LIBRARY Standard C library ( libc , -lc ) SYNOPSIS…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…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…obtain information about a dynamically loaded object NAME dlinfo - obtain information about a dynamically loaded object LIBRARY Dynamic linking library ( libdl , -ldl ) SYNOPSIS #d…get/set message queue attributes NAME mq_getattr, mq_setattr - get/set message queue attributes LIBRARY Real-time library ( librt , -lrt ) SYNOPSIS #include <mqueue.h> int mq_getat…get/set message queue attributes NAME mq_getattr, mq_setattr - get/set message queue attributes LIBRARY Real-time library ( librt , -lrt ) SYNOPSIS #include <mqueue.h> int mq_getat…register a function to be called at normal process termination NAME atexit - register a function to be called at normal process termination LIBRARY Standard C library ( libc , -lc …support for application self-debugging NAME backtrace, backtrace_symbols, backtrace_symbols_fd - support for application self-debugging LIBRARY Standard C library ( libc , -lc ) SY…support for application self-debugging NAME backtrace, backtrace_symbols, backtrace_symbols_fd - support for application self-debugging LIBRARY Standard C library ( libc , -lc ) SY…support for application self-debugging NAME backtrace, backtrace_symbols, backtrace_symbols_fd - support for application self-debugging LIBRARY Standard C library ( libc , -lc ) SY…input string format conversion NAME sscanf, vsscanf - input string format conversion LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #include <stdio.h> int sscanf(const char *re…input string format conversion NAME sscanf, vsscanf - input string format conversion LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #include <stdio.h> int sscanf(const char *re…