Home
last modified time | relevance | path

Searched refs:SectionCount (Results 1 – 6 of 6) sorted by relevance

/device/linaro/bootloader/edk2/OvmfPkg/Csm/CsmSupportLib/
DLegacyRegion.c401 UINT32 SectionCount; in LegacyRegionGetInfo() local
409 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()
/device/linaro/bootloader/edk2/BaseTools/Source/C/GenFw/
DElf64Convert.c336 UINT32 SectionCount; in ScanSections64() local
392 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()
DElf32Convert.c344 UINT32 SectionCount; in ScanSections32() local
399 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()
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Sample/Tools/Source/Common/
DFvLib.c511 UINTN SectionCount; in GetSectionByType() local
530 SectionCount = 0; in GetSectionByType()
541 &SectionCount, in GetSectionByType()
/device/linaro/bootloader/edk2/BaseTools/Source/C/Common/
DFvLib.c521 UINTN SectionCount; in GetSectionByType() local
540 SectionCount = 0; in GetSectionByType()
554 &SectionCount, in GetSectionByType()
/device/linaro/bootloader/edk2/MdePkg/Include/Guid/
DCper.h121 UINT16 SectionCount; member