Home
last modified time | relevance | path

Searched refs:RelocationBaseSection (Results 1 – 6 of 6) sorted by relevance

/freebsd/contrib/llvm-project/lld/ELF/
H A DRelocations.h25 class RelocationBaseSection; variable
366 RelocationBaseSection &getIRelativeSection(Ctx &ctx);
H A DSyntheticSections.h506 class RelocationBaseSection : public SyntheticSection {
508 RelocationBaseSection(Ctx &, StringRef name, uint32_t type,
573 inline void RelocationBaseSection::addReloc<true>(const DynamicReloc &reloc) {
578 class RelocationSection final : public RelocationBaseSection {
589 class AndroidPackedRelocationSection final : public RelocationBaseSection {
1521 std::unique_ptr<RelocationBaseSection> relaDyn;
H A DConfig.h71 class RelocationBaseSection; variable
594 std::unique_ptr<RelocationBaseSection> relaPlt;
H A DSyntheticSections.cpp1351 static uint64_t addRelaSz(Ctx &ctx, const RelocationBaseSection &relaDyn) { in addRelaSz()
1682 RelocationBaseSection::RelocationBaseSection(Ctx &ctx, StringRef name, in RelocationBaseSection() function in RelocationBaseSection
1691 void RelocationBaseSection::addSymbolReloc( in addSymbolReloc()
1698 void RelocationBaseSection::addAddendOnlyRelocIfNonPreemptible( in addAddendOnlyRelocIfNonPreemptible()
1710 void RelocationBaseSection::mergeRels() { in mergeRels()
1720 void RelocationBaseSection::partitionRels() { in partitionRels()
1730 void RelocationBaseSection::finalizeContents() { in finalizeContents()
1754 void RelocationBaseSection::computeRels() { in computeRels()
1781 : RelocationBaseSection(ctx, name, ctx.arg.isRela ? SHT_RELA : SHT_REL, in RelocationSection()
1823 : RelocationBaseSection( in AndroidPackedRelocationSection()
H A DOutputSections.cpp911 const auto *sec = cast<RelocationBaseSection>(sections[i]); in checkDynRelAddends()
H A DRelocations.cpp885 RelocationBaseSection &rel, RelType type, Symbol &sym) { in addPltEntry()
1749 RelocationBaseSection &elf::getIRelativeSection(Ctx &ctx) { in getIRelativeSection()