Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lld/ELF/
H A DConfig.h397 bool zCombreloc; member
H A DRelocations.cpp1706 bool serial = !ctx.arg.zCombreloc || ctx.arg.emachine == EM_MIPS || in scanRelocations()
H A DSyntheticSections.cpp1463 if (ctx.arg.zCombreloc && numRelativeRels) in computeContents()
4826 ctx, relaDynName, ctx.arg.zCombreloc, threadCount); in createSyntheticSections()
H A DDriver.cpp1615 ctx.arg.zCombreloc = getZFlag(args, "combreloc", "nocombreloc", true); in readConfigs()