Home
last modified time | relevance | path

Searched refs:FvImageFile (Results 1 – 5 of 5) sorted by relevance

/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Sample/Platform/
DCommonX64.dsc303 [Package.FvImageFile.Default]
327 [Package.FvImageFile.SignedFVPackage]
509 [Package.FvImageFile.DefaultStripped]
525 [Package.FvImageFile.FvMainCompact]
DCommonIa32.dsc303 [Package.FvImageFile.Default]
327 [Package.FvImageFile.SignedFVPackage]
346 [Package.FvImageFile.FvMainCompact]
526 [Package.FvImageFile.DefaultStripped]
DCommonIpf.dsc330 [Package.FvImageFile.Default]
354 [Package.FvImageFile.SignedFVPackage]
373 [Package.FvImageFile.FvMainCompact]
DCommon.dsc466 [Build.Ia32.FvImageFile,Build.x64.FvImageFile,Build.Ipf.FvImageFile]
/device/linaro/bootloader/edk2/BaseTools/Source/C/GenFv/
DGenFvInternalLib.c1847 EFI_FFS_FILE_HEADER *FvImageFile; in FindCorePeSection() local
1896 Status = GetFileByType(EFI_FV_FILETYPE_FIRMWARE_VOLUME_IMAGE, FvImageFileCount, &FvImageFile); in FindCorePeSection()
1898 if (EFI_ERROR(Status) || (FvImageFile == NULL) ) { in FindCorePeSection()
1911 …Status = GetSectionByType(FvImageFile, EFI_SECTION_FIRMWARE_VOLUME_IMAGE, EncapFvSectionCount, &En… in FindCorePeSection()