Searched refs:SectionCount (Results 1 – 6 of 6) sorted by relevance
401 UINT32 SectionCount; in LegacyRegionGetInfo() local409 LegacyRegionGetInfoInternal (&SectionCount, &SectionInfo); in LegacyRegionGetInfo()414 DescriptorArray = AllocatePool (sizeof (EFI_LEGACY_REGION_DESCRIPTOR) * SectionCount * 3); in LegacyRegionGetInfo()420 for (Index = 0; Index < SectionCount; Index++) { in LegacyRegionGetInfo()
336 UINT32 SectionCount; in ScanSections64() local392 SectionCount = 0; in ScanSections64()422 SectionCount ++; in ScanSections64()434 if (SectionCount > 1 && mOutImageType == FW_EFI_IMAGE) { in ScanSections64()443 SectionCount = 0; in ScanSections64()466 SectionCount ++; in ScanSections64()476 if (SectionCount > 0) { in ScanSections64()484 if (SectionCount == 0) { in ScanSections64()488 if (SectionCount > 1 && mOutImageType == FW_EFI_IMAGE) { in ScanSections64()
344 UINT32 SectionCount; in ScanSections32() local399 SectionCount = 0; in ScanSections32()429 SectionCount ++; in ScanSections32()441 if (SectionCount > 1 && mOutImageType == FW_EFI_IMAGE) { in ScanSections32()450 SectionCount = 0; in ScanSections32()474 SectionCount ++; in ScanSections32()478 if (SectionCount > 1 && mOutImageType == FW_EFI_IMAGE) { in ScanSections32()488 if (SectionCount > 0) { in ScanSections32()496 if (SectionCount == 0) { in ScanSections32()
511 UINTN SectionCount; in GetSectionByType() local530 SectionCount = 0; in GetSectionByType()541 &SectionCount, in GetSectionByType()
521 UINTN SectionCount; in GetSectionByType() local540 SectionCount = 0; in GetSectionByType()554 &SectionCount, in GetSectionByType()
121 UINT16 SectionCount; member