Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/lld/MachO/
H A DSyntheticSections.h96 uint32_t sizeOfCmds = 0; variable
H A DSyntheticSections.cpp90 sizeOfCmds += lc->getSize(); in addLoadCommand()
94 uint64_t size = target->headerSize + sizeOfCmds + config->headerPad; in getSize()
131 hdr->sizeofcmds = sizeOfCmds; in writeTo()