Searched refs:RTLD_SELF (Results 1 - 9 of 9) sorted by relevance

/illumos-gate/usr/src/lib/libdtrace/common/
H A Ddlink_init.c55 if (dlinfo(RTLD_SELF, RTLD_DI_LINKMAP, &lmp) == -1 || lmp == NULL) {
60 if (dlinfo(RTLD_SELF, RTLD_DI_LMID, &lmid) == -1) {
/illumos-gate/usr/src/lib/brand/solaris10/s10_npreload/common/
H A Ds10_npreload.c61 if (dlinfo(RTLD_SELF, RTLD_DI_ARGSINFO, &argsinfo) == -1)
/illumos-gate/usr/src/cmd/sgs/libconv/common/
H A Dlddstub.c39 if (dlinfo(RTLD_SELF, RTLD_DI_ORIGIN, (void *)buffer) == -1)
/illumos-gate/usr/src/cmd/mdb/common/mdb/
H A Dmdb_debug.c147 if ((libproc_debugp = dlsym(RTLD_SELF, "_libproc_debug")) != NULL)
150 if ((libctf_debugp = dlsym(RTLD_SELF, "_libctf_debug")) != NULL)
153 if ((rd_logp = (void (*)())dlsym(RTLD_SELF, "rd_log")) != NULL)
/illumos-gate/usr/src/cmd/mdb/common/kmdb/
H A Dkmdb_dl.c130 case (uintptr_t)RTLD_SELF:
/illumos-gate/usr/src/head/
H A Ddlfcn.h133 #define RTLD_SELF (void *)-3 /* look in `ourself' */ macro
/illumos-gate/usr/src/lib/libc/port/gen/
H A Derr.c76 if (dlinfo(RTLD_SELF, RTLD_DI_ARGSINFO, &args) < 0 ||
/illumos-gate/usr/src/cmd/sgs/rtld/common/
H A Ddlfcns.c1320 } else if (handle == RTLD_SELF) {
1322 * If the handle is RTLD_SELF start searching from the caller.
1429 (handle == RTLD_SELF) || (handle == RTLD_PROBE))
1497 (handle != RTLD_SELF) && (handle != RTLD_PROBE) &&
1803 if (handle == RTLD_SELF) {
/illumos-gate/usr/src/cmd/sgs/elfedit/common/
H A Delfedit.c2784 if (dlinfo(RTLD_SELF, RTLD_DI_ORIGIN, &origin_root) == -1)

Completed in 88 milliseconds