Searched refs:unwind_phase2 (Results 1 – 3 of 3) sorted by relevance
128 unwind_phase2(struct _Unwind_Exception *exception_object) { in unwind_phase2() function294 return unwind_phase2(exception_object); in _Unwind_SjLj_RaiseException()318 unwind_phase2(exception_object); in _Unwind_SjLj_Resume()
121 unwind_phase2(unw_context_t *uc, _Unwind_Exception *exception_object) { in unwind_phase2() function347 return unwind_phase2(&uc, exception_object); in _Unwind_RaiseException()374 unwind_phase2(&uc, exception_object); in _Unwind_Resume()
513 static _Unwind_Reason_Code unwind_phase2(unw_context_t *uc, in unwind_phase2() function672 return unwind_phase2(&uc, exception_object, false); in _Unwind_RaiseException()700 unwind_phase2(&uc, exception_object, true); in _Unwind_Resume()