Searched refs:ms_exc (Results 1 – 2 of 2) sorted by relevance
/external/libunwind_llvm/src/ |
D | Unwind-seh.cpp | 70 _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/ |
D | cxa_personality.cpp | 1042 __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()
|