Home | History | Annotate | Download | only in src

Lines Matching refs:ExceptionInformation

88       disp->ContextRecord->Rdx = ms_exc->ExceptionInformation[3];
90 disp->ContextRecord->R1 = ms_exc->ExceptionInformation[3];
92 disp->ContextRecord->X1 = ms_exc->ExceptionInformation[3];
103 exc = (_Unwind_Exception *)ms_exc->ExceptionInformation[0];
105 ctx = (struct _Unwind_Context *)ms_exc->ExceptionInformation[1];
106 action = (_Unwind_Action)ms_exc->ExceptionInformation[2];
127 if (ours && ms_exc->ExceptionInformation[1] == (ULONG_PTR)frame)
158 ms_exc->ExceptionInformation[1] = (ULONG_PTR)frame;
189 ms_exc->ExceptionInformation[2] = disp->TargetIp;
191 ms_exc->ExceptionInformation[2] = disp->TargetPc;
193 ms_exc->ExceptionInformation[3] = exc->private_[3];
221 ms_exc.ExceptionInformation[0] = (ULONG_PTR)exc;
222 ms_exc.ExceptionInformation[1] = (ULONG_PTR)context;
223 ms_exc.ExceptionInformation[2] = state;
394 ms_exc.ExceptionInformation[0] = (ULONG_PTR)exception_object;
395 ms_exc.ExceptionInformation[1] = exception_object->private_[1];
396 ms_exc.ExceptionInformation[2] = exception_object->private_[2];
397 ms_exc.ExceptionInformation[3] = exception_object->private_[3];