Home
last modified time | relevance | path

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

/ndk/sources/cxx-stl/gabi++/src/
Dpersonality.cc72 … __cxa_exception* exception_header = reinterpret_cast<__cxa_exception*>(unwind_exception+1)-1; variable
73 exception_header->handlerSwitchValue = static_cast<int>(results.ttypeIndex);
74 exception_header->actionRecord = results.actionRecord;
75 exception_header->languageSpecificData = results.languageSpecificData;
76 exception_header->catchTemp = reinterpret_cast<void*>(results.landingPad);
77 exception_header->adjustedPtr = results.adjustedPtr;
92 … __cxa_exception* exception_header = reinterpret_cast<__cxa_exception*>(unwind_exception+1)-1; variable
93 results.ttypeIndex = exception_header->handlerSwitchValue;
94 results.actionRecord = exception_header->actionRecord;
95 results.languageSpecificData = exception_header->languageSpecificData;
[all …]
Dhelper_func_internal.cc177 __cxa_exception* exception_header = (__cxa_exception*)(unwind_exception+1) - 1; in scanEHTable() local
180 static_cast<const __shim_type_info*>(exception_header->exceptionType); in scanEHTable()