Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/compiler-rt/lib/builtins/
H A Dgcc_personality_v0.c163 _Unwind_Reason_Code __gnu_unwind_frame(struct _Unwind_Exception *,
173 if (__gnu_unwind_frame(exceptionObject, context) != _URC_OK) in continueUnwind()
/freebsd/lib/libgcc_s/arm/
H A DSymbol.map80 __gnu_unwind_frame;
/freebsd/contrib/libcxxrt/
H A Dunwind-arm.h190 _Unwind_Reason_Code __gnu_unwind_frame(struct _Unwind_Exception*, struct _Unwind_Context*);
H A Dexception.cc118 if (__gnu_unwind_frame(ex, context) != _URC_OK) { return _URC_FAILURE; } in continueUnwinding()
/freebsd/contrib/llvm-project/libunwind/src/
H A DUnwind-EHABI.cpp1197 __gnu_unwind_frame(_Unwind_Exception *exception_object, in __gnu_unwind_frame() function