/freebsd/contrib/llvm-project/libunwind/src/ |
H A D | Unwind-seh.cpp | 70 ms_exc->ExceptionCode, ms_exc->ExceptionFlags, in _GCC_specific_handler() 72 if (ms_exc->ExceptionCode == STATUS_GCC_UNWIND) { in _GCC_specific_handler() 88 if (ms_exc->ExceptionCode == STATUS_GCC_THROW) { in _GCC_specific_handler() 176 ms_exc->ExceptionCode = STATUS_GCC_UNWIND; in _GCC_specific_handler() 207 ms_exc.ExceptionCode = STATUS_GCC_THROW; in __libunwind_seh_personality() 400 ms_exc.ExceptionCode = STATUS_GCC_THROW; in _Unwind_Resume()
|
/freebsd/contrib/llvm-project/llvm/lib/Support/ |
H A D | CrashRecoveryContext.cpp | 212 int RetCode = (int)Except->ExceptionRecord->ExceptionCode; in ExceptionFilter() 271 switch (ExceptionInfo->ExceptionRecord->ExceptionCode) in ExceptionHandler() 292 int RetCode = (int)ExceptionInfo->ExceptionRecord->ExceptionCode; in ExceptionHandler()
|
/freebsd/contrib/llvm-project/compiler-rt/lib/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() 289 if (exception_pointers->ExceptionRecord->ExceptionCode != in ShadowExceptionHandler()
|
/freebsd/contrib/googletest/googletest/test/ |
H A D | googletest-break-on-failure-unittest_.cc | 56 exit(exception_pointers->ExceptionRecord->ExceptionCode); in ExitWithExceptionCode()
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/Utility/ |
H A D | StopInfoMachException.h | 52 static std::optional<exception_type_t> ExceptionCode(const char *name);
|
H A D | StopInfoMachException.cpp | 570 StopInfoMachException::MachException::ExceptionCode(const char *name) { in ExceptionCode() function in StopInfoMachException::MachException
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/minidump/ |
H A D | ProcessMinidump.cpp | 239 if (m_active_exception->ExceptionRecord.ExceptionCode == in RefreshStateAfterStop() 261 uint32_t signo = m_active_exception->ExceptionRecord.ExceptionCode; in RefreshStateAfterStop() 272 *stop_thread, m_active_exception->ExceptionRecord.ExceptionCode, 2, in RefreshStateAfterStop() 280 m_active_exception->ExceptionRecord.ExceptionCode, 8) in RefreshStateAfterStop()
|
/freebsd/sys/contrib/dev/acpica/compiler/ |
H A D | aslerror.c | 1060 UINT16 ExceptionCode; in GetModifiedLevel() local 1063 ExceptionCode = AeBuildFullExceptionCode (Level, MessageId); in GetModifiedLevel() 1067 if (ExceptionCode == AslGbl_ElevatedMessages[i]) in GetModifiedLevel()
|
/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/ |
H A D | sanitizer_win.cpp | 1007 if (exception_record->ExceptionCode == EXCEPTION_ACCESS_VIOLATION) in GetAddress() 1013 return ((EXCEPTION_RECORD *)siginfo)->ExceptionCode == in IsMemoryAccess() 1023 if (exception_record->ExceptionCode != EXCEPTION_ACCESS_VIOLATION) in GetWriteFlag() 1046 return static_cast<const EXCEPTION_RECORD *>(siginfo)->ExceptionCode; in GetType()
|
/freebsd/contrib/llvm-project/compiler-rt/lib/fuzzer/ |
H A D | FuzzerUtilWindows.cpp | 39 switch (ExceptionInfo->ExceptionRecord->ExceptionCode) { in ExceptionHandler()
|
/freebsd/contrib/llvm-project/llvm/include/llvm/BinaryFormat/ |
H A D | Minidump.h | 238 support::ulittle32_t ExceptionCode; member
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/scripted/ |
H A D | ScriptedThread.cpp | 280 StopInfoMachException::MachException::ExceptionCode(value.data()); in CalculateStopInfo()
|
/freebsd/contrib/llvm-project/llvm/lib/Support/Windows/ |
H A D | Signals.inc | 843 unsigned RetCode = EP->ExceptionRecord->ExceptionCode; 855 ep->ExceptionRecord->ExceptionCode)
|
/freebsd/contrib/llvm-project/llvm/lib/ObjectYAML/ |
H A D | MinidumpYAML.cpp | 382 mapRequiredHex(IO, "Exception Code", Exception.ExceptionCode); in mapping()
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/ObjectFile/Minidump/ |
H A D | MinidumpFileBuilder.cpp | 704 exp_record.ExceptionCode = in AddExceptions()
|
/freebsd/contrib/file/magic/Magdir/ |
H A D | windows | 222 # WinDumpExceptionRecord ExceptionCode 223 #>>3840 ulelong x \b, ExceptionCode %#x
|
/freebsd/contrib/llvm-project/clang/include/clang/Basic/ |
H A D | Builtins.td | 2360 def ExceptionCode : MSLangBuiltin {
|
/freebsd/contrib/bsnmp/tests/ |
H A D | catch.hpp | 10666 if (ExceptionInfo->ExceptionRecord->ExceptionCode == def.id) { in handleVectoredException()
|