Searched refs:_Unwind_State (Results 1 – 6 of 6) sorted by relevance
/ndk/sources/cxx-stl/llvm-libc++abi/libcxxabi/src/Unwind/ |
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 | 71 _Unwind_State state, in ProcessDescriptors() 164 static _Unwind_Reason_Code unwindOneFrame(_Unwind_State state, in unwindOneFrame() 413 _Unwind_State state, in __aeabi_unwind_cpp_pr0() 420 _Unwind_State state, in __aeabi_unwind_cpp_pr1() 427 _Unwind_State state, in __aeabi_unwind_cpp_pr2() 564 _Unwind_State state = in unwind_phase2()
|
/ndk/sources/cxx-stl/llvm-libc++abi/libcxxabi/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,
|
/ndk/sources/cxx-stl/gabi++/include/ |
D | unwind-arm.h | 50 typedef uint32_t _Unwind_State; typedef 51 static const _Unwind_State _US_VIRTUAL_UNWIND_FRAME = 0; 52 static const _Unwind_State _US_UNWIND_FRAME_STARTING = 1; 53 static const _Unwind_State _US_UNWIND_FRAME_RESUME = 2;
|
/ndk/sources/cxx-stl/gabi++/src/ |
D | helper_func_internal.h | 90 _Unwind_Reason_Code __gxx_personality_v0(_Unwind_State, 95 __gxx_personality_v0(_Unwind_State state, \
|
/ndk/sources/cxx-stl/llvm-libc++abi/libcxxabi/src/ |
D | cxa_personality.cpp | 1087 __gxx_personality_v0(_Unwind_State state, in __gxx_personality_v0()
|