Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/libunwind/src/
H A DUnwind-seh.cpp70 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()
381 ms_exc.ExceptionCode = STATUS_GCC_THROW; in _Unwind_Resume()
/freebsd-13.1/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()
278 if (exception_pointers->ExceptionRecord->ExceptionCode != in ShadowExceptionHandler()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Support/
H A DCrashRecoveryContext.cpp211 int RetCode = (int)Except->ExceptionRecord->ExceptionCode; in ExceptionFilter()
270 switch (ExceptionInfo->ExceptionRecord->ExceptionCode) in ExceptionHandler()
291 int RetCode = (int)ExceptionInfo->ExceptionRecord->ExceptionCode; in ExceptionHandler()
/freebsd-13.1/contrib/googletest/googletest/test/
H A Dgoogletest-break-on-failure-unittest_.cc59 exit(exception_pointers->ExceptionRecord->ExceptionCode); in ExitWithExceptionCode()
/freebsd-13.1/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_win.cpp976 if (exception_record->ExceptionCode == EXCEPTION_ACCESS_VIOLATION) in GetAddress()
982 return ((EXCEPTION_RECORD *)siginfo)->ExceptionCode == in IsMemoryAccess()
992 if (exception_record->ExceptionCode != EXCEPTION_ACCESS_VIOLATION) in GetWriteFlag()
1015 return static_cast<const EXCEPTION_RECORD *>(siginfo)->ExceptionCode; in GetType()
/freebsd-13.1/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-13.1/contrib/llvm-project/lldb/source/Plugins/Process/minidump/
H A DProcessMinidump.cpp320 if (m_active_exception->ExceptionRecord.ExceptionCode == in RefreshStateAfterStop()
342 uint32_t signo = m_active_exception->ExceptionRecord.ExceptionCode; in RefreshStateAfterStop()
353 *stop_thread, m_active_exception->ExceptionRecord.ExceptionCode, 2, in RefreshStateAfterStop()
361 m_active_exception->ExceptionRecord.ExceptionCode, 8) in RefreshStateAfterStop()
/freebsd-13.1/contrib/llvm-project/compiler-rt/lib/fuzzer/
H A DFuzzerUtilWindows.cpp34 switch (ExceptionInfo->ExceptionRecord->ExceptionCode) { in ExceptionHandler()
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
H A DMinidump.h233 support::ulittle32_t ExceptionCode; member
/freebsd-13.1/contrib/subversion/subversion/libsvn_subr/
H A Dwin32_crashrpt.c220 exception_string(exception->ExceptionCode)); in write_process_info()
/freebsd-13.1/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DMinidumpYAML.cpp382 mapRequiredHex(IO, "Exception Code", Exception.ExceptionCode); in mapping()
/freebsd-13.1/contrib/bsnmp/tests/
H A Dcatch.hpp10666 if (ExceptionInfo->ExceptionRecord->ExceptionCode == def.id) { in handleVectoredException()