Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/BaseTools/Source/C/GenFv/
DGenFvInternalLib.c3002 EFI_FILE_SECTION_POINTER SubFvSection; in GetChildFvFromFfs() local
3010 Status = GetSectionByType (FfsFile, EFI_SECTION_FIRMWARE_VOLUME_IMAGE, Index, &SubFvSection); in GetChildFvFromFfs()
3014 …= (EFI_FIRMWARE_VOLUME_HEADER *) ((UINT8 *) SubFvSection.FVImageSection + GetSectionHeaderLength(S… in GetChildFvFromFfs()