Searched refs:_Unwind_Control_Block (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 | 72 _Unwind_Control_Block* ucbp, in ProcessDescriptors() 165 _Unwind_Control_Block* ucbp, in unwindOneFrame() 414 _Unwind_Control_Block *ucbp, in __aeabi_unwind_cpp_pr0() 421 _Unwind_Control_Block *ucbp, in __aeabi_unwind_cpp_pr1() 428 _Unwind_Control_Block *ucbp, in __aeabi_unwind_cpp_pr2()
|
/ndk/sources/cxx-stl/gabi++/include/ |
D | unwind-arm.h | 55 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/ |
D | main.c | 20 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/ |
D | unwind.h | 65 struct _Unwind_Control_Block; 66 typedef struct _Unwind_Control_Block _Unwind_Control_Block; typedef 67 typedef struct _Unwind_Control_Block _Unwind_Exception; /* Alias */ 69 struct _Unwind_Control_Block { struct 71 void (*exception_cleanup)(_Unwind_Reason_Code, _Unwind_Control_Block*); argument
|
/ndk/sources/cxx-stl/llvm-libc++abi/libcxxabi/src/ |
D | cxa_exception.cpp | 261 static_cast<_Unwind_Control_Block*>(unwind_exception)->barrier_cache.bitpattern[0]); in __cxa_get_exception_ptr()
|