Searched refs:_Unwind_State (Results 1 – 4 of 4) sorted by relevance
/external/libunwind_llvm/include/ |
D | unwind.h | 55 typedef uint32_t _Unwind_State; typedef 57 static const _Unwind_State _US_VIRTUAL_UNWIND_FRAME = 0; 58 static const _Unwind_State _US_UNWIND_FRAME_STARTING = 1; 59 static const _Unwind_State _US_UNWIND_FRAME_RESUME = 2; 61 static const _Unwind_State _US_FORCE_UNWIND = 8; 105 (_Unwind_State state, 110 (_Unwind_State state,
|
/external/libunwind_llvm/src/ |
D | Unwind-EHABI.h | 37 _Unwind_State state, _Unwind_Control_Block *ucbp, _Unwind_Context *context); 40 _Unwind_State state, _Unwind_Control_Block *ucbp, _Unwind_Context *context); 43 _Unwind_State state, _Unwind_Control_Block *ucbp, _Unwind_Context *context);
|
D | Unwind-EHABI.cpp | 70 _Unwind_State state, in ProcessDescriptors() 163 static _Unwind_Reason_Code unwindOneFrame(_Unwind_State state, in unwindOneFrame() 420 _Unwind_State state, in __aeabi_unwind_cpp_pr0() 427 _Unwind_State state, in __aeabi_unwind_cpp_pr1() 434 _Unwind_State state, in __aeabi_unwind_cpp_pr2() 573 _Unwind_State state = in unwind_phase2()
|
/external/libcxxabi/src/ |
D | cxa_personality.cpp | 1060 __gxx_personality_v0(_Unwind_State state, in __gxx_personality_v0()
|