Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lld/MachO/
H A DConfig.h134 uint32_t headerPad; member
H A DWriter.cpp867 config->headerPad = std::max( in createLoadCommands()
868 config->headerPad, (config->headerPadMaxInstallNames in createLoadCommands()
H A DDriver.cpp1301 config->headerPad = args::getHex(args, OPT_headerpad, /*Default=*/32); in link()
H A DSyntheticSections.cpp93 uint64_t size = target->headerSize + sizeOfCmds + config->headerPad; in getSize()