Searched refs:SecSize (Results 1 – 3 of 3) sorted by relevance
205 uint64_t SecSize = Sec.getSize(); in dumpCXXData() local215 collectRelocationOffsets(Obj, Sec, SecAddress, SecAddress, SecSize, in dumpCXXData()
854 uint64_t SecSize = 0; in build() local858 uint64_t Off = alignTo(SecSize, IS->Alignment); in build()859 SecSize = Off + IS->getSize(); in build()862 P.second.Count = getMipsPageCount(SecSize); in build()
752 uint64_t SecSize = Section.Size ? Section.Size : 1; in sectionWithinSegment() local754 Segment.Offset + Segment.FileSize >= Section.OriginalOffset + SecSize; in sectionWithinSegment()