Home
last modified time | relevance | path

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

/ndk/sources/cxx-stl/gabi++/src/
Dcall_unexpected.cc260 __cxa_exception* old_exception_header = 0; in __cxa_call_unexpected() local
264 old_exception_header = reinterpret_cast<__cxa_exception*>(unwind_exception+1)-1; in __cxa_call_unexpected()
265 t_handler = old_exception_header->terminateHandler; in __cxa_call_unexpected()
266 u_handler = old_exception_header->unexpectedHandler; in __cxa_call_unexpected()
269 ttypeIndex = old_exception_header->handlerSwitchValue; in __cxa_call_unexpected()
270 lsda = old_exception_header->languageSpecificData; in __cxa_call_unexpected()
300 if (native_new_exception && (new_exception_header != old_exception_header)) { in __cxa_call_unexpected()
/ndk/sources/cxx-stl/llvm-libc++abi/libcxxabi/src/
Dcxa_personality.cpp1187 __cxa_exception* old_exception_header = 0; in __cxa_call_unexpected() local
1192 old_exception_header = (__cxa_exception*)(unwind_exception+1) - 1; in __cxa_call_unexpected()
1193 t_handler = old_exception_header->terminateHandler; in __cxa_call_unexpected()
1194 u_handler = old_exception_header->unexpectedHandler; in __cxa_call_unexpected()
1201 ttypeIndex = old_exception_header->handlerSwitchValue; in __cxa_call_unexpected()
1202 lsda = old_exception_header->languageSpecificData; in __cxa_call_unexpected()
1250 if (native_new_exception && (new_exception_header != old_exception_header)) in __cxa_call_unexpected()