Home
last modified time | relevance | path

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

/external/llvm-project/lld/ELF/
DSyntheticSections.cpp902 uint64_t secSize = 0; in build() local
906 uint64_t off = alignTo(secSize, isec->alignment); in build()
907 secSize = off + isec->getSize(); in build()
910 p.second.count = getMipsPageCount(secSize); in build()