Searched refs:ul_ex_unwind (Results 1 – 3 of 3) sorted by relevance
79 if (self->ul_ex_unwind == NULL && in _t_cancel()80 (self->ul_ex_unwind = dlsym(RTLD_PROBE, "_ex_unwind")) == NULL) in _t_cancel()81 self->ul_ex_unwind = (void *)-1; in _t_cancel()83 if (self->ul_ex_unwind == (void *)-1) in _t_cancel()86 fptr = (void (*)())self->ul_ex_unwind; in _t_cancel()
95 if (self->ul_ex_unwind == NULL && in _thrp_unwind()96 (self->ul_ex_unwind = dlsym(RTLD_PROBE, "_ex_unwind")) == NULL) in _thrp_unwind()97 self->ul_ex_unwind = (void *)-1; in _thrp_unwind()99 if (self->ul_ex_unwind == (void *)-1) in _thrp_unwind()102 fptr = (void (*)())self->ul_ex_unwind; in _thrp_unwind()
678 void *ul_ex_unwind; /* address of _ex_unwind() or -1 */ member