Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/BaseTools/Source/C/GenFfs/
DGenFfs.c287 EFI_GUID_DEFINED_SECTION2 GuidSectHeader2; in GetSectionContents() local
344 fread (&GuidSectHeader2, 1, sizeof (GuidSectHeader2), InFile); in GetSectionContents()
345 if ((GuidSectHeader2.Attributes & EFI_GUIDED_SECTION_PROCESSING_REQUIRED) == 0) { in GetSectionContents()
346 HeaderSize = GuidSectHeader2.DataOffset; in GetSectionContents()
/device/linaro/bootloader/edk2/BaseTools/Source/C/GenSec/
DGenSec.c435 EFI_GUID_DEFINED_SECTION2 GuidSectHeader2; in GetSectionContents() local
505 fread (&GuidSectHeader2, 1, sizeof (GuidSectHeader2), InFile); in GetSectionContents()
506 if ((GuidSectHeader2.Attributes & EFI_GUIDED_SECTION_PROCESSING_REQUIRED) == 0) { in GetSectionContents()
507 HeaderSize = GuidSectHeader2.DataOffset; in GetSectionContents()