43 if (EFI_ERROR (Status)) {
48 if (DebugTable ==
NULL) {
52 Address = (CHAR8 *)(
UINTN)FaultAddress;
53 for (Entry = 0; Entry < DebugTableHeader->
TableSize; Entry++, DebugTable++) {
54 if (DebugTable->NormalImage !=
NULL) {
55 if ((DebugTable->NormalImage->
ImageInfoType == EFI_DEBUG_IMAGE_INFO_TYPE_NORMAL) &&
62 *PeCoffSizeOfHeaders = PeCoffGetSizeOfHeaders ((VOID *)(
UINTN)*ImageBase);
CHAR8 * GetImageName(IN UINTN FaultAddress, OUT UINTN *ImageBase, OUT UINTN *PeCoffSizeOfHeaders)
EFI_STATUS EFIAPI EfiGetSystemConfigurationTable(IN EFI_GUID *TableGuid, OUT VOID **Table)
EFI_LOADED_IMAGE_PROTOCOL * LoadedImageProtocolInstance
EFI_DEBUG_IMAGE_INFO * EfiDebugImageInfoTable
UINT64 ImageSize
The size in bytes of the loaded image.
VOID * ImageBase
The base address at which the image was loaded.