Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lld/MachO/
H A DConfig.h150 uint32_t headerPad; member
H A DWriter.cpp938 config->headerPad = std::max( in createLoadCommands()
939 config->headerPad, (config->headerPadMaxInstallNames in createLoadCommands()
H A DDriver.cpp1645 config->headerPad = args::getHex(args, OPT_headerpad, /*Default=*/32); in link()
H A DSyntheticSections.cpp88 uint64_t size = target->headerSize + sizeOfCmds + config->headerPad; in getSize()