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

/darwin-on-arm/xnu/libsyscall/mach/
H A Dexc_catcher_state.c56 static _libkernel_exc_raise_state_func_t exc_raise_state_func = (void*)-1; local
58 if (exc_raise_state_func == ((void*)-1)) {
59 exc_raise_state_func = _dlsym(RTLD_DEFAULT, "catch_exception_raise_state");
61 if (exc_raise_state_func == 0) {
65 return (*exc_raise_state_func)(exception_port, exception, code, codeCnt, flavor, old_state, old_stateCnt, new_state, new_stateCnt);

Completed in 27 milliseconds