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

/darwin-on-arm/xnu/libsyscall/mach/
H A Dexc_catcher.c29 * catch_exception_raise will be implemented by user programs
55 exc_raise_func = _dlsym(RTLD_DEFAULT, "catch_exception_raise");
58 /* The user hasn't defined catch_exception_raise in their binary */
63 extern kern_return_t catch_exception_raise(mach_port_t, mach_port_t, mach_port_t, exception_type_t, exception_data_t, mach_msg_type_number_t);
64 return catch_exception_raise(exception_port, thread, task, exception, code, codeCnt);
/darwin-on-arm/xnu/bsd/uxkern/
H A Dux_exception.c206 catch_exception_raise( function

Completed in 17 milliseconds