Searched refs:ExceptionInformation (Results 1 – 7 of 7) sorted by relevance
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()95 action = (_Unwind_Action)ms_exc->ExceptionInformation[2]; 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()[all …]
239 support::ulittle64_t ExceptionInformation[MaxParameters]; member
299 (uptr)(exception_pointers->ExceptionRecord->ExceptionInformation[1]); in ShadowExceptionHandler()
1007 return exception_record->ExceptionInformation[1]; in GetAddress()1029 switch (exception_record->ExceptionInformation[0]) { in GetWriteFlag()
391 support::ulittle64_t &Field = Exception.ExceptionInformation[Index]; in mapping()
234 # WinDumpExceptionRecord ExceptionInformation[15]235 #>>3872 ulequad x \b, ExceptionInformation[0] %#llx
65575 pWal->iSysErrno = (int)p->ExceptionRecord->ExceptionInformation[2];