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…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…obtain information about a dynamically loaded object NAME dlinfo - obtain information about a dynamically loaded object LIBRARY Dynamic linking library ( libdl , -ldl ) SYNOPSIS #d…performing a nonlocal goto NAME setjmp, sigsetjmp, longjmp, siglongjmp - performing a nonlocal goto LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #include <setjmp.h> int setjm…performing a nonlocal goto NAME setjmp, sigsetjmp, longjmp, siglongjmp - performing a nonlocal goto LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #include <setjmp.h> int setjm…performing a nonlocal goto NAME setjmp, sigsetjmp, longjmp, siglongjmp - performing a nonlocal goto LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #include <setjmp.h> int setjm…performing a nonlocal goto NAME setjmp, sigsetjmp, longjmp, siglongjmp - performing a nonlocal goto LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #include <setjmp.h> int setjm…get an environment variable NAME getenv, secure_getenv - get an environment variable LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #include <stdlib.h> char *getenv(const char …get an environment variable NAME getenv, secure_getenv - get an environment variable LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #include <stdlib.h> char *getenv(const char …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…