Searched refs:mCoffNbrSections (Results 1 – 2 of 2) sorted by relevance
105 STATIC const UINT16 mCoffNbrSections = 4; variable296 mCoffOffset += mCoffNbrSections * sizeof(EFI_IMAGE_SECTION_HEADER); in ScanSections64()493 NtHdr->Pe32Plus.FileHeader.NumberOfSections = mCoffNbrSections; in ScanSections64()
104 STATIC const UINT16 mCoffNbrSections = 4; variable302 mCoffOffset += mCoffNbrSections * sizeof(EFI_IMAGE_SECTION_HEADER); in ScanSections32()496 NtHdr->Pe32.FileHeader.NumberOfSections = mCoffNbrSections; in ScanSections32()