Searched refs:ExceptionInfo (Results 1 - 4 of 4) sorted by relevance

/netbsd-current/sys/external/bsd/acpica/dist/tools/acpihelp/
H A Dahdecode.c633 const ACPI_EXCEPTION_INFO *ExceptionInfo; local
655 ExceptionInfo = AcpiUtValidateException ((ACPI_STATUS) Status);
656 if (ExceptionInfo)
658 AH_DISPLAY_EXCEPTION_TEXT (Status, ExceptionInfo);
663 } while (ExceptionInfo);
683 ExceptionInfo = AcpiUtValidateException ((ACPI_STATUS) Status);
684 if (!ExceptionInfo)
690 AH_DISPLAY_EXCEPTION_TEXT (Status, ExceptionInfo);
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Support/
H A DCrashRecoveryContext.cpp264 static LONG CALLBACK ExceptionHandler(PEXCEPTION_POINTERS ExceptionInfo) argument
269 switch (ExceptionInfo->ExceptionRecord->ExceptionCode)
290 int RetCode = (int)ExceptionInfo->ExceptionRecord->ExceptionCode;
296 RetCode, reinterpret_cast<uintptr_t>(ExceptionInfo));
/netbsd-current/sys/external/bsd/compiler_rt/dist/lib/fuzzer/
H A DFuzzerUtilWindows.cpp33 static LONG CALLBACK ExceptionHandler(PEXCEPTION_POINTERS ExceptionInfo) { argument
34 switch (ExceptionInfo->ExceptionRecord->ExceptionCode) {
/netbsd-current/sys/external/bsd/acpica/dist/compiler/
H A Daslutils.c1012 const ACPI_EXCEPTION_INFO *ExceptionInfo; local
1018 ExceptionInfo = AcpiUtValidateException ((ACPI_STATUS) Status);
1020 ExceptionInfo->Description);

Completed in 92 milliseconds