Searched refs:RTLD_NOLOAD (Results 1 - 10 of 10) sorted by relevance
/illumos-gate/usr/src/lib/libumem/common/ |
H A D | init_lib.c | 41 void *handle = dlopen("libmapmalloc.so.1", RTLD_NOLOAD);
|
/illumos-gate/usr/src/lib/gss_mechs/mech_dh/dh_common/ |
H A D | dh_template.c | 109 void *dlhandle = dlopen(0, RTLD_NOLOAD);
|
/illumos-gate/usr/src/head/ |
H A D | dlfcn.h | 143 #define RTLD_NOLOAD 0x00004 /* don't load object */ macro
|
/illumos-gate/usr/src/lib/libnsl/nis/gen/ |
H A D | nis_misc_proc.c | 100 * This routine opens libgss RTLD_NOLOAD. If this fails then libgss.so.1 127 if ((dh = dlopen(LIBGSS, RTLD_NOLOAD)) == NULL) {
|
/illumos-gate/usr/src/cmd/sgs/libconv/common/ |
H A D | dl.c | 65 { RTLD_NOLOAD, MSG_RTLD_NOLOAD },
|
/illumos-gate/usr/src/cmd/sgs/libcrle/common/ |
H A D | dump.c | 178 (RTLD_NOLOAD | RTLD_CONFGEN))) == 0)
|
/illumos-gate/usr/src/lib/abi/apptrace/common/ |
H A D | apptrace.c | 418 h = dlmopen(LM_ID_BASE, libcpath, RTLD_LAZY | RTLD_NOLOAD);
|
/illumos-gate/usr/src/cmd/sgs/rtld/common/ |
H A D | dlfcns.c | 656 ((mode & RTLD_NOLOAD) == 0)) 985 * RTLD_LAZY. RTLD_NOLOAD is valid by itself. Use of LM_ID_NEWLM 988 if ((mode & (RTLD_NOW | RTLD_LAZY | RTLD_NOLOAD)) == 0) {
|
H A D | analyze.c | 922 MODE(lmp) |= nmode & ~(RTLD_PARENT | RTLD_NOLOAD | RTLD_FIRST); 2420 if ((nmode & RTLD_NOLOAD) == 0) {
|
/illumos-gate/usr/src/cmd/sgs/rtld/mdbmod/common/ |
H A D | rtld.c | 131 { MSG_ORIG(MSG_MODE_NOLOAD), RTLD_NOLOAD, RTLD_NOLOAD },
|
Completed in 121 milliseconds