Searched refs:addReloc (Results 1 – 3 of 3) sorted by relevance
| /freebsd-12-stable/contrib/llvm-project/lld/ELF/ |
| D | SyntheticSections.cpp | 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() [all …]
|
| D | SyntheticSections.h | 524 void addReloc(const DynamicReloc &reloc); 540 void addReloc(DynamicReloc::Kind kind, RelType dynType,
|
| D | Relocations.cpp | 248 mainPart->relaDyn->addReloc( in handleTlsRelocation() 1082 rel->addReloc({type, gotPlt, sym.getGotPltOffset(), in addPltEntry()
|