Searched refs:RTLD_NOLOAD (Results 1 - 10 of 10) sorted by relevance

/illumos-gate/usr/src/lib/libumem/common/
H A Dinit_lib.c41 void *handle = dlopen("libmapmalloc.so.1", RTLD_NOLOAD);
/illumos-gate/usr/src/lib/gss_mechs/mech_dh/dh_common/
H A Ddh_template.c109 void *dlhandle = dlopen(0, RTLD_NOLOAD);
/illumos-gate/usr/src/head/
H A Ddlfcn.h143 #define RTLD_NOLOAD 0x00004 /* don't load object */ macro
/illumos-gate/usr/src/lib/libnsl/nis/gen/
H A Dnis_misc_proc.c100 * 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 Ddl.c65 { RTLD_NOLOAD, MSG_RTLD_NOLOAD },
/illumos-gate/usr/src/cmd/sgs/libcrle/common/
H A Ddump.c178 (RTLD_NOLOAD | RTLD_CONFGEN))) == 0)
/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.c656 ((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 Danalyze.c922 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 Drtld.c131 { MSG_ORIG(MSG_MODE_NOLOAD), RTLD_NOLOAD, RTLD_NOLOAD },

Completed in 89 milliseconds