Searched refs:_Unwind_Resume (Results 1 - 11 of 11) 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/libunwind/include/
H A Dunwind.h88 extern void _Unwind_Resume (struct _Unwind_Exception *);
/external/valgrind/
H A Dglibc-2.X-drd.supp129 drd-libpthread-_Unwind_Resume
132 fun:_Unwind_Resume
/external/clang/lib/Headers/
H A Dunwind.h215 void _Unwind_Resume(struct _Unwind_Exception *);
/external/libcxxabi/src/Unwind/
H A DUnwind_AppleExtras.cpp93 NOT_HERE_BEFORE_10_6(_Unwind_Resume)
H A DUnwindLevel1-gcc-ext.c54 // Call through to _Unwind_Resume() which distiguishes between forced and
56 _Unwind_Resume(exception_object);
H A DUnwindLevel1.c205 // 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) { function
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() ca
[all...]
H A DUnwind-EHABI.cpp561 // _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) { function
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() ca
[all...]
/external/libcxxabi/include/
H A Dunwind.h163 extern void _Unwind_Resume(_Unwind_Exception *exception_object);
/external/elfutils/src/tests/
H A Drun-strings-test.sh274 testfile6: 63e _Unwind_Resume
317 testfile7: 63e _Unwind_Resume
/external/libunwind/tests/
H A Dcheck-namespace.sh.in269 match _Unwind_Resume

Completed in 267 milliseconds