Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/llvm-project/lld/ELF/
HDSyntheticSections.cpp858 uint64_t secSize = 0; in build() local
862 uint64_t off = alignTo(secSize, isec->alignment); in build()
863 secSize = off + isec->getSize(); in build()
866 p.second.count = getMipsPageCount(secSize); in build()