Searched refs:unwindHeader (Results 1 – 2 of 2) sorted by relevance
223 _Unwind_Exception unwindHeader; member230 static_assert(offsetof(__cxa_exception, unwindHeader) ==231 offsetof(__cxa_dependent_exception, unwindHeader),233 static_assert(offsetof(__cxa_dependent_exception, unwindHeader) ==286 offsetof(struct __cxa_exception, unwindHeader)); in exceptionFromPointer()290 if (!isDependentException(ex->unwindHeader.exception_class)) { return ex; } in realExceptionFromException()723 if (isDependentException(exception->unwindHeader.exception_class)) in releaseException()740 assert(isDependentException(ex->unwindHeader.exception_class)); in __cxa_free_dependent_exception()774 __cxa_begin_catch (&(thrown_exception->unwindHeader)); in report_failure()795 _Unwind_Reason_Code err = _Unwind_RaiseException(&ex->unwindHeader); in throw_exception()[all …]
178 _Unwind_Exception unwindHeader; member