Searched refs:ExceptionInformation (Results 1 – 14 of 14) sorted by relevance
201 = (struct _Unwind_Exception *) ms_exc->ExceptionInformation[0]; in _GCC_specific_handler()212 ms_disp->ContextRecord->Rdx = ms_exc->ExceptionInformation[3]; in _GCC_specific_handler()222 if (ms_exc->ExceptionInformation[1] == (_Unwind_Ptr) this_frame) in _GCC_specific_handler()224 RtlUnwindEx (this_frame, (PVOID) ms_exc->ExceptionInformation[2], in _GCC_specific_handler()273 ms_exc->ExceptionInformation[1] = (_Unwind_Ptr) this_frame; in _GCC_specific_handler()274 ms_exc->ExceptionInformation[2] = gcc_context.ra; in _GCC_specific_handler()275 ms_exc->ExceptionInformation[3] = gcc_context.reg[1]; in _GCC_specific_handler()279 4, ms_exc->ExceptionInformation); in _GCC_specific_handler()311 ms_exc->ExceptionInformation[1] = (_Unwind_Ptr) this_frame; in _GCC_specific_handler()312 ms_exc->ExceptionInformation[2] = gcc_context.ra; in _GCC_specific_handler()[all …]
263 (uptr)(exception_pointers->ExceptionRecord->ExceptionInformation[1]); in ShadowExceptionHandler()
239 support::ulittle64_t ExceptionInformation[MaxParameters]; member
265 (uptr)(exception_pointers->ExceptionRecord->ExceptionInformation[1]); in ShadowExceptionHandler()
287 (uptr)(exception_pointers->ExceptionRecord->ExceptionInformation[1]); in ShadowExceptionHandler()
923 return exception_record->ExceptionInformation[1]; in GetAddress()936 switch (exception_record->ExceptionInformation[0]) { in GetWriteFlag()
917 return exception_record->ExceptionInformation[1]; in GetAddress()930 switch (exception_record->ExceptionInformation[0]) { in GetWriteFlag()
959 return exception_record->ExceptionInformation[1]; in GetAddress()981 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
738 NTSTATUS status = (NTSTATUS)pep->ExceptionRecord->ExceptionInformation[3]; in fs__filemap_ex_filter()
2274 ULONG_PTR[EXCEPTION_MAXIMUM_PARAMETERS] ExceptionInformation;
65216 pWal->iSysErrno = (int)p->ExceptionRecord->ExceptionInformation[2];