Searched defs:old_exception_header (Results 1 - 1 of 1) sorted by relevance

/external/libcxxabi/src/
H A Dcxa_personality.cpp1175 __cxa_exception* old_exception_header = 0; local
1180 old_exception_header = (__cxa_exception*)(unwind_exception+1) - 1;
1181 t_handler = old_exception_header->terminateHandler;
1182 u_handler = old_exception_header->unexpectedHandler;
1189 ttypeIndex = old_exception_header->handlerSwitchValue;
1190 lsda = old_exception_header->languageSpecificData;
1212 // old_exception_header->languageSpecificData
1213 // old_exception_header->actionRecord
1238 if (native_new_exception && (new_exception_header != old_exception_header))
1259 // Call __cxa_end_catch for old_exception_header
[all...]

Completed in 55 milliseconds