Home
last modified time | relevance | path

Searched refs:_Unwind_State (Results 1 – 6 of 6) sorted by relevance

/ndk/sources/cxx-stl/gabi++/include/
Dunwind-arm.h50 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/
Dunwind.h61 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/
Dhelper_func_internal.h90 _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/
DUnwind-EHABI.cpp71 _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()
DUnwindCursor.hpp616 _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/
Dcxa_personality.cpp1050 __gxx_personality_v0(_Unwind_State state, in __gxx_personality_v0()