Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lld/ELF/
H A DSyntheticSections.cpp924 uint64_t secSize = 0; in build() local
928 uint64_t off = alignToPowerOf2(secSize, isec->addralign); in build()
929 secSize = off + isec->getSize(); in build()
932 p.second.count = getMipsPageCount(secSize); in build()