Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lld/COFF/
H A DChunks.cpp99 unsigned numOutputSections) { in applySecIdx() argument
102 assert(numOutputSections <= 0xffff && "size of outputSections is too big"); in applySecIdx()
110 add16(off, numOutputSections + 1); in applySecIdx()