Searched refs:RelocationBaseSection (Results 1 – 3 of 3) sorted by relevance
/external/llvm-project/lld/ELF/ |
D | SyntheticSections.h | 492 class RelocationBaseSection : public SyntheticSection { 494 RelocationBaseSection(StringRef name, uint32_t type, int32_t dynamicTag, 516 class RelocationSection final : public RelocationBaseSection { 529 class AndroidPackedRelocationSection final : public RelocationBaseSection { 1184 RelocationBaseSection *relaDyn; 1218 RelocationBaseSection *relaPlt; 1219 RelocationBaseSection *relaIplt;
|
D | SyntheticSections.cpp | 1295 static std::function<uint64_t()> addRelaSz(RelocationBaseSection *relaDyn) { in addRelaSz() 1573 RelocationBaseSection::RelocationBaseSection(StringRef name, uint32_t type, in RelocationBaseSection() function in RelocationBaseSection 1579 void RelocationBaseSection::addReloc(RelType dynType, InputSectionBase *isec, in addReloc() 1584 void RelocationBaseSection::addReloc(RelType dynType, in addReloc() 1596 void RelocationBaseSection::addReloc(const DynamicReloc &reloc) { in addReloc() 1602 void RelocationBaseSection::finalizeContents() { in finalizeContents() 1640 : RelocationBaseSection(name, config->isRela ? SHT_RELA : SHT_REL, in RelocationSection() 1671 : RelocationBaseSection( in AndroidPackedRelocationSection()
|
D | Relocations.cpp | 1066 RelocationBaseSection *rel, RelType type, Symbol &sym) { in addPltEntry()
|