Searched refs:old_exception_header (Results 1 – 1 of 1) sorted by relevance
1208 __cxa_exception* old_exception_header = 0; in __cxa_call_unexpected() local1213 old_exception_header = (__cxa_exception*)(unwind_exception+1) - 1; in __cxa_call_unexpected()1214 t_handler = old_exception_header->terminateHandler; in __cxa_call_unexpected()1215 u_handler = old_exception_header->unexpectedHandler; in __cxa_call_unexpected()1222 ttypeIndex = old_exception_header->handlerSwitchValue; in __cxa_call_unexpected()1223 lsda = old_exception_header->languageSpecificData; in __cxa_call_unexpected()1269 if (native_new_exception && (new_exception_header != old_exception_header)) in __cxa_call_unexpected()