Searched defs:_Unwind_Resume (Results 1 - 3 of 3) sorted by relevance

/external/libunwind/src/unwind/
H A DResume.c29 _Unwind_Resume (struct _Unwind_Exception *exception_object) function
53 ALIAS (_Unwind_Resume); variable
/external/libcxxabi/src/Unwind/
H A DUnwindLevel1.c198 // We may get control back if landing pad calls _Unwind_Resume().
295 // We may get control back if landing pad calls _Unwind_Resume().
333 // Mark that this is a non-forced unwind, so _Unwind_Resume()
352 /// pad code may then call _Unwind_Resume() to continue with the
353 /// unwinding. Note: the call to _Unwind_Resume() is from compiler
361 _Unwind_Resume(_Unwind_Exception *exception_object) { function
362 _LIBUNWIND_TRACE_API("_Unwind_Resume(ex_obj=%p)\n", exception_object);
373 // Clients assume _Unwind_Resume() does not return, so all we can do is abort.
374 _LIBUNWIND_ABORT("_Unwind_Resume() can't return");
390 // Mark that this is a forced unwind, so _Unwind_Resume() ca
[all...]
H A DUnwind-EHABI.cpp559 // _Unwind_RaiseException or _Unwind_Resume).
565 // On a resume, first unwind the _Unwind_Resume() frame. The next frame
646 // We may get control back if landing pad calls _Unwind_Resume().
658 // EHABI #7.4.1 says we need to preserve pc for when _Unwind_Resume
717 /// pad code may then call _Unwind_Resume() to continue with the
718 /// unwinding. Note: the call to _Unwind_Resume() is from compiler
726 _Unwind_Resume(_Unwind_Exception *exception_object) { function
727 _LIBUNWIND_TRACE_API("_Unwind_Resume(ex_obj=%p)\n", exception_object);
736 // Clients assume _Unwind_Resume() does not return, so all we can do is abort.
737 _LIBUNWIND_ABORT("_Unwind_Resume() ca
[all...]

Completed in 906 milliseconds