Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc.old/dist/libgcc/config/c6x/
H A Dlibgcc-eabi.ver102 __gnu_unwind_frame
H A Dpr-support.c476 __gnu_unwind_frame (_Unwind_Control_Block * ucbp, _Unwind_Context * context) in __gnu_unwind_frame() function
/netbsd-src/external/gpl3/gcc/dist/libgcc/config/c6x/
H A Dlibgcc-eabi.ver102 __gnu_unwind_frame
H A Dpr-support.c476 __gnu_unwind_frame (_Unwind_Control_Block * ucbp, _Unwind_Context * context) in __gnu_unwind_frame() function
/netbsd-src/external/gpl3/gcc.old/dist/libgcc/config/arm/
H A Dlibgcc-bpabi.ver100 __gnu_unwind_frame
H A Dpr-support.c318 __gnu_unwind_frame (_Unwind_Control_Block * ucbp, _Unwind_Context * context) in __gnu_unwind_frame() function
/netbsd-src/external/gpl3/gcc/dist/libgcc/config/arm/
H A Dlibgcc-bpabi.ver100 __gnu_unwind_frame
H A Dpr-support.c318 __gnu_unwind_frame (_Unwind_Control_Block * ucbp, _Unwind_Context * context) in __gnu_unwind_frame() function
/netbsd-src/external/gpl3/gcc/dist/gcc/ginclude/
H A Dunwind-arm-common.h214 _Unwind_Reason_Code __gnu_unwind_frame (_Unwind_Control_Block *,
/netbsd-src/external/gpl3/gcc.old/dist/gcc/ginclude/
H A Dunwind-arm-common.h214 _Unwind_Reason_Code __gnu_unwind_frame (_Unwind_Control_Block *,
/netbsd-src/external/bsd/libc++/dist/libcxxrt/src/
H A Dunwind-arm.h188 _Unwind_Reason_Code __gnu_unwind_frame(struct _Unwind_Exception*, struct _Unwind_Context*);
H A Dexception.cc117 if (__gnu_unwind_frame(ex, context) != _URC_OK) { return _URC_FAILURE; } in continueUnwinding()
/netbsd-src/external/gpl3/gcc.old/dist/libphobos/libdruntime/gcc/unwind/
H A Darm_common.d222 _Unwind_Reason_Code __gnu_unwind_frame(_Unwind_Control_Block*,
/netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/gcc/unwind/
H A Darm_common.d222 _Unwind_Reason_Code __gnu_unwind_frame(_Unwind_Control_Block*,
/netbsd-src/external/gpl3/gcc/dist/libgcc/
H A Dunwind-c.c85 if (__gnu_unwind_frame (ue_header, context) != _URC_OK) \
/netbsd-src/external/gpl3/gcc.old/dist/libgcc/
H A Dunwind-c.c85 if (__gnu_unwind_frame (ue_header, context) != _URC_OK) \
/netbsd-src/external/gpl3/gcc.old/dist/libobjc/
H A Dexception.c216 if (__gnu_unwind_frame(ue_header, context) != _URC_OK) \
/netbsd-src/external/gpl3/gcc/dist/libobjc/
H A Dexception.c216 if (__gnu_unwind_frame(ue_header, context) != _URC_OK) \
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/libsupc++/
H A Deh_personality.cc196 if (__gnu_unwind_frame(ue_header, context) != _URC_OK) \
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/libsupc++/
H A Deh_personality.cc196 if (__gnu_unwind_frame(ue_header, context) != _URC_OK) \
/netbsd-src/external/gpl3/gcc.old/dist/libphobos/libdruntime/gcc/
H A Ddeh.d790 if (__gnu_unwind_frame(unwindHeader, context) != _URC_OK)
/netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/gcc/
H A Ddeh.d814 if (__gnu_unwind_frame(unwindHeader, context) != _URC_OK) in CONTINUE_UNWINDING()