Searched refs:RTLD_SELF (Results 1 – 11 of 11) sorted by relevance
/titanic_50/usr/src/lib/libdtrace/common/ |
H A D | dlink_init.c | 55 if (dlinfo(RTLD_SELF, RTLD_DI_LINKMAP, &lmp) == -1 || lmp == NULL) { in dtrace_drti_init() 60 if (dlinfo(RTLD_SELF, RTLD_DI_LMID, &lmid) == -1) { in dtrace_drti_init()
|
/titanic_50/usr/src/cmd/mdb/common/mdb/ |
H A D | mdb_debug.c | 145 if ((libproc_debugp = dlsym(RTLD_SELF, "_libproc_debug")) != NULL) in mdb_dmode() 148 if ((libctf_debugp = dlsym(RTLD_SELF, "_libctf_debug")) != NULL) in mdb_dmode() 151 if ((rd_logp = (void (*)())dlsym(RTLD_SELF, "rd_log")) != NULL) in mdb_dmode()
|
/titanic_50/usr/src/lib/brand/solaris10/s10_npreload/common/ |
H A D | s10_npreload.c | 61 if (dlinfo(RTLD_SELF, RTLD_DI_ARGSINFO, &argsinfo) == -1) in init()
|
/titanic_50/usr/src/cmd/sgs/libconv/common/ |
H A D | lddstub.c | 39 if (dlinfo(RTLD_SELF, RTLD_DI_ORIGIN, (void *)buffer) == -1) in originlddstub()
|
/titanic_50/usr/src/cmd/mdb/common/kmdb/ |
H A D | kmdb_dl.c | 130 case (uintptr_t)RTLD_SELF: in dlsym()
|
/titanic_50/usr/src/head/ |
H A D | dlfcn.h | 133 #define RTLD_SELF (void *)-3 /* look in `ourself' */ macro
|
/titanic_50/usr/src/lib/libc/port/gen/ |
H A D | err.c | 76 if (dlinfo(RTLD_SELF, RTLD_DI_ARGSINFO, &args) < 0 || in init_progname()
|
/titanic_50/usr/src/cmd/sgs/rtld/common/ |
H A D | dlfcns.c | 1320 } else if (handle == RTLD_SELF) { in dlsym_core() 1429 (handle == RTLD_SELF) || (handle == RTLD_PROBE)) in dlsym_intn() 1497 (handle != RTLD_SELF) && (handle != RTLD_PROBE) && in dlsym_check() 1803 if (handle == RTLD_SELF) { in dlinfo_core()
|
/titanic_50/usr/src/cmd/sgs/elfedit/common/ |
H A D | elfedit.c | 2784 if (dlinfo(RTLD_SELF, RTLD_DI_ORIGIN, &origin_root) == -1) in establish_modpath()
|
/titanic_50/usr/src/lib/libc/port/threads/ |
H A D | thr.c | 1236 if (dlinfo(RTLD_SELF, RTLD_DI_ARGSINFO, &args) < 0) in init_auxv_data()
|
/titanic_50/usr/src/cmd/sgs/liblddbg/common/ |
H A D | liblddbg.msg | 1623 @ MSG_DLSYM_SELF "[ RTLD_SELF ]"
|