Lines Matching refs:DynamicReloc
986 DynamicReloc::AgainstSymbolWithTargetVA, in build()
1041 DynamicReloc::AddendOnlyWithTargetVA, in build()
1418 if (llvm::find_if(in.relaPlt->relocs, [](const DynamicReloc &r) { in computeContents()
1426 if (llvm::any_of(in.relaPlt->relocs, [](const DynamicReloc &r) { in computeContents()
1548 uint64_t DynamicReloc::getOffset() const { in getOffset()
1552 int64_t DynamicReloc::computeAddend() const { in computeAddend()
1571 uint32_t DynamicReloc::getSymIndex(SymbolTableBaseSection *symTab) const { in getSymIndex()
1594 addReloc(DynamicReloc::AgainstSymbol, dynType, isec, offsetInSec, sym, addend, in addSymbolReloc()
1603 addReloc({dynType, &sec, offsetInSec, DynamicReloc::AgainstSymbol, sym, 0, in addAddendOnlyRelocIfNonPreemptible()
1606 addReloc(DynamicReloc::AddendOnlyWithTargetVA, dynType, sec, offsetInSec, in addAddendOnlyRelocIfNonPreemptible()
1650 void DynamicReloc::computeRaw(SymbolTableBaseSection *symtab) { in computeRaw()
1660 [symTab](DynamicReloc &rel) { rel.computeRaw(symTab); }); in computeRels()
1687 for (const DynamicReloc &rel : relocs) { in writeTo()
1785 for (const DynamicReloc &rel : relocs) { in updateAllocSize()