Home
last modified time | relevance | path

Searched refs:_Unwind_RaiseException (Results 1 – 25 of 27) sorted by relevance

12

/freebsd-12-stable/contrib/libstdc++/libsupc++/
Deh_throw.cc71 _Unwind_RaiseException (&header->unwindHeader); in __cxa_throw()
100 _Unwind_RaiseException (&header->unwindHeader); in __cxa_rethrow()
/freebsd-12-stable/contrib/gcc/
Dunwind.inc34 /* Subroutine of _Unwind_RaiseException also invoked from _Unwind_Resume.
86 _Unwind_RaiseException(struct _Unwind_Exception *exc)
231 /* Choose between continuing to process _Unwind_RaiseException
253 /* Choose between continuing to process _Unwind_RaiseException
256 return _Unwind_RaiseException (exc);
Dunwind-compat.c170 _Unwind_RaiseException(struct _Unwind_Exception *exc) in _Unwind_RaiseException() function
174 symver (_Unwind_RaiseException, GCC_3.0);
Dunwind-generic.h118 extern _Unwind_Reason_Code _Unwind_RaiseException (struct _Unwind_Exception *);
Dunwind-sjlj.c321 #define _Unwind_RaiseException _Unwind_SjLj_RaiseException macro
Dlibgcc-std.ver157 _Unwind_RaiseException
Dunwind-dw2.c1532 alias (_Unwind_RaiseException);
/freebsd-12-stable/contrib/llvm-project/compiler-rt/lib/asan/
Dasan_interceptors.cpp335 INTERCEPTOR(_Unwind_Reason_Code, _Unwind_RaiseException, in INTERCEPTOR() argument
337 CHECK(REAL(_Unwind_RaiseException)); in INTERCEPTOR()
339 return REAL(_Unwind_RaiseException)(object); in INTERCEPTOR()
668 INTERCEPT_FUNCTION(_Unwind_RaiseException); in InitializeAsanInterceptors()
/freebsd-12-stable/contrib/llvm-project/libunwind/src/
DUnwindLevel1-gcc-ext.c47 return _Unwind_RaiseException(exception_object); in _Unwind_Resume_or_Rethrow()
53 return _Unwind_RaiseException(exception_object); in _Unwind_Resume_or_Rethrow()
DUnwind_AppleExtras.cpp62 NOT_HERE_BEFORE_10_6(_Unwind_RaiseException)
DUnwindLevel1.c348 _Unwind_RaiseException(_Unwind_Exception *exception_object) { in _Unwind_RaiseException() function
DUnwind-seh.cpp333 _Unwind_RaiseException(_Unwind_Exception *exception_object) { in _Unwind_RaiseException() function
DUnwind-EHABI.cpp675 _Unwind_RaiseException(_Unwind_Exception *exception_object) { in _Unwind_RaiseException() function
/freebsd-12-stable/contrib/libexecinfo/
Dunwind.h61 _Unwind_Reason_Code _Unwind_RaiseException(struct _Unwind_Exception *);
/freebsd-12-stable/include/
Dunwind.h91 extern _Unwind_Reason_Code _Unwind_RaiseException (struct _Unwind_Exception *);
/freebsd-12-stable/contrib/libcxxrt/
Dunwind-itanium.h86 extern _Unwind_Reason_Code _Unwind_RaiseException (struct _Unwind_Exception *);
Dunwind-arm.h103 _Unwind_Reason_Code _Unwind_RaiseException(struct _Unwind_Exception *ucbp);
Dexception.cc774 _Unwind_Reason_Code err = _Unwind_RaiseException(&ex->unwindHeader); in throw_exception()
/freebsd-12-stable/lib/libgcc_s/
DSymbol.map82 _Unwind_RaiseException;
/freebsd-12-stable/contrib/gcc/config/arm/
Dlibunwind-arm.S130 UNWIND_WRAPPER _Unwind_RaiseException 1
Dunwind-arm.h203 _Unwind_Reason_Code _Unwind_RaiseException(_Unwind_Control_Block *ucbp);
/freebsd-12-stable/contrib/llvm-project/clang/lib/Headers/
Dunwind.h256 _Unwind_Reason_Code _Unwind_RaiseException(_Unwind_Exception *);
/freebsd-12-stable/contrib/llvm-project/libunwind/include/
Dunwind.h174 _Unwind_RaiseException(_Unwind_Exception *exception_object);
/freebsd-12-stable/contrib/gcc/config/ia64/
Dunwind-ia64.c2412 alias (_Unwind_RaiseException);
/freebsd-12-stable/contrib/gcc/doc/
Dlibgcc.texi708 _Unwind_RaiseException

12