Home
last modified time | relevance | path

Searched refs:_UA_SEARCH_PHASE (Results 1 – 9 of 9) sorted by relevance

/external/libcxxabi/src/
Dcxa_personality.cpp554 if (actions & _UA_SEARCH_PHASE) in scan_eh_tab()
707 if ((actions & _UA_SEARCH_PHASE) || (actions & _UA_HANDLER_FRAME)) in scan_eh_tab()
743 if (actions & _UA_SEARCH_PHASE) in scan_eh_tab()
787 if (actions & _UA_SEARCH_PHASE) in scan_eh_tab()
812 if ((actions & _UA_SEARCH_PHASE) || (actions & _UA_HANDLER_FRAME)) in scan_eh_tab()
940 if (actions & _UA_SEARCH_PHASE) in __gxx_personality_sj0()
1115 scan_eh_tab(results, _UA_SEARCH_PHASE, native_exception, unwind_exception, context); in __gxx_personality_v0()
/external/libunwind/include/
Dunwind.h56 #define _UA_SEARCH_PHASE 1 macro
/external/libunwind/src/unwind/
DRaiseException.c72 reason = (*personality) (_U_VERSION, _UA_SEARCH_PHASE, in _Unwind_RaiseException()
/external/compiler-rt/lib/builtins/
Dgcc_personality_v0.c158 if ( actions & _UA_SEARCH_PHASE ) in __gcc_personality_sj0()
/external/clang/lib/Headers/
Dunwind.h95 _UA_SEARCH_PHASE = 1, enumerator
/external/libcxxabi/include/
Dunwind.h45 _UA_SEARCH_PHASE = 1, enumerator
/external/libcxxabi/src/Unwind/
DUnwind-sjlj.c96 1, _UA_SEARCH_PHASE, exception_object->exception_class, in unwind_phase1()
DUnwindLevel1.c88 (*p)(1, _UA_SEARCH_PHASE, exception_object->exception_class, in unwind_phase1()
/external/llvm/examples/ExceptionDemo/
DExceptionDemo.cpp103 _UA_SEARCH_PHASE = 1, enumerator
756 if (!(actions & _UA_SEARCH_PHASE)) { in handleLsda()
838 if (actions & _UA_SEARCH_PHASE) { in ourPersonality()