Searched refs:SectionInfo (Results 1 - 2 of 2) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/OvmfPkg/Csm/CsmSupportLib/
H A DLegacyRegion.c381 LEGACY_MEMORY_SECTION_INFO *SectionInfo; local
390 LegacyRegionGetInfoInternal (&SectionCount, &SectionInfo);
402 DescriptorArray[DescriptorIndex].Start = SectionInfo[Index].Start;
403 DescriptorArray[DescriptorIndex].Length = SectionInfo[Index].Length;
404 DescriptorArray[DescriptorIndex].Granularity = SectionInfo[Index].Length;
405 if (SectionInfo[Index].ReadEnabled) {
415 DescriptorArray[DescriptorIndex].Start = SectionInfo[Index].Start;
416 DescriptorArray[DescriptorIndex].Length = SectionInfo[Index].Length;
417 DescriptorArray[DescriptorIndex].Granularity = SectionInfo[Index].Length;
418 if (SectionInfo[Inde
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/Python/Eot/
H A DFvImage.py878 SectionInfo = ' ' * gIndention
880 SectionInfo += "[SECTION:%s] offset=%x size=%x" % (m._TypeName[m.Type], m._OFF_, m.Size)
882 SectionInfo += "[SECTION:%x<unknown>] offset=%x size=%x " % (m.Type, m._OFF_, m.Size)
884 SectionInfo += ", " + str(m._SubImages[Offset])
886 return SectionInfo
1027 SectionInfo = '\n'.join([str(self.Sections[Offset]) for Offset in self.Sections])
1029 return FfsInfo + SectionInfo + "\n"

Completed in 44 milliseconds