Home
last modified time | relevance | path

Searched refs:_US_UNWIND_FRAME_STARTING (Results 1 – 5 of 5) sorted by relevance

/external/compiler-rt/lib/builtins/
Dgcc_personality_v0.c187 if ((state & _US_ACTION_MASK) != _US_UNWIND_FRAME_STARTING) in __gcc_personality_sj0()
/external/clang/lib/Headers/
Dunwind.h164 #define _US_UNWIND_FRAME_STARTING ((_Unwind_State)1) macro
/external/libunwind_llvm/include/
Dunwind.h58 static const _Unwind_State _US_UNWIND_FRAME_STARTING = 1; variable
/external/libcxxabi/src/
Dcxa_personality.cpp1111 case _US_UNWIND_FRAME_STARTING: in __gxx_personality_v0()
/external/libunwind_llvm/src/
DUnwind-EHABI.cpp574 resume ? _US_UNWIND_FRAME_RESUME : _US_UNWIND_FRAME_STARTING; in unwind_phase2()