Home
last modified time | relevance | path

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

/external/libunwind/src/unwind/
Dunwind-internal.h130 actions |= _UA_HANDLER_FRAME; in _Unwind_Phase2()
146 if (actions & _UA_HANDLER_FRAME) in _Unwind_Phase2()
/external/libcxxabi/src/
Dcxa_personality.cpp560 if (actions & (_UA_CLEANUP_PHASE | _UA_HANDLER_FRAME | _UA_FORCE_UNWIND)) in scan_eh_tab()
570 if ((actions & _UA_HANDLER_FRAME) && (actions & _UA_FORCE_UNWIND)) in scan_eh_tab()
677 if ((actions & _UA_CLEANUP_PHASE) && !(actions & _UA_HANDLER_FRAME)) in scan_eh_tab()
710 if ((actions & _UA_SEARCH_PHASE) || (actions & _UA_HANDLER_FRAME)) in scan_eh_tab()
815 if ((actions & _UA_SEARCH_PHASE) || (actions & _UA_HANDLER_FRAME)) in scan_eh_tab()
840 if ((actions & _UA_CLEANUP_PHASE) && !(actions & _UA_HANDLER_FRAME)) in scan_eh_tab()
971 if (actions & _UA_HANDLER_FRAME) in __gxx_personality_sj0()
1120 … scan_eh_tab(results, static_cast<_Unwind_Action>(_UA_CLEANUP_PHASE | _UA_HANDLER_FRAME), in __gxx_personality_v0()
/external/libunwind/include/
Dunwind.h58 #define _UA_HANDLER_FRAME 4 macro
/external/clang/lib/Headers/
Dunwind.h98 _UA_HANDLER_FRAME = 4, enumerator
/external/libunwind_llvm/include/
Dunwind.h47 _UA_HANDLER_FRAME = 4, enumerator
/external/libunwind_llvm/src/
DUnwind-sjlj.c151 _UA_HANDLER_FRAME); // tell personality this was the frame it marked in unwind_phase2()
DUnwindLevel1.c190 action = (_Unwind_Action)(_UA_CLEANUP_PHASE | _UA_HANDLER_FRAME); in unwind_phase2()
/external/llvm/examples/ExceptionDemo/
DExceptionDemo.cpp106 _UA_HANDLER_FRAME = 4, enumerator