Home
last modified time | relevance | path

Searched refs:combreloc (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/lld/ELF/
H A DSyntheticSections.h510 bool combreloc, unsigned concurrency);
569 bool combreloc; variable
583 RelocationSection(Ctx &, StringRef name, bool combreloc,
H A DSyntheticSections.cpp1685 bool combreloc, in RelocationBaseSection() argument
1689 relocsVec(concurrency), combreloc(combreloc) {} in RelocationBaseSection()
1721 if (!combreloc) in partitionRels()
1767 if (combreloc) { in computeRels()
1780 bool combreloc, unsigned concurrency) in RelocationSection() argument
1783 ctx.arg.isRela ? DT_RELASZ : DT_RELSZ, combreloc, in RelocationSection()