Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/MdeModulePkg/Core/Dxe/SectionExtraction/
DCoreSectionExtraction.c270 EFI_COMMON_SECTION_HEADER *NextSectionHeader; in IsValidSectionStream() local
295 NextSectionHeader = ALIGN_POINTER(SectionHeader, 4); in IsValidSectionStream()
296 TotalLength += (UINTN) NextSectionHeader - (UINTN) SectionHeader; in IsValidSectionStream()
297 SectionHeader = NextSectionHeader; in IsValidSectionStream()
/device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Universal/SectionExtractionDxe/
DSectionExtraction.c280 EFI_COMMON_SECTION_HEADER *NextSectionHeader; in IsValidSectionStream() local
305 NextSectionHeader = ALIGN_POINTER(SectionHeader, 4); in IsValidSectionStream()
306 TotalLength += (UINTN) NextSectionHeader - (UINTN) SectionHeader; in IsValidSectionStream()
307 SectionHeader = NextSectionHeader; in IsValidSectionStream()
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Sample/Tools/Source/GenFfsFile/
DGenFfsFile.c1532 EFI_COMMON_SECTION_HEADER *NextSectionHeader; in AdjustFileSize() local
1556 NextSectionHeader = (EFI_COMMON_SECTION_HEADER *) ((UINT8 *) SectionHeader + 3); in AdjustFileSize()
1557 NextSectionHeader = (EFI_COMMON_SECTION_HEADER *) ((UINTN) NextSectionHeader &~ (UINTN) 3); in AdjustFileSize()
1558 TotalLength += (UINTN) NextSectionHeader - (UINTN) SectionHeader; in AdjustFileSize()
1559 SectionHeader = NextSectionHeader; in AdjustFileSize()