Searched refs:dynType (Results 1 – 2 of 2) sorted by relevance
/freebsd/contrib/llvm-project/lld/ELF/ |
H A D | SyntheticSections.h | 508 void addSymbolReloc(RelType dynType, InputSectionBase &isec, 517 void addRelativeReloc(RelType dynType, InputSectionBase &isec, in addRelativeReloc() argument 521 addReloc<shard>(DynamicReloc::AddendOnlyWithTargetVA, dynType, isec, in addRelativeReloc() 526 void addAddendOnlyRelocIfNonPreemptible(RelType dynType, GotSection &sec, 530 void addReloc(DynamicReloc::Kind kind, RelType dynType, InputSectionBase &sec, in addReloc() argument 537 addReloc<shard>({dynType, &sec, offsetInSec, kind, sym, addend, expr}); in addReloc()
|
H A D | SyntheticSections.cpp | 1635 RelType dynType, InputSectionBase &isec, uint64_t offsetInSec, Symbol &sym, in addSymbolReloc() argument 1637 addReloc(DynamicReloc::AgainstSymbol, dynType, isec, offsetInSec, sym, addend, in addSymbolReloc() 1642 RelType dynType, GotSection &sec, uint64_t offsetInSec, Symbol &sym, in addAddendOnlyRelocIfNonPreemptible() argument 1646 addReloc({dynType, &sec, offsetInSec, DynamicReloc::AgainstSymbol, sym, 0, in addAddendOnlyRelocIfNonPreemptible() 1649 addReloc(DynamicReloc::AddendOnlyWithTargetVA, dynType, sec, offsetInSec, in addAddendOnlyRelocIfNonPreemptible()
|