Home
last modified time | relevance | path

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

/external/libunwind_llvm/src/
DUnwind-seh.cpp70 _GCC_specific_handler(PEXCEPTION_RECORD ms_exc, PVOID frame, PCONTEXT ms_ctx, in _GCC_specific_handler() argument
81 ms_exc->ExceptionCode, ms_exc->ExceptionFlags, in _GCC_specific_handler()
83 if (ms_exc->ExceptionCode == STATUS_GCC_UNWIND) { in _GCC_specific_handler()
84 if (IS_TARGET_UNWIND(ms_exc->ExceptionFlags)) { in _GCC_specific_handler()
88 disp->ContextRecord->Rdx = ms_exc->ExceptionInformation[3]; in _GCC_specific_handler()
90 disp->ContextRecord->R1 = ms_exc->ExceptionInformation[3]; in _GCC_specific_handler()
92 disp->ContextRecord->X1 = ms_exc->ExceptionInformation[3]; in _GCC_specific_handler()
99 if (ms_exc->ExceptionCode == STATUS_GCC_THROW) { in _GCC_specific_handler()
103 exc = (_Unwind_Exception *)ms_exc->ExceptionInformation[0]; in _GCC_specific_handler()
104 if (!IS_UNWINDING(ms_exc->ExceptionFlags) && ms_exc->NumberParameters > 1) { in _GCC_specific_handler()
[all …]
/external/libcxxabi/src/
Dcxa_personality.cpp1042 __gxx_personality_seh0(PEXCEPTION_RECORD ms_exc, void *this_frame, in __gxx_personality_seh0() argument
1045 return _GCC_specific_handler(ms_exc, this_frame, ms_orig_context, ms_disp, in __gxx_personality_seh0()