support for application self-debugging NAME backtrace, backtrace_symbols, backtrace_symbols_fd - support for application self-debugging LIBRARY Standard C library...support for application self-debugging NAME backtrace, backtrace_symbols, backtrace_symbols_fd - support for application self-debugging LIBRARY Standard C library...support for application self-debugging NAME backtrace, backtrace_symbols, backtrace_symbols_fd - support for application self-debugging LIBRARY Standard C library...end of program segments NAME etext, edata, end - end of program segments SYNOPSIS extern etext ; extern edata ; extern end ; DESCRIPTION The addresses of these symbols indicate the…end of program segments NAME etext, edata, end - end of program segments SYNOPSIS extern etext ; extern edata ; extern end ; DESCRIPTION The addresses of these symbols indicate the…end of program segments NAME etext, edata, end - end of program segments SYNOPSIS extern etext ; extern edata ; extern end ; DESCRIPTION The addresses of these symbols indicate the…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…convert a string representation of time to a time tm structure NAME strptime - convert a string representation of time to a time tm structure LIBRARY Standard C library ( libc , -l…standard I/O streams NAME stdin, stdout, stderr - standard I/O streams LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #include <stdio.h> extern FILE * stdin ; extern FILE * std…standard I/O streams NAME stdin, stdout, stderr - standard I/O streams LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #include <stdio.h> extern FILE * stdin ; extern FILE * std…standard I/O streams NAME stdin, stdout, stderr - standard I/O streams LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #include <stdio.h> extern FILE * stdin ; extern FILE * std…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…set memory allocation parameters NAME mallopt - set memory allocation parameters LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #include <malloc.h> int mallopt(int param , int …format date and time NAME strftime - format date and time LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #include <time.h> size_t strftime(char s [restrict . max ], size_t max …format date and time NAME strftime - format date and time LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #include <time.h> size_t strftime(char s [restrict . max ], size_t max …manage a binary search tree NAME tsearch, tfind, tdelete, twalk, twalk_r, tdestroy - manage a binary search tree LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #include <search…manage a binary search tree NAME tsearch, tfind, tdelete, twalk, twalk_r, tdestroy - manage a binary search tree LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #include <search…