Home
last modified time | relevance | path

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

/ndk/sources/cxx-stl/gabi++/include/
Dunwind-arm.h55 typedef struct _Unwind_Control_Block _Unwind_Control_Block; typedef
59 struct _Unwind_Control_Block { struct
61 void (*exception_cleanup)(_Unwind_Reason_Code, _Unwind_Control_Block*); argument
91 typedef _Unwind_Control_Block _Unwind_Exception; argument
/ndk/tests/device/test-unwind-struct/jni/
Dmain.c20 CHECK_EQ(88, sizeof(struct _Unwind_Control_Block)); in main()
21 CHECK_EQ(0, offsetof(struct _Unwind_Control_Block, exception_class)); in main()
22 CHECK_EQ(8, offsetof(struct _Unwind_Control_Block, exception_cleanup)); in main()
/ndk/sources/cxx-stl/llvm-libc++abi/libcxxabi/include/
Dunwind.h69 struct _Unwind_Control_Block;
70 typedef struct _Unwind_Control_Block _Unwind_Control_Block; typedef
71 typedef struct _Unwind_Control_Block _Unwind_Exception; /* Alias */
73 struct _Unwind_Control_Block { struct
75 void (*exception_cleanup)(_Unwind_Reason_Code, _Unwind_Control_Block*); argument
/ndk/sources/cxx-stl/llvm-libc++abi/libcxxabi/src/Unwind/
DUnwind-EHABI.cpp72 _Unwind_Control_Block* ucbp, in ProcessDescriptors()
161 _Unwind_Control_Block* ucbp, in unwindOneFrame()
383 _Unwind_Control_Block *ucbp, in __aeabi_unwind_cpp_pr0()
390 _Unwind_Control_Block *ucbp, in __aeabi_unwind_cpp_pr1()
397 _Unwind_Control_Block *ucbp, in __aeabi_unwind_cpp_pr2()
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_exception.cpp261 static_cast<_Unwind_Control_Block*>(unwind_exception)->barrier_cache.bitpattern[0]); in __cxa_get_exception_ptr()