Home
last modified time | relevance | path

Searched refs:_Unwind_Resume_or_Rethrow (Results 1 – 22 of 22) sorted by relevance

/netbsd/src/external/gpl3/gcc/dist/libgcc/
Dunwind-compat.c183 _Unwind_Resume_or_Rethrow (struct _Unwind_Exception *exc) in _Unwind_Resume_or_Rethrow() function
187 symver (_Unwind_Resume_or_Rethrow, GCC_3.3);
Dunwind-generic.h154 _Unwind_Resume_or_Rethrow (struct _Unwind_Exception *);
Dunwind-sjlj.c323 #define _Unwind_Resume_or_Rethrow _Unwind_SjLj_Resume_or_Rethrow macro
Dunwind-seh.c395 _Unwind_Resume_or_Rethrow (struct _Unwind_Exception *exc) in _Unwind_Resume_or_Rethrow() function
Dunwind.inc256 _Unwind_Resume_or_Rethrow (struct _Unwind_Exception *exc)
Dlibgcc-std.ver.in202 _Unwind_Resume_or_Rethrow
Dunwind-dw2.c1744 alias (_Unwind_Resume_or_Rethrow);
DChangeLog3374 (_Unwind_Resume_or_Rethrow): Likewise.
/netbsd/src/external/gpl3/gcc/dist/libgcc/config/
Dlibgcc-libsystem.ver26 _Unwind_Resume_or_Rethrow
/netbsd/src/sys/lib/libunwind/
Dunwind.h71 _Unwind_Reason_Code _Unwind_Resume_or_Rethrow(struct _Unwind_Exception *);
Dlibunwind.cxx235 _Unwind_Reason_Code _Unwind_Resume_or_Rethrow(struct _Unwind_Exception *exc) { in _Unwind_Resume_or_Rethrow() function
/netbsd/src/external/bsd/libc++/dist/libcxxrt/src/
Dunwind-itanium.h114 _Unwind_Resume_or_Rethrow (struct _Unwind_Exception *);
Dunwind-arm.h151 _Unwind_Resume_or_Rethrow (struct _Unwind_Exception *);
Dexception.cc855 _Unwind_Reason_Code err = _Unwind_Resume_or_Rethrow(e); in __cxa_rethrow()
881 _Unwind_Reason_Code err = _Unwind_Resume_or_Rethrow(&ex->unwindHeader); in __cxa_rethrow()
/netbsd/src/external/gpl3/gcc/dist/libstdc++-v3/libsupc++/
Deh_throw.cc129 _Unwind_Resume_or_Rethrow (&header->unwindHeader); in __cxa_rethrow()
/netbsd/src/external/gpl3/gcc/dist/gcc/ginclude/
Dunwind-arm-common.h196 _Unwind_Reason_Code _Unwind_Resume_or_Rethrow (_Unwind_Control_Block *ucbp);
/netbsd/src/external/gpl3/gcc/dist/libgcc/config/ia64/
Dunwind-ia64.c2474 alias (_Unwind_Resume_or_Rethrow);
/netbsd/src/external/gpl3/gcc/dist/libstdc++-v3/
DChangeLog-20034908 * libsupc++/eh_throw.cc: Don't call _Unwind_Resume_or_Rethrow if
5315 _Unwind_Resume_or_Rethrow.
DChangeLog-2005948 _Unwind_Resume_or_Rethrow for ARM EABI.
/netbsd/src/external/gpl3/gcc/dist/gcc/
DChangeLog-20076036 (_Unwind_Resume_or_Rethrow): Likewise.
6046 (_Unwind_Resume_or_Rethrow): Likewise.
6052 (_Unwind_Resume_or_Rethrow): Likewise.
DChangeLog-20054155 (_Unwind_Resume_or_Rethrow): Declare.
4158 (_Unwind_Resume_or_Rethrow, _Unwind_ForcedUnwind): New.
18310 _Unwind_Resume_or_Rethrow): Likewise.
DChangeLog-200323669 * unwind.inc (_Unwind_Resume_or_Rethrow): New.