Home
last modified time | relevance | path

Searched refs:DynamicReloc (Results 1 – 2 of 2) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/lld/ELF/
H A DSyntheticSections.h404 class DynamicReloc {
406 DynamicReloc(RelType Type, const InputSectionBase *InputSec, in DynamicReloc() function
413 DynamicReloc(RelType Type, const InputSectionBase *InputSec, in DynamicReloc() function
483 void addReloc(const DynamicReloc &Reloc);
491 std::vector<DynamicReloc> Relocs;
H A DSyntheticSections.cpp1460 uint64_t DynamicReloc::getOffset() const { in getOffset()
1464 int64_t DynamicReloc::computeAddend() const { in computeAddend()
1473 uint32_t DynamicReloc::getSymIndex() const { in getSymIndex()
1502 void RelocationBaseSection::addReloc(const DynamicReloc &Reloc) { in addReloc()
1531 const DynamicReloc &Rel) { in encodeDynamicReloc()
1547 static bool compRelocations(const DynamicReloc &A, const DynamicReloc &B) { in compRelocations()
1559 for (const DynamicReloc &Rel : Relocs) { in writeTo()
1640 for (const DynamicReloc &Rel : Relocs) { in updateAllocSize()