Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lld/MachO/
H A DConfig.h147 uint32_t headerPad; member
H A DWriter.cpp913 config->headerPad = std::max( in createLoadCommands()
914 config->headerPad, (config->headerPadMaxInstallNames in createLoadCommands()
H A DDriver.cpp1529 config->headerPad = args::getHex(args, OPT_headerpad, /*Default=*/32); in link()
H A DSyntheticSections.cpp94 uint64_t size = target->headerSize + sizeOfCmds + config->headerPad; in getSize()