Lines Matching refs:DynamicReloc
1018 DynamicReloc::AgainstSymbolWithTargetVA, in build()
1073 DynamicReloc::AddendOnlyWithTargetVA, in build()
1450 if (llvm::find_if(in.relaPlt->relocs, [](const DynamicReloc &r) { in computeContents()
1572 uint64_t DynamicReloc::getOffset() const { in getOffset()
1576 int64_t DynamicReloc::computeAddend() const { in computeAddend()
1595 uint32_t DynamicReloc::getSymIndex(SymbolTableBaseSection *symTab) const { in getSymIndex()
1619 addReloc(DynamicReloc::AgainstSymbol, dynType, isec, offsetInSec, sym, addend, in addSymbolReloc()
1632 addReloc(DynamicReloc::AddendOnlyWithTargetVA, dynType, inputSec, offsetInSec, in addRelativeReloc()
1641 addReloc({dynType, &isec, offsetInSec, DynamicReloc::AgainstSymbol, sym, 0, in addAddendOnlyRelocIfNonPreemptible()
1644 addReloc(DynamicReloc::AddendOnlyWithTargetVA, dynType, isec, offsetInSec, in addAddendOnlyRelocIfNonPreemptible()
1648 void RelocationBaseSection::addReloc(DynamicReloc::Kind kind, RelType dynType, in addReloc()
1691 void DynamicReloc::computeRaw(SymbolTableBaseSection *symtab) { in computeRaw()
1701 [symTab](DynamicReloc &rel) { rel.computeRaw(symTab); }); in computeRels()
1726 for (const DynamicReloc &rel : relocs) { in writeTo()
1813 for (const DynamicReloc &rel : relocs) { in updateAllocSize()