Searched refs:ExceptionRecord (Results 1 – 19 of 19) sorted by relevance
514 << Exception.ExceptionRecord.ExceptionAddress in main()517 Exception.ExceptionRecord.ExceptionCode) in main()518 << " (" << Exception.ExceptionRecord.ExceptionCode << ")\n"; in main()525 errs() << Exception.ExceptionRecord.ExceptionAddress in main()528 Exception.ExceptionRecord.ExceptionCode) in main()529 << " (" << Exception.ExceptionRecord.ExceptionCode in main()
60 exit(exception_pointers->ExceptionRecord->ExceptionCode); in ExitWithExceptionCode()
162 if (info->ExceptionRecord->ExceptionCode == EXCEPTION_BREAKPOINT) in unhandledExceptionFilter()186 switch (info->ExceptionRecord->ExceptionCode) in unhandledExceptionFilter()219 g_crashHandler->crashAddress = (deUintptr)info->ExceptionRecord->ExceptionAddress; in unhandledExceptionFilter()
480 DWORD code = exinfo->ExceptionRecord->ExceptionCode; in HandleException()802 exinfo.ExceptionRecord = &ex; in WriteMinidumpForChild()812 exinfo.ExceptionRecord ? &exinfo : NULL, in WriteMinidumpForChild()
116 const DWORD code = e->ExceptionRecord->ExceptionCode; in handler()
200 EXCEPTION_RECORD *exception_record = info->ExceptionRecord; in SEHHandler()
91 PEXCEPTION_RECORD rec = exp->ExceptionRecord; in ExceptionFilter()
90 switch (ExceptionInfo->ExceptionRecord->ExceptionCode)
216 pointers.ExceptionRecord, in ReadExceptionCode()
110 ; EXCEPTION_RECORD *ExceptionRecord;
103 ; EXCEPTION_RECORD *ExceptionRecord;
1030 ULONG64 ExceptionRecord; member1040 MINIDUMP_EXCEPTION ExceptionRecord; member1081 ULONG64 ExceptionRecord; member
81 switch( pExp->ExceptionRecord->ExceptionCode ) in SEHTranslator()
590 _exit(ep->ExceptionRecord->ExceptionCode);
1412 exception_pointers->ExceptionRecord; in exception_filter()
13814 switch (ExceptionInfo->ExceptionRecord->ExceptionCode)