/netbsd-src/external/apache2/llvm/dist/llvm/utils/KillTheDoctor/ |
H A D | KillTheDoctor.cpp | 266 static StringRef ExceptionCodeToString(DWORD ExceptionCode) { in ExceptionCodeToString() argument 267 switch(ExceptionCode) { in ExceptionCodeToString() 514 Exception.ExceptionRecord.ExceptionCode) in main() 515 << " (" << Exception.ExceptionRecord.ExceptionCode << ")\n"; in main() 525 Exception.ExceptionRecord.ExceptionCode) in main() 526 << " (" << Exception.ExceptionRecord.ExceptionCode in main()
|
/netbsd-src/external/gpl3/gcc.old/dist/libsanitizer/asan/ |
H A D | asan_win.cc | 67 DWORD exception_code = info->ExceptionRecord->ExceptionCode; in SEHHandler() 93 if (ExceptionRecord->ExceptionCode != DBG_PRINTEXCEPTION_C) in INTERCEPTOR_WINAPI() 256 if (exception_pointers->ExceptionRecord->ExceptionCode != in ShadowExceptionHandler()
|
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/asan/ |
H A D | asan_win.cc | 69 DWORD exception_code = info->ExceptionRecord->ExceptionCode; in SEHHandler() 95 if (ExceptionRecord->ExceptionCode != DBG_PRINTEXCEPTION_C) in INTERCEPTOR_WINAPI() 258 if (exception_pointers->ExceptionRecord->ExceptionCode != in ShadowExceptionHandler()
|
/netbsd-src/external/gpl3/gcc/dist/libsanitizer/asan/ |
H A D | asan_win.cpp | 68 DWORD exception_code = info->ExceptionRecord->ExceptionCode; in SEHHandler() 94 if (ExceptionRecord->ExceptionCode != DBG_PRINTEXCEPTION_C) in INTERCEPTOR_WINAPI() 278 if (exception_pointers->ExceptionRecord->ExceptionCode != in ShadowExceptionHandler()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Support/ |
H A D | CrashRecoveryContext.cpp | 210 int RetCode = (int)Except->ExceptionRecord->ExceptionCode; in ExceptionFilter() 269 switch (ExceptionInfo->ExceptionRecord->ExceptionCode) in ExceptionHandler() 290 int RetCode = (int)ExceptionInfo->ExceptionRecord->ExceptionCode; in ExceptionHandler()
|
/netbsd-src/external/gpl3/gcc/dist/libgcc/ |
H A D | unwind-seh.c | 198 DWORD ms_code = ms_exc->ExceptionCode; in _GCC_specific_handler() 357 ms_exc.ExceptionCode = STATUS_GCC_THROW; in _Unwind_Resume()
|
/netbsd-src/external/gpl3/gcc.old/dist/libgcc/ |
H A D | unwind-seh.c | 198 DWORD ms_code = ms_exc->ExceptionCode; in _GCC_specific_handler() 357 ms_exc.ExceptionCode = STATUS_GCC_THROW; in _Unwind_Resume()
|
/netbsd-src/external/gpl3/gcc/dist/libsanitizer/sanitizer_common/ |
H A D | sanitizer_win.cpp | 958 if (exception_record->ExceptionCode == EXCEPTION_ACCESS_VIOLATION) in GetAddress() 964 return ((EXCEPTION_RECORD *)siginfo)->ExceptionCode == in IsMemoryAccess() 974 if (exception_record->ExceptionCode != EXCEPTION_ACCESS_VIOLATION) in GetWriteFlag() 997 return static_cast<const EXCEPTION_RECORD *>(siginfo)->ExceptionCode; in GetType()
|
/netbsd-src/sys/external/bsd/acpica/dist/compiler/ |
H A D | aslerror.c | 952 UINT16 ExceptionCode; in GetModifiedLevel() local 955 ExceptionCode = AeBuildFullExceptionCode (Level, MessageId); in GetModifiedLevel() 959 if (ExceptionCode == AslGbl_ElevatedMessages[i]) in GetModifiedLevel()
|
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/fuzzer/ |
H A D | FuzzerUtilWindows.cpp | 34 switch (ExceptionInfo->ExceptionRecord->ExceptionCode) { in ExceptionHandler()
|
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/BinaryFormat/ |
H A D | Minidump.h | 233 support::ulittle32_t ExceptionCode; member
|
/netbsd-src/external/gpl3/gdb/dist/gnulib/import/m4/ |
H A D | nocrash.m4 | 90 switch (ExceptionInfo->ExceptionRecord->ExceptionCode)
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/ObjectYAML/ |
H A D | MinidumpYAML.cpp | 382 mapRequiredHex(IO, "Exception Code", Exception.ExceptionCode); in mapping()
|
/netbsd-src/external/gpl3/gcc.old/dist/libsanitizer/sanitizer_common/ |
H A D | sanitizer_win.cc | 952 return static_cast<const EXCEPTION_RECORD *>(siginfo)->ExceptionCode; in GetType()
|
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/ |
H A D | sanitizer_win.cc | 946 return static_cast<const EXCEPTION_RECORD *>(siginfo)->ExceptionCode; in GetType()
|
/netbsd-src/external/gpl2/gmake/dist/po/ |
H A D | gl.po | 916 "ExceptionCode = %lx\n" 922 "ExceptionCode = %x\n" 2161 #~ msgid "ExceptionCode = %x\\r\n" 2162 #~ msgstr "ExceptionCode = %s\\r\n"
|
H A D | he.po | 887 "ExceptionCode = %lx\n" 893 "ExceptionCode = %x\n"
|
H A D | pl.po | 912 "ExceptionCode = %lx\n" 918 "ExceptionCode = %x\n"
|
H A D | id.po | 887 "ExceptionCode = %lx\n" 893 "ExceptionCode = %x\n"
|
H A D | nl.po | 911 "ExceptionCode = %lx\n" 917 "ExceptionCode = %x\n"
|
H A D | da.po | 899 "ExceptionCode = %lx\n" 905 "ExceptionCode = %x\n"
|
H A D | hr.po | 904 "ExceptionCode = %lx\n" 910 "ExceptionCode = %x\n"
|
H A D | de.po | 935 "ExceptionCode = %lx\n" 942 "ExceptionCode = %x\n"
|
H A D | make.pot | 856 "ExceptionCode = %lx\n"
|
H A D | vi.po | 939 "ExceptionCode = %lx\n" 945 "ExceptionCode \t\tmã ngoài lệ\t %x\n"
|