Searched refs:_Unwind_State (Results 1 – 6 of 6) sorted by relevance
/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/llvm-libc++abi/libcxxabi/include/ |
D | unwind.h | 61 typedef uint32_t _Unwind_State; typedef 63 static const _Unwind_State _US_VIRTUAL_UNWIND_FRAME = 0; 64 static const _Unwind_State _US_UNWIND_FRAME_STARTING = 1; 65 static const _Unwind_State _US_UNWIND_FRAME_RESUME = 2; 105 (_Unwind_State state, 110 (_Unwind_State state,
|
/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/Unwind/ |
D | Unwind-EHABI.cpp | 71 _Unwind_State state, in ProcessDescriptors() 160 _Unwind_State state, in unwindOneFrame() 382 _Unwind_State state, in __aeabi_unwind_cpp_pr0() 389 _Unwind_State state, in __aeabi_unwind_cpp_pr1() 396 _Unwind_State state, in __aeabi_unwind_cpp_pr2() 529 _Unwind_State state = in unwind_phase2()
|
D | UnwindCursor.hpp | 616 _Unwind_State state, _Unwind_Control_Block *ucbp, _Unwind_Context *context); 618 _Unwind_State state, _Unwind_Control_Block *ucbp, _Unwind_Context *context); 620 _Unwind_State state, _Unwind_Control_Block *ucbp, _Unwind_Context *context);
|
/ndk/sources/cxx-stl/llvm-libc++abi/libcxxabi/src/ |
D | cxa_personality.cpp | 1050 __gxx_personality_v0(_Unwind_State state, in __gxx_personality_v0()
|