Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/compiler-rt/lib/builtins/
H A Dgcc_personality_v0.c148 _Unwind_Reason_Code __gnu_unwind_frame(struct _Unwind_Exception *,
158 if (__gnu_unwind_frame(exceptionObject, context) != _URC_OK) in continueUnwind()
/openbsd/gnu/gcc/gcc/config/arm/
H A Dlibgcc-bpabi.ver82 __gnu_unwind_frame
H A Dunwind-arm.h212 _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
/openbsd/gnu/gcc/gcc/
H A Dunwind-c.c89 if (__gnu_unwind_frame (ue_header, context) != _URC_OK) \
/openbsd/gnu/llvm/libcxxabi/src/
H A Dcxa_personality.cpp1008 extern "C" _Unwind_Reason_Code __gnu_unwind_frame(_Unwind_Exception*,
1018 switch (__gnu_unwind_frame(unwind_exception, context)) { in continue_unwind()
/openbsd/gnu/gcc/libstdc++-v3/libsupc++/
H A Deh_personality.cc189 if (__gnu_unwind_frame(ue_header, context) != _URC_OK) \
/openbsd/gnu/llvm/libunwind/src/
H A DUnwind-EHABI.cpp1194 __gnu_unwind_frame(_Unwind_Exception *exception_object, in __gnu_unwind_frame() function