Home
last modified time | relevance | path

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

/ndk/sources/cxx-stl/llvm-libc++abi/libcxxabi/src/Unwind/
DUnwind-EHABI.h37 _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);
DUnwind-EHABI.cpp71 _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/
Dunwind.h55 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/
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/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/
Dcxa_personality.cpp1087 __gxx_personality_v0(_Unwind_State state, in __gxx_personality_v0()