Home
last modified time | relevance | path

Searched refs:ul_ex_unwind (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/lib/libc/port/unwind/
H A Dunwind.c79 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()
/illumos-gate/usr/src/lib/libc/amd64/unwind/
H A Dthrp_unwind.c90 if (self->ul_ex_unwind == NULL && in _thrp_unwind()
91 (self->ul_ex_unwind = dlsym(RTLD_PROBE, "_ex_unwind")) == NULL) in _thrp_unwind()
92 self->ul_ex_unwind = (void *)-1; in _thrp_unwind()
94 if (self->ul_ex_unwind == (void *)-1) in _thrp_unwind()
97 fptr = (void (*)())self->ul_ex_unwind; in _thrp_unwind()
/illumos-gate/usr/src/lib/libc/inc/
H A Dthr_uberdata.h684 void *ul_ex_unwind; /* address of _ex_unwind() or -1 */ member