Lines Matching refs:SectionLength
296 UINT32 SectionLength;
319 SectionLength = *(UINT32 *)Section->Size & 0x00FFFFFF;
327 (UINT32) SectionLength - sizeof (EFI_COMPRESSION_SECTION),
402 // SectionLength is adjusted it is 4 byte aligned.
405 SectionLength = *(UINT32 *)Section->Size & 0x00FFFFFF;
406 SectionLength = GET_OCCUPIED_SIZE (SectionLength, 4);
407 ASSERT (SectionLength != 0);
408 ParsedLength += SectionLength;
409 Section = (EFI_COMMON_SECTION_HEADER *)((UINT8 *)Section + SectionLength);