Home
last modified time | relevance | path

Searched refs:exception_cleanup (Results 1 – 9 of 9) sorted by relevance

/ndk/tests/device/test-unwind-struct/jni/
Dmain.c22 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/
Dunwind-itanium.h70 _Unwind_Exception_Cleanup_Fn exception_cleanup; member
Dunwind-arm.h61 void (*exception_cleanup)(_Unwind_Reason_Code, _Unwind_Control_Block*); member
/ndk/sources/cxx-stl/llvm-libc++abi/libcxxabi/include/
Dunwind.h71 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/
DUnwind-sjlj.c427 if (exception_object->exception_cleanup != NULL) in _Unwind_DeleteException()
428 (*exception_object->exception_cleanup)(_URC_FOREIGN_EXCEPTION_CAUGHT, in _Unwind_DeleteException()
DUnwindLevel1.c452 if (exception_object->exception_cleanup != NULL) in _Unwind_DeleteException()
453 (*exception_object->exception_cleanup)(_URC_FOREIGN_EXCEPTION_CAUGHT, in _Unwind_DeleteException()
DUnwind-EHABI.cpp989 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/
Dcxa_exception.cpp236 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/
Dcxxabi.cc333 header->unwindHeader.exception_cleanup = defaultExceptionCleanupFunc; in __cxa_throw()