Home
last modified time | relevance | path

Searched refs:_Unwind_Phase2 (Results 1 – 5 of 5) sorted by relevance

/external/libunwind/src/unwind/
DResume.c44 _Unwind_Phase2 (exception_object, &context, &destroy_map); in _Unwind_Resume()
DResume_or_Rethrow.c45 ret = _Unwind_Phase2 (exception_object, &context, &destroy_map); in _Unwind_Resume_or_Rethrow()
DForcedUnwind.c53 ret = _Unwind_Phase2 (exception_object, &context, &destroy_map); in _Unwind_ForcedUnwind()
DRaiseException.c107 ret = _Unwind_Phase2 (exception_object, &context, &destroy_map); in _Unwind_RaiseException()
Dunwind-internal.h58 _Unwind_Phase2 (struct _Unwind_Exception *exception_object, in _Unwind_Phase2() function