Searched refs:ExceptionCode (Results 1 – 18 of 18) sorted by relevance
205 int RetCode = (int)Except->ExceptionRecord->ExceptionCode; in ExceptionFilter()264 switch (ExceptionInfo->ExceptionRecord->ExceptionCode) in ExceptionHandler()285 int RetCode = (int)ExceptionInfo->ExceptionRecord->ExceptionCode; in ExceptionHandler()
103 if ( rec->ExceptionCode == EXCEPTION_ILLEGAL_INSTRUCTION ) { in ExceptionFilter()106 } else if ( rec->ExceptionCode == STATUS_FLOAT_MULTIPLE_TRAPS ) { in ExceptionFilter()
59 exit(exception_pointers->ExceptionRecord->ExceptionCode); in ExitWithExceptionCode()
89 const DWORD code = e->ExceptionRecord->ExceptionCode; in StackTraceCrashHandler()
87 const DWORD code = e->ExceptionRecord->ExceptionCode; in StackTraceCrashHandler()
167 if (info->ExceptionRecord->ExceptionCode == EXCEPTION_BREAKPOINT) in unhandledExceptionFilter()191 switch (info->ExceptionRecord->ExceptionCode) in unhandledExceptionFilter()
32 switch (ExceptionInfo->ExceptionRecord->ExceptionCode) { in ExceptionHandler()
129 const DWORD code = e->ExceptionRecord->ExceptionCode; in handler()
233 support::ulittle32_t ExceptionCode; member
382 mapRequiredHex(IO, "Exception Code", Exception.ExceptionCode); in mapping()
391 DWORD code = exc_info->ExceptionRecord->ExceptionCode; in faulthandler_exc_handler()
434 *pdw = ptrs->ExceptionRecord->ExceptionCode; in HandleException()
295 const DWORD code = e->ExceptionRecord->ExceptionCode; in crash_handler()
302 const DWORD code = e->ExceptionRecord->ExceptionCode; in crash_handler()
816 _exit(ep->ExceptionRecord->ExceptionCode);
1028 ULONG32 ExceptionCode; member
4217 if(ExceptionInfo->ExceptionRecord->ExceptionCode == signalDefs[i].id) {
10813 if (ExceptionInfo->ExceptionRecord->ExceptionCode == def.id) { in handleVectoredException()