Home
last modified time | relevance | path

Searched refs:ExceptionCode (Results 1 – 25 of 37) sorted by relevance

12

/netbsd-src/external/apache2/llvm/dist/llvm/utils/KillTheDoctor/
H A DKillTheDoctor.cpp266 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 Dasan_win.cc67 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 Dasan_win.cc69 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 Dasan_win.cpp68 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 DCrashRecoveryContext.cpp210 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 Dunwind-seh.c198 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 Dunwind-seh.c198 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 Dsanitizer_win.cpp958 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 Daslerror.c952 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 DFuzzerUtilWindows.cpp34 switch (ExceptionInfo->ExceptionRecord->ExceptionCode) { in ExceptionHandler()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/BinaryFormat/
H A DMinidump.h233 support::ulittle32_t ExceptionCode; member
/netbsd-src/external/gpl3/gdb/dist/gnulib/import/m4/
H A Dnocrash.m490 switch (ExceptionInfo->ExceptionRecord->ExceptionCode)
/netbsd-src/external/apache2/llvm/dist/llvm/lib/ObjectYAML/
H A DMinidumpYAML.cpp382 mapRequiredHex(IO, "Exception Code", Exception.ExceptionCode); in mapping()
/netbsd-src/external/gpl3/gcc.old/dist/libsanitizer/sanitizer_common/
H A Dsanitizer_win.cc952 return static_cast<const EXCEPTION_RECORD *>(siginfo)->ExceptionCode; in GetType()
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
H A Dsanitizer_win.cc946 return static_cast<const EXCEPTION_RECORD *>(siginfo)->ExceptionCode; in GetType()
/netbsd-src/external/gpl2/gmake/dist/po/
H A Dgl.po916 "ExceptionCode = %lx\n"
922 "ExceptionCode = %x\n"
2161 #~ msgid "ExceptionCode = %x\\r\n"
2162 #~ msgstr "ExceptionCode = %s\\r\n"
H A Dhe.po887 "ExceptionCode = %lx\n"
893 "ExceptionCode = %x\n"
H A Dpl.po912 "ExceptionCode = %lx\n"
918 "ExceptionCode = %x\n"
H A Did.po887 "ExceptionCode = %lx\n"
893 "ExceptionCode = %x\n"
H A Dnl.po911 "ExceptionCode = %lx\n"
917 "ExceptionCode = %x\n"
H A Dda.po899 "ExceptionCode = %lx\n"
905 "ExceptionCode = %x\n"
H A Dhr.po904 "ExceptionCode = %lx\n"
910 "ExceptionCode = %x\n"
H A Dde.po935 "ExceptionCode = %lx\n"
942 "ExceptionCode = %x\n"
H A Dmake.pot856 "ExceptionCode = %lx\n"
H A Dvi.po939 "ExceptionCode = %lx\n"
945 "ExceptionCode \t\tmã ngoài lệ\t %x\n"

12