Home
last modified time | relevance | path

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

/ndk/sources/cxx-stl/gabi++/src/
Dhelper_func_internal.cc73 if (actions & (_UA_CLEANUP_PHASE | _UA_HANDLER_FRAME | _UA_FORCE_UNWIND)) { in scanEHTable()
78 if ((actions & _UA_HANDLER_FRAME) && (actions & _UA_FORCE_UNWIND)) { in scanEHTable()
132 if ((actions & _UA_CLEANUP_PHASE) && !(actions & _UA_HANDLER_FRAME)) in scanEHTable()
156 if ((actions & _UA_SEARCH_PHASE) || (actions & _UA_HANDLER_FRAME)) in scanEHTable()
235 if ((actions & _UA_SEARCH_PHASE) || (actions & _UA_HANDLER_FRAME)) { in scanEHTable()
251 if ((actions & _UA_CLEANUP_PHASE) && !(actions & _UA_HANDLER_FRAME)) { in scanEHTable()
Dpersonality.cc89 if (actions & _UA_HANDLER_FRAME) {
Dhelper_func_internal.h112 actions |= _UA_HANDLER_FRAME; \
/ndk/sources/cxx-stl/llvm-libc++abi/libcxxabi/src/
Dcxa_personality.cpp551 if (actions & (_UA_CLEANUP_PHASE | _UA_HANDLER_FRAME | _UA_FORCE_UNWIND)) in scan_eh_tab()
561 if ((actions & _UA_HANDLER_FRAME) && (actions & _UA_FORCE_UNWIND)) in scan_eh_tab()
667 if ((actions & _UA_CLEANUP_PHASE) && !(actions & _UA_HANDLER_FRAME)) in scan_eh_tab()
700 if ((actions & _UA_SEARCH_PHASE) || (actions & _UA_HANDLER_FRAME)) in scan_eh_tab()
805 if ((actions & _UA_SEARCH_PHASE) || (actions & _UA_HANDLER_FRAME)) in scan_eh_tab()
830 if ((actions & _UA_CLEANUP_PHASE) && !(actions & _UA_HANDLER_FRAME)) in scan_eh_tab()
962 if (actions & _UA_HANDLER_FRAME) in __gxx_personality_sj0()
1130 … scan_eh_tab(results, static_cast<_Unwind_Action>(_UA_CLEANUP_PHASE | _UA_HANDLER_FRAME), in __gxx_personality_v0()
/ndk/sources/cxx-stl/gabi++/include/
Dunwind-itanium.h52 static const _Unwind_Action _UA_HANDLER_FRAME = 4; variable
Dunwind-arm.h140 static const _Unwind_Action _UA_HANDLER_FRAME = 4; variable
/ndk/sources/cxx-stl/llvm-libc++abi/libcxxabi/include/
Dunwind.h53 _UA_HANDLER_FRAME = 4, enumerator
/ndk/sources/cxx-stl/llvm-libc++abi/libcxxabi/src/Unwind/
DUnwind-sjlj.c151 _UA_HANDLER_FRAME); // tell personality this was the frame it marked in unwind_phase2()
DUnwindLevel1.c177 action = (_Unwind_Action)(_UA_CLEANUP_PHASE | _UA_HANDLER_FRAME); in unwind_phase2()