Searched refs:RTLD_PROBE (Results 1 - 6 of 6) 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)
/illumos-gate/usr/src/lib/libc/amd64/unwind/
H A Dthrp_unwind.c96 (self->ul_ex_unwind = dlsym(RTLD_PROBE, "_ex_unwind")) == NULL)
/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.c1267 if (handle == RTLD_PROBE)
1345 } else if (handle == RTLD_PROBE) {
1349 * If the handle is RTLD_PROBE, mimic the standard symbol
1429 (handle == RTLD_SELF) || (handle == RTLD_PROBE))
1497 (handle != RTLD_SELF) && (handle != RTLD_PROBE) &&
/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");
/illumos-gate/usr/src/cmd/dladm/
H A Ddladm.c8323 if (dlsym(RTLD_PROBE, "STP_IN_state2str")) {

Completed in 106 milliseconds