Lines Matching defs:exception_header
314 __cxa_exception* exception_header = (__cxa_exception*)(unwind_exception+1) - 1;
315 std::__terminate(exception_header->terminateHandler);
741 __cxa_exception* exception_header = (__cxa_exception*)(unwind_exception+1) - 1;
744 static_cast<const __shim_type_info*>(exception_header->exceptionType);
783 __cxa_exception* exception_header = (__cxa_exception*)(unwind_exception+1) - 1;
786 static_cast<const __shim_type_info*>(exception_header->exceptionType);
963 __cxa_exception* exception_header = (__cxa_exception*)(unwind_exception+1) - 1;
964 exception_header->handlerSwitchValue = static_cast<int>(results.ttypeIndex);
965 exception_header->actionRecord = results.actionRecord;
966 exception_header->languageSpecificData = results.languageSpecificData;
967 exception_header->catchTemp = reinterpret_cast<void*>(results.landingPad);
968 exception_header->adjustedPtr = results.adjustedPtr;
988 __cxa_exception* exception_header = (__cxa_exception*)(unwind_exception+1) - 1;
989 results.ttypeIndex = exception_header->handlerSwitchValue;
990 results.actionRecord = exception_header->actionRecord;
991 results.languageSpecificData = exception_header->languageSpecificData;
992 results.landingPad = reinterpret_cast<uintptr_t>(exception_header->catchTemp);
993 results.adjustedPtr = exception_header->adjustedPtr;