Searched refs:_Unwind_Resume (Results 1 - 20 of 20) sorted by relevance

/openbsd-current/gnu/gcc/gcc/config/i386/
H A Dnetware-libgcc.exp71 _Unwind_Resume,
/openbsd-current/gnu/llvm/libunwind/include/
H A Dunwind_itanium.h61 extern void _Unwind_Resume(_Unwind_Exception *exception_object);
H A Dunwind_arm_ehabi.h85 extern void _Unwind_Resume(_Unwind_Exception *exception_object);
/openbsd-current/gnu/gcc/gcc/
H A Dunwind-compat.c179 _Unwind_Resume (struct _Unwind_Exception *exc) function
183 symver (_Unwind_Resume, GCC_3.0);
H A Dunwind-generic.h135 extern void _Unwind_Resume (struct _Unwind_Exception *);
H A Dunwind-sjlj.c326 #define _Unwind_Resume _Unwind_SjLj_Resume
323 #define _Unwind_Resume macro
H A Dunwind.inc34 /* Subroutine of _Unwind_RaiseException also invoked from _Unwind_Resume.
39 _Unwind_Resume and we'll continue Phase 2 there. */
129 /* Indicate to _Unwind_Resume and associated subroutines that this
143 /* Subroutine of _Unwind_ForcedUnwind also invoked from _Unwind_Resume. */
223 _Unwind_Resume (struct _Unwind_Exception *exc)
H A Dunwind-dw2.c1568 alias (_Unwind_Resume);
1560 alias (_Unwind_Resume); variable
/openbsd-current/gnu/usr.bin/gcc/gcc/
H A Dunwind.h128 extern void _Unwind_Resume (struct _Unwind_Exception *);
H A Dunwind-sjlj.c294 #define _Unwind_Resume _Unwind_SjLj_Resume
291 #define _Unwind_Resume macro
H A Dunwind.inc25 /* Subroutine of _Unwind_RaiseException also invoked from _Unwind_Resume.
30 _Unwind_Resume and we'll continue Phase 2 there. */
121 /* Indicate to _Unwind_Resume and associated subroutines that this
135 /* Subroutine of _Unwind_ForcedUnwind also invoked from _Unwind_Resume. */
214 _Unwind_Resume (struct _Unwind_Exception *exc)
/openbsd-current/gnu/gcc/gcc/config/arm/
H A Dlibunwind.S116 UNWIND_WRAPPER _Unwind_Resume 1
H A Dunwind-arm.h200 void __attribute__((noreturn)) _Unwind_Resume(_Unwind_Control_Block *ucbp);
/openbsd-current/gnu/llvm/libunwind/src/
H A DUnwind_AppleExtras.cpp63 NOT_HERE_BEFORE_10_6(_Unwind_Resume)
H A DUnwindLevel1-gcc-ext.c55 // Call through to _Unwind_Resume() which distinguishes between forced and
57 _Unwind_Resume(exception_object);
H A DUnwind-seh.cpp100 // that we should pass on to RtlUnwindEx in _Unwind_Resume), so just
304 // We may get control back if landing pad calls _Unwind_Resume().
339 // Mark that this is a non-forced unwind, so _Unwind_Resume()
355 /// pad code may then call \c _Unwind_Resume() to continue with the
356 /// unwinding. Note: the call to \c _Unwind_Resume() is from compiler
364 _Unwind_Resume(_Unwind_Exception *exception_object) { function
365 _LIBUNWIND_TRACE_API("_Unwind_Resume(ex_obj=%p)", (void *)exception_object);
395 // Clients assume _Unwind_Resume() does not return, so all we can do is abort.
396 _LIBUNWIND_ABORT("_Unwind_Resume() can't return");
410 // Mark that this is a forced unwind, so _Unwind_Resume() ca
[all...]
H A DUnwindLevel1.c280 // We may get control back if landing pad calls _Unwind_Resume().
388 // We may get control back if landing pad calls _Unwind_Resume().
427 // Mark that this is a non-forced unwind, so _Unwind_Resume()
446 /// pad code may then call _Unwind_Resume() to continue with the
447 /// unwinding. Note: the call to _Unwind_Resume() is from compiler
455 _Unwind_Resume(_Unwind_Exception *exception_object) { function
456 _LIBUNWIND_TRACE_API("_Unwind_Resume(ex_obj=%p)", (void *)exception_object);
468 // Clients assume _Unwind_Resume() does not return, so all we can do is abort.
469 _LIBUNWIND_ABORT("_Unwind_Resume() can't return");
486 // Mark that this is a forced unwind, so _Unwind_Resume() ca
[all...]
H A DUnwind-EHABI.cpp578 // _Unwind_RaiseException or _Unwind_Resume).
584 // On a resume, first unwind the _Unwind_Resume() frame. The next frame
657 // We may get control back if landing pad calls _Unwind_Resume().
669 // EHABI #7.4.1 says we need to preserve pc for when _Unwind_Resume
778 // We may get control back if landing pad calls _Unwind_Resume().
846 /// pad code may then call _Unwind_Resume() to continue with the
847 /// unwinding. Note: the call to _Unwind_Resume() is from compiler
855 _Unwind_Resume(_Unwind_Exception *exception_object) { function
856 _LIBUNWIND_TRACE_API("_Unwind_Resume(ex_obj=%p)",
870 // Clients assume _Unwind_Resume() doe
[all...]
/openbsd-current/gnu/llvm/clang/lib/Headers/
H A Dunwind.h265 void _Unwind_Resume(_Unwind_Exception *);
/openbsd-current/gnu/gcc/gcc/config/ia64/
H A Dunwind-ia64.c2421 alias (_Unwind_Resume);
2413 alias (_Unwind_Resume); variable

Completed in 121 milliseconds