Home
last modified time | relevance | path

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

/external/llvm-project/lld/ELF/
DConfig.h221 bool zCombreloc; member
DDriver.cpp1094 config->zCombreloc = getZFlag(args, "combreloc", "nocombreloc", true); in readConfigs()
DWriter.cpp427 make<RelocationSection<ELFT>>(relaDynName, config->zCombreloc); in createSyntheticSections()
DSyntheticSections.cpp1411 if (config->zCombreloc && numRelativeRels) in finalizeContents()