Home
last modified time | relevance | path

Searched refs:SecSize (Results 1 – 3 of 3) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/llvm-cxxdump/
H A Dllvm-cxxdump.cpp205 uint64_t SecSize = Sec.getSize(); in dumpCXXData() local
215 collectRelocationOffsets(Obj, Sec, SecAddress, SecAddress, SecSize, in dumpCXXData()
/freebsd-12.1/contrib/llvm/tools/lld/ELF/
H A DSyntheticSections.cpp854 uint64_t SecSize = 0; in build() local
858 uint64_t Off = alignTo(SecSize, IS->Alignment); in build()
859 SecSize = Off + IS->getSize(); in build()
862 P.second.Count = getMipsPageCount(SecSize); in build()
/freebsd-12.1/contrib/llvm/tools/llvm-objcopy/ELF/
H A DObject.cpp752 uint64_t SecSize = Section.Size ? Section.Size : 1; in sectionWithinSegment() local
754 Segment.Offset + Segment.FileSize >= Section.OriginalOffset + SecSize; in sectionWithinSegment()