Searched refs:unwindHeader (Results 1 – 2 of 2) sorted by relevance
220 _Unwind_Exception unwindHeader; member227 static_assert(offsetof(__cxa_exception, unwindHeader) ==228 offsetof(__cxa_dependent_exception, unwindHeader),230 static_assert(offsetof(__cxa_dependent_exception, unwindHeader) ==283 offsetof(struct __cxa_exception, unwindHeader)); in exceptionFromPointer()654 assert(isDependentException(ex->unwindHeader.exception_class)); in __cxa_free_dependent_exception()712 __cxa_begin_catch (&(thrown_exception->unwindHeader)); in report_failure()792 ex->unwindHeader.exception_class = exception_class; in __cxa_throw()793 ex->unwindHeader.exception_cleanup = exception_cleanup; in __cxa_throw()809 ex->unwindHeader.exception_class = dependent_exception_class; in __cxa_rethrow_primary_exception()[all …]
171 _Unwind_Exception unwindHeader; member