Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/libunwind/src/
H A DUnwind-seh.cpp81 …_LIBUNWIND_TRACE_UNWINDING("_GCC_specific_handler(%#010x(%x), %p)", ms_exc->ExceptionCode, ms_exc-… in _GCC_specific_handler()
82 if (ms_exc->ExceptionCode == STATUS_GCC_UNWIND) { in _GCC_specific_handler()
98 if (ms_exc->ExceptionCode == STATUS_GCC_THROW) { in _GCC_specific_handler()
183 ms_exc->ExceptionCode = STATUS_GCC_UNWIND; in _GCC_specific_handler()
212 ms_exc.ExceptionCode = STATUS_GCC_THROW; in __libunwind_seh_personality()
385 ms_exc.ExceptionCode = STATUS_GCC_THROW; in _Unwind_Resume()
/freebsd-12.1/contrib/compiler-rt/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()
/freebsd-12.1/contrib/googletest/googletest/test/
H A Dgoogletest-break-on-failure-unittest_.cc59 exit(exception_pointers->ExceptionRecord->ExceptionCode); in ExitWithExceptionCode()
/freebsd-12.1/sys/contrib/dev/acpica/compiler/
H A Daslerror.c1029 UINT16 ExceptionCode; in GetModifiedLevel() local
1032 ExceptionCode = AeBuildFullExceptionCode (Level, MessageId); in GetModifiedLevel()
1036 if (ExceptionCode == AslGbl_ElevatedMessages[i]) in GetModifiedLevel()
/freebsd-12.1/contrib/compiler-rt/lib/fuzzer/
H A DFuzzerUtilWindows.cpp34 switch (ExceptionInfo->ExceptionRecord->ExceptionCode) { in ExceptionHandler()
/freebsd-12.1/contrib/llvm/lib/Support/
H A DCrashRecoveryContext.cpp219 switch (ExceptionInfo->ExceptionRecord->ExceptionCode) in ExceptionHandler()
/freebsd-12.1/contrib/gdb/gdb/
H A Dwin32-nat.c1071 DWORD code = current_event.u.Exception.ExceptionRecord.ExceptionCode; in handle_exception()
1160 current_event.u.Exception.ExceptionRecord.ExceptionCode, in handle_exception()
1969 current_event.u.Exception.ExceptionRecord.ExceptionCode = in child_resume()
H A Dwince.c1286 switch (current_event.u.Exception.ExceptionRecord.ExceptionCode) in handle_exception()
1326 current_event.u.Exception.ExceptionRecord.ExceptionCode, in handle_exception()
/freebsd-12.1/contrib/subversion/subversion/libsvn_subr/
H A Dwin32_crashrpt.c223 exception_string(exception->ExceptionCode)); in write_process_info()
/freebsd-12.1/contrib/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_win.cc946 return static_cast<const EXCEPTION_RECORD *>(siginfo)->ExceptionCode; in GetType()
/freebsd-12.1/contrib/llvm/lib/Support/Windows/
H A DSignals.inc838 _exit(ep->ExceptionRecord->ExceptionCode);