Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/libunwind/src/
H A DUnwind-seh.cpp96 ms_exc->ExceptionCode, ms_exc->ExceptionFlags, in _GCC_specific_handler()
98 if (ms_exc->ExceptionCode == STATUS_GCC_UNWIND) { in _GCC_specific_handler()
114 if (ms_exc->ExceptionCode == STATUS_GCC_THROW) { in _GCC_specific_handler()
203 ms_exc->ExceptionCode = STATUS_GCC_UNWIND; in _GCC_specific_handler()
234 ms_exc.ExceptionCode = STATUS_GCC_THROW; in __libunwind_seh_personality()
442 ms_exc.ExceptionCode = STATUS_GCC_THROW; in _Unwind_Resume()
/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DCrashRecoveryContext.cpp212 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 Dasan_win.cpp68 DWORD exception_code = info->ExceptionRecord->ExceptionCode; in SEHHandler()
94 if (ExceptionRecord->ExceptionCode != DBG_PRINTEXCEPTION_C) in INTERCEPTOR_WINAPI()
299 if (exception_pointers->ExceptionRecord->ExceptionCode != in ShadowExceptionHandler()
/freebsd/contrib/googletest/googletest/test/
H A Dgoogletest-break-on-failure-unittest_.cc56 exit(exception_pointers->ExceptionRecord->ExceptionCode); in ExitWithExceptionCode()
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/Utility/
H A DStopInfoMachException.h52 static std::optional<exception_type_t> ExceptionCode(const char *name);
H A DStopInfoMachException.cpp541 StopInfoMachException::MachException::ExceptionCode(const char *name) { in ExceptionCode() function in StopInfoMachException::MachException
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/minidump/
H A DProcessMinidump.cpp252 if (exception_stream.ExceptionRecord.ExceptionCode == in RefreshStateAfterStop()
274 uint32_t signo = exception_stream.ExceptionRecord.ExceptionCode; in RefreshStateAfterStop()
291 *stop_thread, exception_stream.ExceptionRecord.ExceptionCode, 2, in RefreshStateAfterStop()
299 exception_stream.ExceptionRecord.ExceptionCode, 8) in RefreshStateAfterStop()
/freebsd/sys/contrib/dev/acpica/compiler/
H A Daslerror.c1060 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 Dsanitizer_win.cpp1026 if (exception_record->ExceptionCode == EXCEPTION_ACCESS_VIOLATION) in GetAddress()
1032 return ((EXCEPTION_RECORD *)siginfo)->ExceptionCode == in IsMemoryAccess()
1042 if (exception_record->ExceptionCode != EXCEPTION_ACCESS_VIOLATION) in GetWriteFlag()
1110 return static_cast<const EXCEPTION_RECORD *>(siginfo)->ExceptionCode; in GetType()
/freebsd/contrib/llvm-project/compiler-rt/lib/fuzzer/
H A DFuzzerUtilWindows.cpp39 switch (ExceptionInfo->ExceptionRecord->ExceptionCode) { in ExceptionHandler()
/freebsd/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
H A DMinidump.h252 support::ulittle32_t ExceptionCode; member
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/scripted/
H A DScriptedThread.cpp291 StopInfoMachException::MachException::ExceptionCode(value.data()); in CalculateStopInfo()
/freebsd/contrib/llvm-project/llvm/lib/Support/Windows/
H A DSignals.inc784 unsigned RetCode = EP->ExceptionRecord->ExceptionCode;
796 ep->ExceptionRecord->ExceptionCode)
/freebsd/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DMinidumpYAML.cpp410 mapRequiredHex(IO, "Exception Code", Exception.ExceptionCode); in mapping()
/freebsd/contrib/llvm-project/lldb/source/Plugins/ObjectFile/Minidump/
H A DMinidumpFileBuilder.cpp710 exp_record.ExceptionCode = in AddExceptions()
/freebsd/contrib/file/magic/Magdir/
H A Dwindows222 # WinDumpExceptionRecord ExceptionCode
223 #>>3840 ulelong x \b, ExceptionCode %#x
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DBuiltins.td2470 def ExceptionCode : MSLangBuiltin {
/freebsd/contrib/bsnmp/tests/
H A Dcatch.hpp10666 if (ExceptionInfo->ExceptionRecord->ExceptionCode == def.id) { in handleVectoredException()