Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lld/ELF/
H A DOutputSections.cpp683 uint64_t totalCount = 0; in finalizeNonAllocCrel() local
692 totalCount += entries.size(); in finalizeNonAllocCrel()
702 totalCount += config->isLE ? relToCrel<ELF64LE>(os, out, relSec, sec) in finalizeNonAllocCrel()
705 totalCount += config->isLE ? relToCrel<ELF32LE>(os, out, relSec, sec) in finalizeNonAllocCrel()
710 crelHeader = totalCount * 8 + 4; in finalizeNonAllocCrel()