Searched refs:exception_cleanup (Results 1 – 9 of 9) sorted by relevance
/ndk/tests/device/test-unwind-struct/jni/ |
D | main.c | 22 CHECK_EQ(8, offsetof(struct _Unwind_Control_Block, exception_cleanup)); in main() 26 CHECK_EQ(8, offsetof(struct _Unwind_Exception, exception_cleanup)); in main() 32 CHECK_EQ(8, offsetof(struct _Unwind_Exception, exception_cleanup)); in main() 38 CHECK_EQ(8, offsetof(struct _Unwind_Exception, exception_cleanup)); in main()
|
/ndk/sources/cxx-stl/gabi++/include/ |
D | unwind-itanium.h | 70 _Unwind_Exception_Cleanup_Fn exception_cleanup; member
|
D | unwind-arm.h | 61 void (*exception_cleanup)(_Unwind_Reason_Code, _Unwind_Control_Block*); member
|
/ndk/sources/cxx-stl/llvm-libc++abi/libcxxabi/include/ |
D | unwind.h | 71 void (*exception_cleanup)(_Unwind_Reason_Code, _Unwind_Control_Block*); member 120 void (*exception_cleanup)(_Unwind_Reason_Code reason, member
|
/ndk/sources/cxx-stl/llvm-libc++abi/libcxxabi/src/Unwind/ |
D | Unwind-sjlj.c | 427 if (exception_object->exception_cleanup != NULL) in _Unwind_DeleteException() 428 (*exception_object->exception_cleanup)(_URC_FOREIGN_EXCEPTION_CAUGHT, in _Unwind_DeleteException()
|
D | UnwindLevel1.c | 452 if (exception_object->exception_cleanup != NULL) in _Unwind_DeleteException() 453 (*exception_object->exception_cleanup)(_URC_FOREIGN_EXCEPTION_CAUGHT, in _Unwind_DeleteException()
|
D | Unwind-EHABI.cpp | 989 if (exception_object->exception_cleanup != NULL) in _Unwind_DeleteException() 990 (*exception_object->exception_cleanup)(_URC_FOREIGN_EXCEPTION_CAUGHT, in _Unwind_DeleteException()
|
/ndk/sources/cxx-stl/llvm-libc++abi/libcxxabi/src/ |
D | cxa_exception.cpp | 236 exception_header->unwindHeader.exception_cleanup = exception_cleanup_func; in __cxa_throw() 700 dep_exception_header->unwindHeader.exception_cleanup = dependent_exception_cleanup; in __cxa_rethrow_primary_exception()
|
/ndk/sources/cxx-stl/gabi++/src/ |
D | cxxabi.cc | 333 header->unwindHeader.exception_cleanup = defaultExceptionCleanupFunc; in __cxa_throw()
|