Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lld/ELF/
H A DSyntheticSections.h489 class RelocationBaseSection : public SyntheticSection {
491 RelocationBaseSection(StringRef name, uint32_t type, int32_t dynamicTag,
559 inline void RelocationBaseSection::addReloc<true>(const DynamicReloc &reloc) {
564 class RelocationSection final : public RelocationBaseSection {
574 class AndroidPackedRelocationSection final : public RelocationBaseSection {
1256 std::unique_ptr<RelocationBaseSection> relaDyn;
1294 std::unique_ptr<RelocationBaseSection> relaPlt;
1295 std::unique_ptr<RelocationBaseSection> relaIplt;
H A DSyntheticSections.cpp1266 static uint64_t addRelaSz(const RelocationBaseSection &relaDyn) { in addRelaSz()
1582 RelocationBaseSection::RelocationBaseSection(StringRef name, uint32_t type, in RelocationBaseSection() function in RelocationBaseSection
1591 void RelocationBaseSection::addSymbolReloc( in addSymbolReloc()
1598 void RelocationBaseSection::addAddendOnlyRelocIfNonPreemptible( in addAddendOnlyRelocIfNonPreemptible()
1610 void RelocationBaseSection::mergeRels() { in mergeRels()
1620 void RelocationBaseSection::partitionRels() { in partitionRels()
1629 void RelocationBaseSection::finalizeContents() { in finalizeContents()
1657 void RelocationBaseSection::computeRels() { in computeRels()
1678 : RelocationBaseSection(name, config->isRela ? SHT_RELA : SHT_REL, in RelocationSection()
1716 : RelocationBaseSection( in AndroidPackedRelocationSection()
H A DOutputSections.cpp732 const auto *sec = dyn_cast<RelocationBaseSection>(sections[i]); in checkDynRelAddends()