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

/freebsd-13-stable/contrib/llvm-project/lld/ELF/
H A DSyntheticSections.cpp861 uint64_t secSize = 0; local
865 uint64_t off = alignTo(secSize, isec->alignment);
866 secSize = off + isec->getSize();
869 p.second.count = getMipsPageCount(secSize);

Completed in 61 milliseconds