Searched refs:_Unwind_State (Results 1 – 6 of 6) 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; 60 static const _Unwind_State _US_ACTION_MASK = 3; 62 static const _Unwind_State _US_FORCE_UNWIND = 8; 106 (_Unwind_State state, 111 (_Unwind_State state,
|
/external/clang/lib/Headers/ |
D | unwind.h | 162 typedef uint32_t _Unwind_State; typedef 163 #define _US_VIRTUAL_UNWIND_FRAME ((_Unwind_State)0) 164 #define _US_UNWIND_FRAME_STARTING ((_Unwind_State)1) 165 #define _US_UNWIND_FRAME_RESUME ((_Unwind_State)2) 166 #define _US_ACTION_MASK ((_Unwind_State)3) 167 #define _US_FORCE_UNWIND ((_Unwind_State)8)
|
/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 __aeabi_unwind_cpp_pr0(_Unwind_State state, _Unwind_Control_Block *ucbp, in __aeabi_unwind_cpp_pr0() 426 __aeabi_unwind_cpp_pr1(_Unwind_State state, _Unwind_Control_Block *ucbp, in __aeabi_unwind_cpp_pr1() 432 __aeabi_unwind_cpp_pr2(_Unwind_State state, _Unwind_Control_Block *ucbp, in __aeabi_unwind_cpp_pr2() 551 _Unwind_State state = in unwind_phase2()
|
/external/compiler-rt/lib/builtins/ |
D | gcc_personality_v0.c | 173 _Unwind_State state, struct _Unwind_Exception *exceptionObject, in __gcc_personality_sj0()
|
/external/libcxxabi/src/ |
D | cxa_personality.cpp | 1070 __gxx_personality_v0(_Unwind_State state, in __gxx_personality_v0()
|