OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:exception_header
(Results
1 - 2
of
2
) sorted by null
/ndk/sources/cxx-stl/gabi++/src/
personality.cc
72
__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
...]
helper_func_internal.cc
173
__cxa_exception*
exception_header
= (__cxa_exception*)(unwind_exception+1) - 1;
local
176
static_cast<const __shim_type_info*>(
exception_header
->exceptionType);
Completed in 94 milliseconds