• Home
  • Raw
  • Download

Lines Matching refs:ExceptionInformation

77       disp->ContextRecord->Rdx = ms_exc->ExceptionInformation[3];  in _GCC_specific_handler()
79 disp->ContextRecord->R1 = ms_exc->ExceptionInformation[3]; in _GCC_specific_handler()
81 disp->ContextRecord->X1 = ms_exc->ExceptionInformation[3]; in _GCC_specific_handler()
92 exc = (_Unwind_Exception *)ms_exc->ExceptionInformation[0]; in _GCC_specific_handler()
94 ctx = (struct _Unwind_Context *)ms_exc->ExceptionInformation[1]; in _GCC_specific_handler()
95 action = (_Unwind_Action)ms_exc->ExceptionInformation[2]; in _GCC_specific_handler()
116 if (ours && ms_exc->ExceptionInformation[1] == (ULONG_PTR)frame) in _GCC_specific_handler()
147 ms_exc->ExceptionInformation[1] = (ULONG_PTR)frame; in _GCC_specific_handler()
178 ms_exc->ExceptionInformation[2] = disp->TargetIp; in _GCC_specific_handler()
180 ms_exc->ExceptionInformation[2] = disp->TargetPc; in _GCC_specific_handler()
182 ms_exc->ExceptionInformation[3] = exc->private_[3]; in _GCC_specific_handler()
210 ms_exc.ExceptionInformation[0] = (ULONG_PTR)exc; in __libunwind_seh_personality()
211 ms_exc.ExceptionInformation[1] = (ULONG_PTR)context; in __libunwind_seh_personality()
212 ms_exc.ExceptionInformation[2] = state; in __libunwind_seh_personality()
384 ms_exc.ExceptionInformation[0] = (ULONG_PTR)exception_object; in _Unwind_Resume()
385 ms_exc.ExceptionInformation[1] = exception_object->private_[1]; in _Unwind_Resume()
386 ms_exc.ExceptionInformation[2] = exception_object->private_[2]; in _Unwind_Resume()
387 ms_exc.ExceptionInformation[3] = exception_object->private_[3]; in _Unwind_Resume()