Searched refs:ExceptionCode (Results 1 – 21 of 21) 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()
59 exit(exception_pointers->ExceptionRecord->ExceptionCode); in ExitWithExceptionCode()
103 if ( rec->ExceptionCode == EXCEPTION_ILLEGAL_INSTRUCTION ) { in ExceptionFilter()106 } else if ( rec->ExceptionCode == STATUS_FLOAT_MULTIPLE_TRAPS ) { in ExceptionFilter()
1093 switch (er->ExceptionCode) in g_win32_veh_handler()1115 if (catch_code == er->ExceptionCode) in g_win32_veh_handler()1127 er->ExceptionCode, in g_win32_veh_handler()1131 switch (er->ExceptionCode) in g_win32_veh_handler()
551 ExceptionInfo->ExceptionRecord->ExceptionCode == EXCEPTION_SET_THREAD_NAME) in SetThreadName_VEH()
45 unsigned long ExceptionCode; member264 (record->ExceptionCode==cpp_exception_code) && in is_cpp_exception()
87 const DWORD code = e->ExceptionRecord->ExceptionCode; in StackTraceCrashHandler()
89 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()
129 const DWORD code = e->ExceptionRecord->ExceptionCode; in handler()
233 support::ulittle32_t ExceptionCode; member
163 DWORD code = exrec->ExceptionCode; in crash_handler()
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()
295 const DWORD code = e->ExceptionRecord->ExceptionCode; in crash_handler()
1028 ULONG32 ExceptionCode; member
816 _exit(ep->ExceptionRecord->ExceptionCode);
3959 if(ExceptionInfo->ExceptionRecord->ExceptionCode == signalDefs[i].id) {