Searched refs:RTLD_PROBE (Results 1 – 8 of 8) sorted by relevance
80 (self->ul_ex_unwind = dlsym(RTLD_PROBE, "_ex_unwind")) == NULL) in _t_cancel()
96 (self->ul_ex_unwind = dlsym(RTLD_PROBE, "_ex_unwind")) == NULL) in _thrp_unwind()
134 #define RTLD_PROBE (void *)-4 /* look up symbol from scope */ macro
1267 if (handle == RTLD_PROBE) in dlsym_core()1345 } else if (handle == RTLD_PROBE) { in dlsym_core()1429 (handle == RTLD_SELF) || (handle == RTLD_PROBE)) in dlsym_intn()1497 (handle != RTLD_SELF) && (handle != RTLD_PROBE) && in dlsym_check()
288 ps_pbrandname = (ps_pbrandname_fp_t)dlsym(RTLD_PROBE, "ps_pbrandname"); in _rd_reset32()
892 PSARC/2004/747 New dlsym(3c) Handle - RTLD_PROBE1598 6943772 Testing for a symbols existence with RTLD_PROBE is compromised by1601 6943432 dlsym(RTLD_PROBE) should only bind to symbol definitions
1624 @ MSG_DLSYM_PROBE "[ RTLD_PROBE ]"
8336 if (dlsym(RTLD_PROBE, "STP_IN_state2str")) { in print_bridge_link()