Lines Matching refs:exception_header

336         __cxa_exception* exception_header = (__cxa_exception*)(unwind_exception+1) - 1;  in call_terminate()  local
337 std::__terminate(exception_header->terminateHandler); in call_terminate()
761 … __cxa_exception* exception_header = (__cxa_exception*)(unwind_exception+1) - 1; in scan_eh_tab() local
764 static_cast<const __shim_type_info*>(exception_header->exceptionType); in scan_eh_tab()
792 … __cxa_exception* exception_header = (__cxa_exception*)(unwind_exception+1) - 1; in scan_eh_tab() local
795 static_cast<const __shim_type_info*>(exception_header->exceptionType); in scan_eh_tab()
934 __cxa_exception* exception_header = in __gxx_personality_imp() local
936 results.ttypeIndex = exception_header->handlerSwitchValue; in __gxx_personality_imp()
937 results.actionRecord = exception_header->actionRecord; in __gxx_personality_imp()
938 results.languageSpecificData = exception_header->languageSpecificData; in __gxx_personality_imp()
940 reinterpret_cast<uintptr_t>(exception_header->catchTemp); in __gxx_personality_imp()
941 results.adjustedPtr = exception_header->adjustedPtr; in __gxx_personality_imp()
949 exception_header->catchTemp = (void *)_Unwind_GetDataRelBase(context); in __gxx_personality_imp()
951 exception_header->catchTemp = 0; in __gxx_personality_imp()
985 __cxa_exception* exception_header = in __gxx_personality_imp() local
988 exception_header->catchTemp = (void *)_Unwind_GetDataRelBase(context); in __gxx_personality_imp()
990 exception_header->catchTemp = 0; in __gxx_personality_imp()