Searched refs:_UA_SEARCH_PHASE (Results 1 – 10 of 10) sorted by relevance
/freebsd/contrib/libcxxrt/ |
H A D | unwind-arm.h | 160 #define _UA_SEARCH_PHASE 1 macro 211 actions = _UA_SEARCH_PHASE;\
|
H A D | unwind-itanium.h | 57 #define _UA_SEARCH_PHASE 1 macro
|
H A D | exception.cc | 1166 if (actions & _UA_SEARCH_PHASE)
|
/freebsd/contrib/llvm-project/libunwind/src/ |
H A D | Unwind-wasm.c | 59 1, _UA_SEARCH_PHASE, exception_object->exception_class, exception_object, in _Unwind_CallPersonality()
|
H A D | Unwind-seh.cpp | 114 action = _UA_SEARCH_PHASE; in _GCC_specific_handler() 206 bool phase2 = (state & (_UA_SEARCH_PHASE|_UA_CLEANUP_PHASE)) == _UA_CLEANUP_PHASE; in __libunwind_seh_personality()
|
H A D | Unwind-sjlj.c | 147 1, _UA_SEARCH_PHASE, exception_object->exception_class, in unwind_phase1()
|
H A D | UnwindLevel1.c | 153 (*p)(1, _UA_SEARCH_PHASE, exception_object->exception_class, in unwind_phase1()
|
/freebsd/contrib/llvm-project/libunwind/include/ |
H A D | unwind.h | 49 _UA_SEARCH_PHASE = 1, enumerator
|
/freebsd/contrib/llvm-project/compiler-rt/lib/builtins/ |
H A D | gcc_personality_v0.c | 213 if (actions & _UA_SEARCH_PHASE) in __gcc_personality_sj0()
|
/freebsd/contrib/llvm-project/clang/lib/Headers/ |
H A D | unwind.h | 97 _UA_SEARCH_PHASE = 1, enumerator
|