Searched refs:dldump (Results 1 - 6 of 6) sorted by relevance
/illumos-gate/usr/src/cmd/sgs/libdl/common/ |
H A D | llib-ldl | 40 int dldump(const char *, const char *, int);
|
/illumos-gate/usr/src/head/ |
H A D | dlfcn.h | 117 extern int dldump(const char *, const char *, int); 124 #pragma unknown_control_flow(dlmopen, dladdr, dladdr1, dldump, dlinfo) 161 * Valid values for flag argument to dldump.
|
/illumos-gate/usr/src/cmd/sgs/librtld/ |
H A D | Makefile.com | 31 COMOBJS= dldump.o dynamic.o relocate.o syms.o \
|
/illumos-gate/usr/src/cmd/sgs/libcrle/common/ |
H A D | dump.c | 53 * For each file in the configuration file that requires an alternate (dldump()) 103 * dldump(3x) an object that is already part of the main link-map list. 110 if (dldump(opath, npath, dlflag) != 0) { 124 * mapped in (fptr == load()) and then once again to dldump(3x) the mapped 202 * dldump()'ed dependencies will live in a single consecutive address range. 391 * could drop this step altogether, and have dldump() carry out just
|
/illumos-gate/usr/src/cmd/sgs/rtld/common/ |
H A D | dlfcns.c | 720 * dldump()'ing using dlopen(0, RTLD_NOW). 1649 * Core dldump activity. 1711 #pragma weak _dldump = dldump 1714 * External entry for dldump(3c). Returns 0 on success, non-zero otherwise. 1717 dldump(const char *ipath, const char *opath, int flags) function
|
/illumos-gate/usr/src/man/man3c/ |
H A D | Makefile | 94 dldump.3c \
|
Completed in 84 milliseconds