Home
last modified time | relevance | path

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

/freebsd/lib/libthr/thread/
H A Dthr_exit.c75 void *forcedunwind, *getcfa; in thread_uw_init() local
88 getcfa = dlsym(handle, "_Unwind_GetCFA"); in thread_uw_init()
89 if (forcedunwind != NULL && getcfa != NULL) { in thread_uw_init()
90 uwl_getcfa = getcfa; in thread_uw_init()