Searched refs:dlmopen (Results 1 – 16 of 16) sorted by relevance
/illumos-gate/usr/src/head/ |
H A D | dlfcn.h | 114 extern void *dlmopen(Lmid_t, const char *, int); 124 #pragma unknown_control_flow(dlmopen, dladdr, dladdr1, dldump, dlinfo)
|
/illumos-gate/usr/src/cmd/sgs/libcrle/common/ |
H A D | dump.c | 72 if ((ghp = (Grp_hdl *)dlmopen(LM_ID_BASE, opath, in load() 174 if ((ghp = dlmopen(LM_ID_BASE, 0, in scanconfig() 395 if (dlmopen(LM_ID_BASE, 0, (RTLD_NOW | RTLD_CONFGEN)) == 0) in dumpconfig()
|
/illumos-gate/usr/src/cmd/mdb/common/kmdb/ |
H A D | kmdb_dl.c | 57 dlmopen(Lmid_t lmid, const char *pathname, int mode) in dlmopen() function
|
/illumos-gate/usr/src/cmd/sgs/moe/common/ |
H A D | moe.c | 121 if ((handle = dlmopen(LM_ID_NEWLM, name, in openlib()
|
/illumos-gate/usr/src/cmd/mdb/common/mdb/ |
H A D | mdb_tdb.c | 98 if ((hdl = dlmopen(LM_ID_BASE, path, RTLD_LAZY | RTLD_LOCAL)) == NULL) { in mdb_tdb_load()
|
H A D | mdb_module.c | 127 mod->mod_hdl = dlmopen(LM_ID_BASE, fname, RTLD_NOW | dlmode); in mdb_module_create()
|
/illumos-gate/usr/src/cmd/sgs/libdl/common/ |
H A D | mapfile-vers | 83 dlmopen { TYPE = FUNCTION };
|
/illumos-gate/usr/src/cmd/sgs/rtld/common/ |
H A D | mapfile-vers | 56 dlmopen;
|
H A D | dlfcns.c | 1036 #pragma weak _dlmopen = dlmopen 1042 dlmopen(Lmid_t lmid, const char *path, int mode) in dlmopen() function
|
/illumos-gate/usr/src/lib/abi/apptrace/common/ |
H A D | apptrace.c | 416 h = dlmopen(LM_ID_BASE, libcpath, RTLD_LAZY | RTLD_NOLOAD); in la_preinit()
|
/illumos-gate/usr/src/lib/c_synonyms/ |
H A D | syn_common | 238 dlmopen
|
/illumos-gate/usr/src/cmd/abi/appcert/etc/ |
H A D | etc.tweaks.in | 303 MODEL_TWEAK|/usr/lib/ld.so.1|*|dlmopen|public
|
/illumos-gate/usr/src/lib/libc/port/ |
H A D | mapfile-vers | 1020 dlmopen { TYPE = FUNCTION; FILTER = /usr/lib/ld.so.1; }; 1030 dlmopen { TYPE = FUNCTION; FILTER = /usr/lib/sparcv9/ld.so.1; }; 1044 dlmopen { TYPE = FUNCTION; FILTER = /usr/lib/amd64/ld.so.1; };
|
/illumos-gate/usr/src/man/man3c/ |
H A D | Makefile | 790 dlmopen.3c \ 1792 dlmopen.3c := LINKSRC = dlopen.3c
|
/illumos-gate/usr/src/cmd/sgs/tools/ |
H A D | SUNWonld-README | 192 4259254 dlmopen mistakenly closes fd 0 (stdin) under certain error conditions 612 4744337 missing RD_CONSISTENT event with dlmopen(LD_ID_NEWLM, ...)
|
/illumos-gate/usr/src/pkg/manifests/ |
H A D | system-library.man3c.inc | 300 link path=usr/share/man/man3c/dlmopen.3c target=dlopen.3c
|