Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lld/ELF/
H A DConfig.h229 bool zCombreloc; member
H A DDriver.cpp1172 config->zCombreloc = getZFlag(args, "combreloc", "nocombreloc", true); in readConfigs()
H A DWriter.cpp427 make<RelocationSection<ELFT>>(relaDynName, config->zCombreloc); in createSyntheticSections()
H A DSyntheticSections.cpp1422 if (config->zCombreloc && numRelativeRels) in finalizeContents()