Searched refs:_Unwind_RaiseException (Results 1 - 22 of 22) sorted by relevance

/freebsd-11-stable/contrib/libstdc++/libsupc++/
H A Deh_throw.cc71 _Unwind_RaiseException (&header->unwindHeader);
100 _Unwind_RaiseException (&header->unwindHeader);
/freebsd-11-stable/contrib/gcc/config/i386/
H A Dnetware-libgcc.exp70 _Unwind_RaiseException,
/freebsd-11-stable/contrib/libexecinfo/
H A Dunwind.h61 _Unwind_Reason_Code _Unwind_RaiseException(struct _Unwind_Exception *);
/freebsd-11-stable/contrib/gcc/
H A Dunwind-compat.c170 _Unwind_RaiseException(struct _Unwind_Exception *exc) function
174 symver (_Unwind_RaiseException, GCC_3.0);
H A Dunwind-generic.h118 extern _Unwind_Reason_Code _Unwind_RaiseException (struct _Unwind_Exception *);
H A Dunwind-sjlj.c324 #define _Unwind_RaiseException _Unwind_SjLj_RaiseException
321 #define _Unwind_RaiseException macro
H A Dunwind-dw2.c1549 alias (_Unwind_RaiseException);
1541 alias (_Unwind_RaiseException); variable
/freebsd-11-stable/include/
H A Dunwind.h87 extern _Unwind_Reason_Code _Unwind_RaiseException (struct _Unwind_Exception *);
/freebsd-11-stable/contrib/libcxxrt/
H A Dunwind-itanium.h86 extern _Unwind_Reason_Code _Unwind_RaiseException (struct _Unwind_Exception *);
H A Dunwind-arm.h103 _Unwind_Reason_Code _Unwind_RaiseException(struct _Unwind_Exception *ucbp);
H A Dexception.cc774 _Unwind_Reason_Code err = _Unwind_RaiseException(&ex->unwindHeader);
775 // The _Unwind_RaiseException() function should not return, it should
/freebsd-11-stable/contrib/gcc/config/arm/
H A Dlibunwind-arm.S130 UNWIND_WRAPPER _Unwind_RaiseException 1
H A Dunwind-arm.h203 _Unwind_Reason_Code _Unwind_RaiseException(_Unwind_Control_Block *ucbp);
/freebsd-11-stable/contrib/llvm-project/libunwind/src/
H A DUnwindLevel1-gcc-ext.c45 // _Unwind_RaiseException on EHABI will always set the reserved1 field to 0,
47 return _Unwind_RaiseException(exception_object);
51 // Call _Unwind_RaiseException() as if this was a new exception
53 return _Unwind_RaiseException(exception_object);
61 _LIBUNWIND_ABORT("_Unwind_Resume_or_Rethrow() called _Unwind_RaiseException()"
H A DUnwind_AppleExtras.cpp91 NOT_HERE_BEFORE_10_6(_Unwind_RaiseException)
H A DUnwindLevel1.c45 // _Unwind_RaiseException).
144 // _Unwind_RaiseException).
350 _Unwind_RaiseException(_Unwind_Exception *exception_object) { function
351 _LIBUNWIND_TRACE_API("_Unwind_RaiseException(ex_obj=%p)",
373 /// When _Unwind_RaiseException() is in phase2, it hands control
H A DUnwind-seh.cpp43 /// \c _Unwind_RaiseException.
345 _Unwind_RaiseException(_Unwind_Exception *exception_object) { function
346 _LIBUNWIND_TRACE_API("_Unwind_RaiseException(ex_obj=%p)",
362 /// When \c _Unwind_RaiseException() is in phase2, it hands control
H A DUnwind-EHABI.cpp551 // _Unwind_RaiseException or _Unwind_Resume).
671 _Unwind_RaiseException(_Unwind_Exception *exception_object) { function
672 _LIBUNWIND_TRACE_API("_Unwind_RaiseException(ex_obj=%p)",
697 /// When _Unwind_RaiseException() is in phase2, it hands control
716 // _Unwind_RaiseException on EHABI will always set the reserved1 field to 0,
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/asan/
H A Dasan_interceptors.cpp348 INTERCEPTOR(_Unwind_Reason_Code, _Unwind_RaiseException,
350 CHECK(REAL(_Unwind_RaiseException));
352 return REAL(_Unwind_RaiseException)(object);
681 INTERCEPT_FUNCTION(_Unwind_RaiseException);
/freebsd-11-stable/contrib/llvm-project/libunwind/include/
H A Dunwind.h178 _Unwind_RaiseException(_Unwind_Exception *exception_object);
/freebsd-11-stable/contrib/llvm-project/clang/lib/Headers/
H A Dunwind.h256 _Unwind_Reason_Code _Unwind_RaiseException(_Unwind_Exception *);
/freebsd-11-stable/contrib/gcc/config/ia64/
H A Dunwind-ia64.c2420 alias (_Unwind_RaiseException);
2412 alias (_Unwind_RaiseException); variable

Completed in 371 milliseconds