Lines Matching refs:ExceptionInformation
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()
103 exc = (_Unwind_Exception *)ms_exc->ExceptionInformation[0]; in _GCC_specific_handler()
105 ctx = (struct _Unwind_Context *)ms_exc->ExceptionInformation[1]; in _GCC_specific_handler()
106 action = (_Unwind_Action)ms_exc->ExceptionInformation[2]; in _GCC_specific_handler()
127 if (ours && ms_exc->ExceptionInformation[1] == (ULONG_PTR)frame) in _GCC_specific_handler()
158 ms_exc->ExceptionInformation[1] = (ULONG_PTR)frame; in _GCC_specific_handler()
189 ms_exc->ExceptionInformation[2] = disp->TargetIp; in _GCC_specific_handler()
191 ms_exc->ExceptionInformation[2] = disp->TargetPc; in _GCC_specific_handler()
193 ms_exc->ExceptionInformation[3] = exc->private_[3]; in _GCC_specific_handler()
221 ms_exc.ExceptionInformation[0] = (ULONG_PTR)exc; in __libunwind_seh_personality()
222 ms_exc.ExceptionInformation[1] = (ULONG_PTR)context; in __libunwind_seh_personality()
223 ms_exc.ExceptionInformation[2] = state; in __libunwind_seh_personality()
394 ms_exc.ExceptionInformation[0] = (ULONG_PTR)exception_object; in _Unwind_Resume()
395 ms_exc.ExceptionInformation[1] = exception_object->private_[1]; in _Unwind_Resume()
396 ms_exc.ExceptionInformation[2] = exception_object->private_[2]; in _Unwind_Resume()
397 ms_exc.ExceptionInformation[3] = exception_object->private_[3]; in _Unwind_Resume()