Home
last modified time | relevance | path

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

/xnu-10002.1.13/libsyscall/mach/
H A Dexc_catcher.c52 static _libkernel_exc_raise_func_t exc_raise_func = (void*)-1; in internal_catch_exception_raise() local
54 if (exc_raise_func == ((void*)-1) && _dlsym) { in internal_catch_exception_raise()
55 exc_raise_func = _dlsym(RTLD_DEFAULT, "catch_exception_raise"); in internal_catch_exception_raise()
57 if (exc_raise_func == 0) { in internal_catch_exception_raise()
61 return (*exc_raise_func)(exception_port, thread, task, exception, code, codeCnt); in internal_catch_exception_raise()