Searched refs:RelocationBaseSection (Results 1 – 4 of 4) sorted by relevance
| /llvm-project-15.0.7/lld/ELF/ |
| H A D | SyntheticSections.h | 510 class RelocationBaseSection : public SyntheticSection { 512 RelocationBaseSection(StringRef name, uint32_t type, int32_t dynamicTag, 556 class RelocationSection final : public RelocationBaseSection { 566 class AndroidPackedRelocationSection final : public RelocationBaseSection { 1243 std::unique_ptr<RelocationBaseSection> relaDyn; 1280 std::unique_ptr<RelocationBaseSection> relaPlt; 1281 std::unique_ptr<RelocationBaseSection> relaIplt;
|
| H A D | SyntheticSections.cpp | 1298 static uint64_t addRelaSz(const RelocationBaseSection &relaDyn) { in addRelaSz() 1606 RelocationBaseSection::RelocationBaseSection(StringRef name, uint32_t type, in RelocationBaseSection() function in RelocationBaseSection 1614 void RelocationBaseSection::addSymbolReloc(RelType dynType, in addSymbolReloc() 1623 void RelocationBaseSection::addRelativeReloc( in addRelativeReloc() 1636 void RelocationBaseSection::addAddendOnlyRelocIfNonPreemptible( in addAddendOnlyRelocIfNonPreemptible() 1648 void RelocationBaseSection::addReloc(DynamicReloc::Kind kind, RelType dynType, in addReloc() 1661 void RelocationBaseSection::partitionRels() { in partitionRels() 1670 void RelocationBaseSection::finalizeContents() { in finalizeContents() 1698 void RelocationBaseSection::computeRels() { in computeRels() 1718 : RelocationBaseSection(name, config->isRela ? SHT_RELA : SHT_REL, in RelocationSection() [all …]
|
| H A D | OutputSections.cpp | 645 const auto *sec = dyn_cast<RelocationBaseSection>(sections[i]); in checkDynRelAddends()
|
| H A D | Relocations.cpp | 888 RelocationBaseSection &rel, RelType type, Symbol &sym) { in addPltEntry()
|