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

/macosx-10.9.5/xnu-2422.115.4/libsyscall/mach/
H A Dexc_catcher_state_identity.c58 static _libkernel_exec_raise_state_identity_t exc_raise_state_identity_func = (void*)-1; local
60 if (exc_raise_state_identity_func == ((void*)-1)) {
61 exc_raise_state_identity_func = _dlsym(RTLD_DEFAULT, "catch_exception_raise_state_identity");
63 if (exc_raise_state_identity_func == 0) {
67 return (*exc_raise_state_identity_func)(exception_port, thread, task, exception, code, codeCnt, flavor, old_state, old_stateCnt, new_state, new_stateCnt);

Completed in 71 milliseconds