Searched refs:dynType (Results 1 – 2 of 2) sorted by relevance
| /openbsd-src/gnu/llvm/lld/ELF/ |
| H A D | SyntheticSections.h | 501 void addSymbolReloc(RelType dynType, InputSectionBase &isec, 510 void addRelativeReloc(RelType dynType, InputSectionBase &isec, in addRelativeReloc() argument 514 addReloc<shard>(DynamicReloc::AddendOnlyWithTargetVA, dynType, isec, in addRelativeReloc() 519 void addAddendOnlyRelocIfNonPreemptible(RelType dynType, GotSection &sec, 523 void addReloc(DynamicReloc::Kind kind, RelType dynType, InputSectionBase &sec, in addReloc() argument 530 addReloc<shard>({dynType, &sec, offsetInSec, kind, sym, addend, expr}); in addReloc()
|
| H A D | SyntheticSections.cpp | 1592 RelType dynType, InputSectionBase &isec, uint64_t offsetInSec, Symbol &sym, in addSymbolReloc() argument 1594 addReloc(DynamicReloc::AgainstSymbol, dynType, isec, offsetInSec, sym, addend, in addSymbolReloc() 1599 RelType dynType, GotSection &sec, uint64_t offsetInSec, Symbol &sym, in addAddendOnlyRelocIfNonPreemptible() argument 1603 addReloc({dynType, &sec, offsetInSec, DynamicReloc::AgainstSymbol, sym, 0, in addAddendOnlyRelocIfNonPreemptible() 1606 addReloc(DynamicReloc::AddendOnlyWithTargetVA, dynType, sec, offsetInSec, in addAddendOnlyRelocIfNonPreemptible()
|