Searched refs:TotalSecsSize (Results 1 – 1 of 1) sorted by relevance
1395 uint64_t TotalSecsSize = 0; in dumpSectionInfo() local1401 TotalSecsSize += Entry.Size; in dumpSectionInfo()1404 assert(HeaderSize + TotalSecsSize == getFileSize() && in dumpSectionInfo()1408 OS << "Total Sections Size: " << TotalSecsSize << "\n"; in dumpSectionInfo()