Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/libcxxabi/src/
H A Dcxa_personality.cpp1176 __cxa_exception* old_exception_header = 0; in __cxa_call_unexpected() local
1183 old_exception_header = (__cxa_exception*)(unwind_exception+1) - 1; in __cxa_call_unexpected()
1184 t_handler = old_exception_header->terminateHandler; in __cxa_call_unexpected()
1185 u_handler = old_exception_header->unexpectedHandler; in __cxa_call_unexpected()
1192 ttypeIndex = old_exception_header->handlerSwitchValue; in __cxa_call_unexpected()
1193 lsda = old_exception_header->languageSpecificData; in __cxa_call_unexpected()
1194 base = (uintptr_t)old_exception_header->catchTemp; in __cxa_call_unexpected()
1242 if (native_new_exception && (new_exception_header != old_exception_header)) in __cxa_call_unexpected()