Searched refs:RTLD_NOLOAD (Results 1 – 13 of 13) sorted by relevance
/titanic_50/usr/src/lib/libumem/common/ |
H A D | init_lib.c | 41 void *handle = dlopen("libmapmalloc.so.1", RTLD_NOLOAD); in vmem_heap_init()
|
/titanic_50/usr/src/head/ |
H A D | dlfcn.h | 143 #define RTLD_NOLOAD 0x00004 /* don't load object */ macro
|
/titanic_50/usr/src/lib/gss_mechs/mech_dh/dh_common/ |
H A D | dh_template.c | 109 void *dlhandle = dlopen(0, RTLD_NOLOAD); in dh_getpublickey()
|
/titanic_50/usr/src/cmd/sgs/libconv/common/ |
H A D | dl.msg | 33 @ MSG_RTLD_NOLOAD "RTLD_NOLOAD"
|
H A D | dl.c | 65 { RTLD_NOLOAD, MSG_RTLD_NOLOAD }, in conv_dl_mode()
|
/titanic_50/usr/src/lib/libnsl/nis/gen/ |
H A D | nis_misc_proc.c | 127 if ((dh = dlopen(LIBGSS, RTLD_NOLOAD)) == NULL) { in gss_OID_load()
|
/titanic_50/usr/src/cmd/sgs/libcrle/common/ |
H A D | dump.c | 178 (RTLD_NOLOAD | RTLD_CONFGEN))) == 0) in scanconfig()
|
/titanic_50/usr/src/lib/abi/apptrace/common/ |
H A D | apptrace.c | 418 h = dlmopen(LM_ID_BASE, libcpath, RTLD_LAZY | RTLD_NOLOAD); in la_preinit()
|
/titanic_50/usr/src/cmd/sgs/rtld/common/ |
H A D | dlfcns.c | 656 ((mode & RTLD_NOLOAD) == 0)) in dlmopen_core() 988 if ((mode & (RTLD_NOW | RTLD_LAZY | RTLD_NOLOAD)) == 0) { in dlmopen_check()
|
H A D | rtld.msg | 41 @ MSG_ARG_ILLMODE_1 "illegal mode: RTLD_NOW or RTLD_LAZY or RTLD_NOLOAD \
|
H A D | analyze.c | 922 MODE(lmp) |= nmode & ~(RTLD_PARENT | RTLD_NOLOAD | RTLD_FIRST); in update_mode() 2420 if ((nmode & RTLD_NOLOAD) == 0) { in load_path()
|
/titanic_50/usr/src/cmd/sgs/rtld/mdbmod/common/ |
H A D | rtld.c | 131 { MSG_ORIG(MSG_MODE_NOLOAD), RTLD_NOLOAD, RTLD_NOLOAD },
|
/titanic_50/usr/src/cmd/sgs/packages/common/ |
H A D | SUNWonld-README | 543 4651709 dlopen(RTLD_NOLOAD) can disable lazy loading 1361 6527318 dlopen(name, RTLD_NOLOAD) returns handle for unloaded library
|