Searched refs:NextSectionHeader (Results 1 – 3 of 3) sorted by relevance
270 EFI_COMMON_SECTION_HEADER *NextSectionHeader; in IsValidSectionStream() local295 NextSectionHeader = ALIGN_POINTER(SectionHeader, 4); in IsValidSectionStream()296 TotalLength += (UINTN) NextSectionHeader - (UINTN) SectionHeader; in IsValidSectionStream()297 SectionHeader = NextSectionHeader; in IsValidSectionStream()
280 EFI_COMMON_SECTION_HEADER *NextSectionHeader; in IsValidSectionStream() local305 NextSectionHeader = ALIGN_POINTER(SectionHeader, 4); in IsValidSectionStream()306 TotalLength += (UINTN) NextSectionHeader - (UINTN) SectionHeader; in IsValidSectionStream()307 SectionHeader = NextSectionHeader; in IsValidSectionStream()
1532 EFI_COMMON_SECTION_HEADER *NextSectionHeader; in AdjustFileSize() local1556 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()