Searched refs:DynamicReloc (Results 1 – 3 of 3) sorted by relevance
426 class DynamicReloc {428 DynamicReloc(RelType type, const InputSectionBase *inputSec, in DynamicReloc() function435 DynamicReloc(RelType type, const InputSectionBase *inputSec, in DynamicReloc() function503 void addReloc(const DynamicReloc &reloc);509 std::vector<DynamicReloc> relocs;
1554 uint64_t DynamicReloc::getOffset() const { in getOffset()1558 int64_t DynamicReloc::computeAddend() const { in computeAddend()1567 uint32_t DynamicReloc::getSymIndex(SymbolTableBaseSection *symTab) const { in getSymIndex()1596 void RelocationBaseSection::addReloc(const DynamicReloc &reloc) { in addReloc()1631 const DynamicReloc &rel) { in encodeDynamicReloc()1655 relocs, [&](const DynamicReloc &a, const DynamicReloc &b) { in writeTo()1662 for (const DynamicReloc &rel : relocs) { in writeTo()1739 for (const DynamicReloc &rel : relocs) { in updateAllocSize()
2042 for (DynamicReloc &reloc : part.relaDyn->relocs) in finalizeSections()