Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/lld/ELF/
H A DSyntheticSections.h491 class RelocationBaseSection : public SyntheticSection {
493 RelocationBaseSection(StringRef name, uint32_t type, int32_t dynamicTag,
561 inline void RelocationBaseSection::addReloc<true>(const DynamicReloc &reloc) {
566 class RelocationSection final : public RelocationBaseSection {
576 class AndroidPackedRelocationSection final : public RelocationBaseSection {
1320 std::unique_ptr<RelocationBaseSection> relaDyn;
1360 std::unique_ptr<RelocationBaseSection> relaPlt;
1361 std::unique_ptr<RelocationBaseSection> relaIplt;
H A DSyntheticSections.cpp1274 static uint64_t addRelaSz(const RelocationBaseSection &relaDyn) { in addRelaSz()
1609 RelocationBaseSection::RelocationBaseSection(StringRef name, uint32_t type, in RelocationBaseSection() function in RelocationBaseSection
1618 void RelocationBaseSection::addSymbolReloc( in addSymbolReloc()
1625 void RelocationBaseSection::addAddendOnlyRelocIfNonPreemptible( in addAddendOnlyRelocIfNonPreemptible()
1637 void RelocationBaseSection::mergeRels() { in mergeRels()
1647 void RelocationBaseSection::partitionRels() { in partitionRels()
1656 void RelocationBaseSection::finalizeContents() { in finalizeContents()
1684 void RelocationBaseSection::computeRels() { in computeRels()
1705 : RelocationBaseSection(name, config->isRela ? SHT_RELA : SHT_REL, in RelocationSection()
1743 : RelocationBaseSection( in AndroidPackedRelocationSection()
H A DOutputSections.cpp742 const auto *sec = dyn_cast<RelocationBaseSection>(sections[i]); in checkDynRelAddends()
H A DRelocations.cpp912 RelocationBaseSection &rel, RelType type, Symbol &sym) { in addPltEntry()