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

/barrelfish-master/lib/cxx/cxxabi/
H A Dcxa_personality.cpp1207 __cxa_exception* old_exception_header = 0; local
1212 old_exception_header = (__cxa_exception*)(unwind_exception+1) - 1;
1213 t_handler = old_exception_header->terminateHandler;
1214 u_handler = old_exception_header->unexpectedHandler;
1221 ttypeIndex = old_exception_header->handlerSwitchValue;
1222 lsda = old_exception_header->languageSpecificData;
1244 // old_exception_header->languageSpecificData
1245 // old_exception_header->actionRecord
1268 if (native_new_exception && (new_exception_header != old_exception_header))
1289 // Call __cxa_end_catch for old_exception_header
[all...]

Completed in 29 milliseconds