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.h499 int32_t sizeDynamicTag, bool combreloc,
564 bool combreloc; variable
578 RelocationSection(StringRef name, bool combreloc, unsigned concurrency);
H A DSyntheticSections.cpp1628 bool combreloc, in RelocationBaseSection() argument
1632 relocsVec(concurrency), combreloc(combreloc) {} in RelocationBaseSection()
1664 if (!combreloc) in partitionRels()
1709 if (combreloc) { in computeRels()
1721 RelocationSection<ELFT>::RelocationSection(StringRef name, bool combreloc, in RelocationSection() argument
1725 config->isRela ? DT_RELASZ : DT_RELSZ, combreloc, in RelocationSection()