Lines Matching full:fileoff
1522 uint64_t FileOff = HeaderSize;
1532 FileOff = RoundUpToAlignment(FileOff, SD.getAlignment());
1535 SectionOffsetMap[&Section] = FileOff;
1538 FileOff += GetSectionFileSize(Layout, SD);
1541 FileOff = RoundUpToAlignment(FileOff, NaturalAlignment);
1543 const unsigned SectionHeaderOffset = FileOff - HeaderSize;
1547 FileOff += (NumSections + 1) * SectionHeaderEntrySize;
1553 FileOff = RoundUpToAlignment(FileOff, SD.getAlignment());
1556 SectionOffsetMap[&Section] = FileOff;
1559 FileOff += GetSectionFileSize(Layout, SD);