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

/darwin-on-arm/xnu/libsyscall/mach/
H A Dexc_catcher_state.c29 * catch_exception_raise_state will be implemented by user programs
59 exc_raise_state_func = _dlsym(RTLD_DEFAULT, "catch_exception_raise_state");
67 extern kern_return_t catch_exception_raise_state(mach_port_t, exception_type_t, exception_data_t, mach_msg_type_number_t, int *, thread_state_t, mach_msg_type_number_t, thread_state_t, mach_msg_type_number_t *);
68 return catch_exception_raise_state(exception_port, exception, code, codeCnt, flavor, old_state, old_stateCnt, new_state, new_stateCnt);
/darwin-on-arm/xnu/bsd/uxkern/
H A Dux_exception.c357 catch_exception_raise_state( function

Completed in 80 milliseconds