Home
last modified time | relevance | path

Searched refs:RTLD_PROBE (Results 1 – 8 of 8) sorted by relevance

/illumos-gate/usr/src/lib/libc/port/unwind/
H A Dunwind.c80 (self->ul_ex_unwind = dlsym(RTLD_PROBE, "_ex_unwind")) == NULL) in _t_cancel()
/illumos-gate/usr/src/lib/libc/amd64/unwind/
H A Dthrp_unwind.c91 (self->ul_ex_unwind = dlsym(RTLD_PROBE, "_ex_unwind")) == NULL) in _thrp_unwind()
/illumos-gate/usr/src/head/
H A Ddlfcn.h134 #define RTLD_PROBE (void *)-4 /* look up symbol from scope */ macro
/illumos-gate/usr/src/cmd/sgs/rtld/common/
H A Ddlfcns.c1268 if (handle == RTLD_PROBE) in dlsym_core()
1346 } else if (handle == RTLD_PROBE) { in dlsym_core()
1430 (handle == RTLD_SELF) || (handle == RTLD_PROBE)) in dlsym_intn()
1498 (handle != RTLD_SELF) && (handle != RTLD_PROBE) && in dlsym_check()
/illumos-gate/usr/src/cmd/sgs/librtld_db/common/
H A Drd_elf.c288 ps_pbrandname = (ps_pbrandname_fp_t)dlsym(RTLD_PROBE, "ps_pbrandname"); in _rd_reset32()
/illumos-gate/usr/src/cmd/sgs/tools/
H A DSUNWonld-README892 PSARC/2004/747 New dlsym(3c) Handle - RTLD_PROBE
1598 6943772 Testing for a symbols existence with RTLD_PROBE is compromised by
1601 6943432 dlsym(RTLD_PROBE) should only bind to symbol definitions
/illumos-gate/usr/src/cmd/sgs/liblddbg/common/
H A Dliblddbg.msg1628 @ MSG_DLSYM_PROBE "[ RTLD_PROBE ]"
/illumos-gate/usr/src/cmd/dladm/
H A Ddladm.c8464 if (dlsym(RTLD_PROBE, "STP_IN_state2str")) { in print_bridge_link()