Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lld/COFF/
H A DChunks.cpp98 unsigned numOutputSections) { in applySecIdx() argument
101 assert(numOutputSections <= 0xffff && "size of outputSections is too big"); in applySecIdx()
109 add16(off, numOutputSections + 1); in applySecIdx()