Searched refs:dlmopen (Results 1 - 11 of 11) sorted by relevance

/illumos-gate/usr/src/cmd/sgs/libdl/common/
H A Dllib-ldl37 void * dlmopen(Lmid_t, const char *, int);
/illumos-gate/usr/src/head/
H A Ddlfcn.h114 extern void *dlmopen(Lmid_t, const char *, int);
124 #pragma unknown_control_flow(dlmopen, dladdr, dladdr1, dldump, dlinfo)
/illumos-gate/usr/src/cmd/mdb/common/kmdb/
H A Dkmdb_dl.c59 dlmopen(Lmid_t lmid, const char *pathname, int mode) function
/illumos-gate/usr/src/cmd/sgs/libcrle/common/
H A Ddump.c75 if ((ghp = (Grp_hdl *)dlmopen(LM_ID_BASE, opath,
177 if ((ghp = dlmopen(LM_ID_BASE, 0,
397 if (dlmopen(LM_ID_BASE, 0, (RTLD_NOW | RTLD_CONFGEN)) == 0)
/illumos-gate/usr/src/cmd/sgs/moe/common/
H A Dmoe.c121 if ((handle = dlmopen(LM_ID_NEWLM, name,
/illumos-gate/usr/src/cmd/mdb/common/mdb/
H A Dmdb_tdb.c94 * Otherwise dlmopen the new library, look up its td_init() function,
100 if ((hdl = dlmopen(LM_ID_BASE, path, RTLD_LAZY | RTLD_LOCAL)) == NULL) {
H A Dmdb_demangle.c55 if ((hdl = dlmopen(LM_ID_BASE, path, RTLD_LAZY | RTLD_LOCAL)) == NULL) {
H A Dmdb_module.c127 mod->mod_hdl = dlmopen(LM_ID_BASE, fname, RTLD_NOW | dlmode);
/illumos-gate/usr/src/lib/abi/apptrace/common/
H A Dapptrace.c418 h = dlmopen(LM_ID_BASE, libcpath, RTLD_LAZY | RTLD_NOLOAD);
/illumos-gate/usr/src/cmd/sgs/rtld/common/
H A Ddlfcns.c547 * case of a dlclose of an alternative (dlmopen) link-map the whole
1035 #pragma weak _dlmopen = dlmopen
1038 * External entry for dlmopen(3dl).
1041 dlmopen(Lmid_t lmid, const char *path, int mode) function
1744 * the rtld_db and dlmopen() interfaces. It checks to see if the Link_map is
/illumos-gate/usr/src/man/man3c/
H A DMakefile756 dlmopen.3c \
1622 dlmopen.3c := LINKSRC = dlopen.3c

Completed in 91 milliseconds