Home
last modified time | relevance | path

Searched refs:_URC_FAILURE (Results 1 – 7 of 7) sorted by relevance

/freebsd/contrib/llvm-project/libunwind/src/
H A DUnwind-EHABI.cpp107 return _URC_FAILURE; in ProcessDescriptors()
143 return _URC_FAILURE; in ProcessDescriptors()
196 return _URC_FAILURE; in unwindOneFrame()
279 return _URC_FAILURE; in _Unwind_VRS_Interpret()
284 return _URC_FAILURE; in _Unwind_VRS_Interpret()
293 return _URC_FAILURE; in _Unwind_VRS_Interpret()
315 return _URC_FAILURE; in _Unwind_VRS_Interpret()
318 return _URC_FAILURE; in _Unwind_VRS_Interpret()
328 return _URC_FAILURE; in _Unwind_VRS_Interpret()
358 return _URC_FAILURE; in _Unwind_VRS_Interpret()
[all …]
/freebsd/contrib/libcxxrt/
H A Dunwind-arm.h39 _URC_FAILURE = 9, /* unspecified failure of some kind */ enumerator
40 _URC_FATAL_PHASE1_ERROR = _URC_FAILURE
208 default: return _URC_FAILURE;\
H A Dexception.cc118 if (__gnu_unwind_frame(ex, context) != _URC_OK) { return _URC_FAILURE; } in continueUnwinding()
/freebsd/contrib/llvm-project/compiler-rt/lib/builtins/
H A Dunwind-ehabi-helpers.h37 #define _URC_FAILURE 9 macro
H A Dgcc_personality_v0.c174 return _URC_FAILURE; in continueUnwind()
/freebsd/contrib/llvm-project/libunwind/include/
H A Dunwind.h44 _URC_FAILURE = 9 enumerator
/freebsd/contrib/llvm-project/clang/lib/Headers/
H A Dunwind.h92 _URC_FAILURE = 9 /* used by ARM EHABI */ enumerator