Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lld/ELF/
H A DSyntheticSections.h496 class RelocationBaseSection : public SyntheticSection {
498 RelocationBaseSection(StringRef name, uint32_t type, int32_t dynamicTag,
568 inline void RelocationBaseSection::addReloc<true>(const DynamicReloc &reloc) {
573 class RelocationSection final : public RelocationBaseSection {
583 class AndroidPackedRelocationSection final : public RelocationBaseSection {
1466 std::unique_ptr<RelocationBaseSection> relaDyn;
1507 std::unique_ptr<RelocationBaseSection> relaPlt;
H A DSyntheticSections.cpp1300 static uint64_t addRelaSz(const RelocationBaseSection &relaDyn) { in addRelaSz()
1625 RelocationBaseSection::RelocationBaseSection(StringRef name, uint32_t type, in RelocationBaseSection() function in RelocationBaseSection
1634 void RelocationBaseSection::addSymbolReloc( in addSymbolReloc()
1641 void RelocationBaseSection::addAddendOnlyRelocIfNonPreemptible( in addAddendOnlyRelocIfNonPreemptible()
1653 void RelocationBaseSection::mergeRels() { in mergeRels()
1663 void RelocationBaseSection::partitionRels() { in partitionRels()
1673 void RelocationBaseSection::finalizeContents() { in finalizeContents()
1697 void RelocationBaseSection::computeRels() { in computeRels()
1723 : RelocationBaseSection(name, config->isRela ? SHT_RELA : SHT_REL, in RelocationSection()
1764 : RelocationBaseSection( in AndroidPackedRelocationSection()
H A DOutputSections.cpp884 const auto *sec = dyn_cast<RelocationBaseSection>(sections[i]); in checkDynRelAddends()
H A DRelocations.cpp915 RelocationBaseSection &rel, RelType type, Symbol &sym) { in addPltEntry()
H A DWriter.cpp1671 if (auto *relSec = dyn_cast<RelocationBaseSection>(sec)) in removeUnusedSyntheticSections()