Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/compiler-rt/lib/builtins/
H A Dgcc_personality_v0.c148 _Unwind_Reason_Code __gnu_unwind_frame(struct _Unwind_Exception *,
160 if (__gnu_unwind_frame(exceptionObject, context) != _URC_OK) in continueUnwind()
/freebsd-12.1/contrib/gcc/config/arm/
H A Dlibgcc-bpabi.ver82 __gnu_unwind_frame
H A Dunwind-arm.h223 _Unwind_Reason_Code __gnu_unwind_frame (_Unwind_Control_Block *,
H A Dpr-support.c327 __gnu_unwind_frame (_Unwind_Control_Block * ucbp, _Unwind_Context * context) in __gnu_unwind_frame() function
/freebsd-12.1/contrib/libcxxrt/
H A Dunwind-arm.h189 _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()
/freebsd-12.1/contrib/gcc/
H A Dunwind-c.c89 if (__gnu_unwind_frame (ue_header, context) != _URC_OK) \
/freebsd-12.1/contrib/libstdc++/libsupc++/
H A Deh_personality.cc189 if (__gnu_unwind_frame(ue_header, context) != _URC_OK) \
/freebsd-12.1/contrib/libunwind/src/
H A DUnwind-EHABI.cpp983 __gnu_unwind_frame(_Unwind_Exception *exception_object, in __gnu_unwind_frame() function