Home
last modified time | relevance | path

Searched refs:ExceptionInfo (Results 1 – 6 of 6) sorted by relevance

/netbsd-src/sys/external/bsd/acpica/dist/tools/acpihelp/
H A Dahdecode.c633 const ACPI_EXCEPTION_INFO *ExceptionInfo; in AhDecodeException() local
655 ExceptionInfo = AcpiUtValidateException ((ACPI_STATUS) Status); in AhDecodeException()
656 if (ExceptionInfo) in AhDecodeException()
658 AH_DISPLAY_EXCEPTION_TEXT (Status, ExceptionInfo); in AhDecodeException()
663 } while (ExceptionInfo); in AhDecodeException()
683 ExceptionInfo = AcpiUtValidateException ((ACPI_STATUS) Status); in AhDecodeException()
684 if (!ExceptionInfo) in AhDecodeException()
690 AH_DISPLAY_EXCEPTION_TEXT (Status, ExceptionInfo); in AhDecodeException()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Support/
H A DCrashRecoveryContext.cpp264 static LONG CALLBACK ExceptionHandler(PEXCEPTION_POINTERS ExceptionInfo) in ExceptionHandler() argument
269 switch (ExceptionInfo->ExceptionRecord->ExceptionCode) in ExceptionHandler()
290 int RetCode = (int)ExceptionInfo->ExceptionRecord->ExceptionCode; in ExceptionHandler()
296 RetCode, reinterpret_cast<uintptr_t>(ExceptionInfo)); in ExceptionHandler()
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/fuzzer/
H A DFuzzerUtilWindows.cpp33 static LONG CALLBACK ExceptionHandler(PEXCEPTION_POINTERS ExceptionInfo) { in ExceptionHandler() argument
34 switch (ExceptionInfo->ExceptionRecord->ExceptionCode) { in ExceptionHandler()
/netbsd-src/sys/external/bsd/acpica/dist/compiler/
H A Daslutils.c1012 const ACPI_EXCEPTION_INFO *ExceptionInfo; in UtDoConstant() local
1018 ExceptionInfo = AcpiUtValidateException ((ACPI_STATUS) Status); in UtDoConstant()
1020 ExceptionInfo->Description); in UtDoConstant()
/netbsd-src/external/gpl3/gdb/dist/gnulib/import/m4/
H A Dnocrash.m488 exception_filter (EXCEPTION_POINTERS *ExceptionInfo)
90 switch (ExceptionInfo->ExceptionRecord->ExceptionCode)
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Support/Windows/
H A DSignals.inc727 WriteWindowsDumpFile(PMINIDUMP_EXCEPTION_INFORMATION ExceptionInfo) {
800 FileHandle, DumpType, ExceptionInfo, NULL, NULL))
819 MINIDUMP_EXCEPTION_INFORMATION ExceptionInfo;
820 ExceptionInfo.ThreadId = ::GetCurrentThreadId();
821 ExceptionInfo.ExceptionPointers = ep;
822 ExceptionInfo.ClientPointers = FALSE;
824 if (std::error_code EC = WriteWindowsDumpFile(&ExceptionInfo))