Searched refs:_UA_SEARCH_PHASE (Results 1 – 9 of 9) sorted by relevance
/ndk/sources/cxx-stl/gabi++/src/ |
D | helper_func_internal.cc | 72 if (actions & _UA_SEARCH_PHASE) { in scanEHTable() 156 if ((actions & _UA_SEARCH_PHASE) || (actions & _UA_HANDLER_FRAME)) in scanEHTable() 189 if (actions & _UA_SEARCH_PHASE) { in scanEHTable() 219 if (actions & _UA_SEARCH_PHASE) { in scanEHTable() 235 if ((actions & _UA_SEARCH_PHASE) || (actions & _UA_HANDLER_FRAME)) { in scanEHTable()
|
D | personality.cc | 67 if (actions & _UA_SEARCH_PHASE) {
|
D | helper_func_internal.h | 106 actions = _UA_SEARCH_PHASE; \
|
/ndk/sources/cxx-stl/gabi++/include/ |
D | unwind-itanium.h | 50 static const _Unwind_Action _UA_SEARCH_PHASE = 1; variable
|
D | unwind-arm.h | 138 static const _Unwind_Action _UA_SEARCH_PHASE = 1; variable
|
/ndk/sources/cxx-stl/llvm-libc++abi/libcxxabi/src/ |
D | cxa_personality.cpp | 554 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()
|
/ndk/sources/cxx-stl/llvm-libc++abi/libcxxabi/include/ |
D | unwind.h | 45 _UA_SEARCH_PHASE = 1, enumerator
|
/ndk/sources/cxx-stl/llvm-libc++abi/libcxxabi/src/Unwind/ |
D | Unwind-sjlj.c | 96 1, _UA_SEARCH_PHASE, exception_object->exception_class, in unwind_phase1()
|
D | UnwindLevel1.c | 88 (*p)(1, _UA_SEARCH_PHASE, exception_object->exception_class, in unwind_phase1()
|