Searched refs:DynamicReloc (Results 1 – 2 of 2) sorted by relevance
404 class DynamicReloc {406 DynamicReloc(RelType Type, const InputSectionBase *InputSec, in DynamicReloc() function413 DynamicReloc(RelType Type, const InputSectionBase *InputSec, in DynamicReloc() function483 void addReloc(const DynamicReloc &Reloc);491 std::vector<DynamicReloc> Relocs;
1460 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()