Home
last modified time | relevance | path

Searched defs:scan_results (Results 1 – 1 of 1) sorted by relevance

/ndk/sources/cxx-stl/llvm-libc++abi/libcxxabi/src/
Dcxa_personality.cpp486 struct scan_results struct
488 int64_t ttypeIndex; // > 0 catch handler, < 0 exception spec handler, == 0 a cleanup
489 const uint8_t* actionRecord; // Currently unused. Retained to ease future maintenance.
490 const uint8_t* languageSpecificData; // Needed only for __cxa_call_unexpected
491 uintptr_t landingPad; // null -> nothing found, else something found
492 void* adjustedPtr; // Used in cxa_exception.cpp
493 _Unwind_Reason_Code reason; // One of _URC_FATAL_PHASE1_ERROR,