Searched refs:addReloc (Results 1 – 3 of 3) sorted by relevance
| /llvm-project-15.0.7/lld/ELF/ |
| H A D | SyntheticSections.cpp | 1017 mainPart->relaDyn->addReloc({target->tlsGotRel, this, offset, in build() 1027 mainPart->relaDyn->addReloc({target->tlsModuleIndexRel, this, offset}); in build() 1066 mainPart->relaDyn->addReloc({target->relativeRel, this, offset, l.first, in build() 1072 mainPart->relaDyn->addReloc({target->relativeRel, this, offset, in build() 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() function in RelocationBaseSection 1658 addReloc({dynType, &inputSec, offsetInSec, kind, sym, addend, expr}); in addReloc()
|
| H A D | SyntheticSections.h | 517 void addReloc(const DynamicReloc &reloc) { relocs.push_back(reloc); } in addReloc() function 533 void addReloc(DynamicReloc::Kind kind, RelType dynType,
|
| H A D | Relocations.cpp | 891 rel.addReloc({type, &gotPlt, sym.getGotPltOffset(), in addPltEntry() 903 mainPart->relaDyn->addReloc({target->gotRel, in.got.get(), off, in addGotEntry() 1685 mainPart->relaDyn->addReloc( in postScanRelocations()
|