HomeSort by relevance Sort by last modified time
    Searched defs:_Unwind_Resume (Results 1 - 5 of 5) sorted by null

  /external/libunwind/src/unwind/
Resume.c 29 _Unwind_Resume (struct _Unwind_Exception *exception_object)
53 ALIAS (_Unwind_Resume);
  /external/libunwind_llvm/src/
UnwindLevel1.c 212 // We may get control back if landing pad calls _Unwind_Resume().
313 // We may get control back if landing pad calls _Unwind_Resume().
351 // Mark that this is a non-forced unwind, so _Unwind_Resume()
370 /// pad code may then call _Unwind_Resume() to continue with the
371 /// unwinding. Note: the call to _Unwind_Resume() is from compiler
379 _Unwind_Resume(_Unwind_Exception *exception_object) {
380 _LIBUNWIND_TRACE_API("_Unwind_Resume(ex_obj=%p)\n", (void *)exception_object);
391 // Clients assume _Unwind_Resume() does not return, so all we can do is abort.
392 _LIBUNWIND_ABORT("_Unwind_Resume() can't return");
408 // Mark that this is a forced unwind, so _Unwind_Resume() can d
    [all...]
Unwind-EHABI.cpp 570 // _Unwind_RaiseException or _Unwind_Resume).
576 // On a resume, first unwind the _Unwind_Resume() frame. The next frame
661 // We may get control back if landing pad calls _Unwind_Resume().
673 // EHABI #7.4.1 says we need to preserve pc for when _Unwind_Resume
732 /// pad code may then call _Unwind_Resume() to continue with the
733 /// unwinding. Note: the call to _Unwind_Resume() is from compiler
741 _Unwind_Resume(_Unwind_Exception *exception_object) {
742 _LIBUNWIND_TRACE_API("_Unwind_Resume(ex_obj=%p)\n",
752 // Clients assume _Unwind_Resume() does not return, so all we can do is abort.
753 _LIBUNWIND_ABORT("_Unwind_Resume() can't return")
    [all...]
  /ndk/sources/cxx-stl/llvm-libc++abi/libcxxabi/src/Unwind/
UnwindLevel1.c 205 // We may get control back if landing pad calls _Unwind_Resume().
306 // We may get control back if landing pad calls _Unwind_Resume().
344 // Mark that this is a non-forced unwind, so _Unwind_Resume()
363 /// pad code may then call _Unwind_Resume() to continue with the
364 /// unwinding. Note: the call to _Unwind_Resume() is from compiler
372 _Unwind_Resume(_Unwind_Exception *exception_object) {
373 _LIBUNWIND_TRACE_API("_Unwind_Resume(ex_obj=%p)\n", (void *)exception_object);
384 // Clients assume _Unwind_Resume() does not return, so all we can do is abort.
385 _LIBUNWIND_ABORT("_Unwind_Resume() can't return");
401 // Mark that this is a forced unwind, so _Unwind_Resume() can d
    [all...]
Unwind-EHABI.cpp 561 // _Unwind_RaiseException or _Unwind_Resume).
567 // On a resume, first unwind the _Unwind_Resume() frame. The next frame
650 // We may get control back if landing pad calls _Unwind_Resume().
662 // EHABI #7.4.1 says we need to preserve pc for when _Unwind_Resume
721 /// pad code may then call _Unwind_Resume() to continue with the
722 /// unwinding. Note: the call to _Unwind_Resume() is from compiler
730 _Unwind_Resume(_Unwind_Exception *exception_object) {
731 _LIBUNWIND_TRACE_API("_Unwind_Resume(ex_obj=%p)\n",
741 // Clients assume _Unwind_Resume() does not return, so all we can do is abort.
742 _LIBUNWIND_ABORT("_Unwind_Resume() can't return")
    [all...]

Completed in 81 milliseconds