Lines Matching refs:addReloc
992 mainPart->relaDyn->addReloc({target->tlsGotRel, this, offset, in build()
1002 mainPart->relaDyn->addReloc({target->tlsModuleIndexRel, this, offset}); in build()
1041 mainPart->relaDyn->addReloc({target->relativeRel, this, offset, l.first, in build()
1047 mainPart->relaDyn->addReloc({target->relativeRel, this, offset, in build()
1612 addReloc(DynamicReloc::AgainstSymbol, dynType, isec, offsetInSec, sym, addend, in addSymbolReloc()
1625 addReloc(DynamicReloc::AddendOnlyWithTargetVA, dynType, inputSec, offsetInSec, in addRelativeReloc()
1634 addReloc({dynType, isec, offsetInSec, DynamicReloc::AgainstSymbol, sym, 0, in addAddendOnlyRelocIfNonPreemptible()
1637 addReloc(DynamicReloc::AddendOnlyWithTargetVA, dynType, isec, offsetInSec, in addAddendOnlyRelocIfNonPreemptible()
1641 void RelocationBaseSection::addReloc(DynamicReloc::Kind kind, RelType dynType, in addReloc() function in RelocationBaseSection
1651 addReloc({dynType, inputSec, offsetInSec, kind, sym, addend, expr}); in addReloc()
1654 void RelocationBaseSection::addReloc(const DynamicReloc &reloc) { in addReloc() function in RelocationBaseSection