Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lld/ELF/
H A DSyntheticSections.h472 class RelocationBaseSection : public SyntheticSection {
474 RelocationBaseSection(StringRef Name, uint32_t Type, int32_t DynamicTag,
496 class RelocationSection final : public RelocationBaseSection {
510 class AndroidPackedRelocationSection final : public RelocationBaseSection {
1020 RelocationBaseSection *RelaDyn;
1022 RelocationBaseSection *RelaPlt;
1023 RelocationBaseSection *RelaIplt;
H A DSyntheticSections.cpp1479 RelocationBaseSection::RelocationBaseSection(StringRef Name, uint32_t Type, in RelocationBaseSection() function in RelocationBaseSection
1485 void RelocationBaseSection::addReloc(RelType DynType, InputSectionBase *IS, in addReloc()
1490 void RelocationBaseSection::addReloc(RelType DynType, in addReloc()
1502 void RelocationBaseSection::addReloc(const DynamicReloc &Reloc) { in addReloc()
1508 void RelocationBaseSection::finalizeContents() { in finalizeContents()
1540 : RelocationBaseSection(Name, Config->IsRela ? SHT_RELA : SHT_REL, in RelocationSection()
1572 : RelocationBaseSection( in AndroidPackedRelocationSection()
2342 RelocationBaseSection *PltRelocSection = In.RelaPlt; in addEntry()
H A DRelocations.cpp765 RelocationBaseSection *Rel, RelType Type, Symbol &Sym) { in addPltEntry()