Searched refs:_UA_SEARCH_PHASE (Results 1 – 12 of 12) sorted by relevance
/external/libcxxabi/src/ |
D | cxa_personality.cpp | 576 if (actions & _UA_SEARCH_PHASE) in scan_eh_tab() 729 if ((actions & _UA_SEARCH_PHASE) || (actions & _UA_HANDLER_FRAME)) in scan_eh_tab() 765 if (actions & _UA_SEARCH_PHASE) in scan_eh_tab() 809 if (actions & _UA_SEARCH_PHASE) in scan_eh_tab() 834 if ((actions & _UA_SEARCH_PHASE) || (actions & _UA_HANDLER_FRAME)) in scan_eh_tab() 966 if (actions & _UA_SEARCH_PHASE) in __gxx_personality_imp() 1121 scan_eh_tab(results, _UA_SEARCH_PHASE, native_exception, unwind_exception, context); in __gxx_personality_v0()
|
/external/libunwind/include/ |
D | unwind.h | 56 #define _UA_SEARCH_PHASE 1 macro
|
/external/libunwind/src/unwind/ |
D | RaiseException.c | 72 reason = (*personality) (_U_VERSION, _UA_SEARCH_PHASE, in _Unwind_RaiseException()
|
/external/libunwind_llvm/src/ |
D | Unwind-seh.cpp | 125 action = _UA_SEARCH_PHASE; in _GCC_specific_handler() 217 bool phase2 = (state & (_UA_SEARCH_PHASE|_UA_CLEANUP_PHASE)) == _UA_CLEANUP_PHASE; in __libunwind_seh_personality()
|
D | Unwind-sjlj.c | 134 1, _UA_SEARCH_PHASE, exception_object->exception_class, in unwind_phase1()
|
D | UnwindLevel1.c | 95 (*p)(1, _UA_SEARCH_PHASE, exception_object->exception_class, in unwind_phase1()
|
/external/compiler-rt/lib/builtins/ |
D | gcc_personality_v0.c | 189 if ( actions & _UA_SEARCH_PHASE ) in __gcc_personality_sj0()
|
/external/clang/lib/Headers/ |
D | unwind.h | 103 _UA_SEARCH_PHASE = 1, enumerator
|
/external/libunwind_llvm/include/ |
D | unwind.h | 49 _UA_SEARCH_PHASE = 1, enumerator
|
/external/llvm/examples/ExceptionDemo/ |
D | ExceptionDemo.cpp | 104 _UA_SEARCH_PHASE = 1, enumerator 757 if (!(actions & _UA_SEARCH_PHASE)) { in handleLsda() 839 if (actions & _UA_SEARCH_PHASE) { in ourPersonality()
|
/external/swiftshader/third_party/LLVM/examples/ExceptionDemo/ |
D | ExceptionDemo.cpp | 107 _UA_SEARCH_PHASE = 1, enumerator 733 if (!(actions & _UA_SEARCH_PHASE)) { in handleLsda() 815 if (actions & _UA_SEARCH_PHASE) { in ourPersonality()
|
/external/swiftshader/third_party/llvm-7.0/llvm/examples/ExceptionDemo/ |
D | ExceptionDemo.cpp | 707 if (!(actions & _UA_SEARCH_PHASE)) { in handleLsda() 788 if (actions & _UA_SEARCH_PHASE) { in ourPersonality()
|