Searched refs:gDebugTable (Results 1 – 1 of 1) sorted by relevance
44 EFI_DEBUG_IMAGE_INFO *gDebugTable = NULL; variable1045 gDebugTable = gDebugImageTableHeader->EfiDebugImageInfoTable; in QxferLibrary()1050 if (gDebugTable != NULL) { in QxferLibrary()1051 …ugImageTableEntry < gDebugImageTableHeader->TableSize; gEfiDebugImageTableEntry++, gDebugTable++) { in QxferLibrary()1052 if (gDebugTable->NormalImage != NULL) { in QxferLibrary()1053 if ((gDebugTable->NormalImage->ImageInfoType == EFI_DEBUG_IMAGE_INFO_TYPE_NORMAL) && in QxferLibrary()1054 (gDebugTable->NormalImage->LoadedImageProtocolInstance != NULL)) { in QxferLibrary()1056 gDebugTable->NormalImage->LoadedImageProtocolInstance->ImageBase, in QxferLibrary()1072 gDebugTable++; in QxferLibrary()