Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lld/ELF/
H A DSyntheticSections.h517 class RelocationBaseSection : public SyntheticSection {
519 RelocationBaseSection(StringRef name, uint32_t type, int32_t dynamicTag,
560 class RelocationSection final : public RelocationBaseSection {
573 class AndroidPackedRelocationSection final : public RelocationBaseSection {
1228 RelocationBaseSection *relaDyn;
1262 RelocationBaseSection *relaPlt;
1263 RelocationBaseSection *relaIplt;
H A DSyntheticSections.cpp1306 static std::function<uint64_t()> addRelaSz(RelocationBaseSection *relaDyn) { in addRelaSz()
1601 RelocationBaseSection::RelocationBaseSection(StringRef name, uint32_t type, in RelocationBaseSection() function in RelocationBaseSection
1607 void RelocationBaseSection::addSymbolReloc(RelType dynType, in addSymbolReloc()
1616 void RelocationBaseSection::addRelativeReloc( in addRelativeReloc()
1629 void RelocationBaseSection::addAddendOnlyRelocIfNonPreemptible( in addAddendOnlyRelocIfNonPreemptible()
1641 void RelocationBaseSection::addReloc(DynamicReloc::Kind kind, RelType dynType, in addReloc()
1654 void RelocationBaseSection::addReloc(const DynamicReloc &reloc) { in addReloc()
1660 void RelocationBaseSection::finalizeContents() { in finalizeContents()
1698 : RelocationBaseSection(name, config->isRela ? SHT_RELA : SHT_REL, in RelocationSection()
1729 : RelocationBaseSection( in AndroidPackedRelocationSection()
H A DOutputSections.cpp551 const auto *sec = dyn_cast<RelocationBaseSection>(sections[i]); in checkDynRelAddends()
H A DRelocations.cpp1079 RelocationBaseSection *rel, RelType type, Symbol &sym) { in addPltEntry()