Searched refs:ExceptionCode (Results 1 – 16 of 16) 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()
56 exit(exception_pointers->ExceptionRecord->ExceptionCode); in ExitWithExceptionCode()
73 if (exception->ExceptionRecord->ExceptionCode != EXCEPTION_ACCESS_VIOLATION) { in TryHandleWasmTrap()
87 const DWORD code = e->ExceptionRecord->ExceptionCode; in StackTraceCrashHandler()
32 switch (ExceptionInfo->ExceptionRecord->ExceptionCode) { in ExceptionHandler()
167 if (info->ExceptionRecord->ExceptionCode == EXCEPTION_BREAKPOINT) in unhandledExceptionFilter()191 switch (info->ExceptionRecord->ExceptionCode) in unhandledExceptionFilter()
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()
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()