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

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

Completed in 17 milliseconds