Home
last modified time | relevance | path

Searched refs:offsetInSec (Results 1 – 3 of 3) sorted by relevance

/openbsd-src/gnu/llvm/lld/ELF/
H A DSyntheticSections.h426 uint64_t offsetInSec, Kind kind, Symbol &sym, int64_t addend, in DynamicReloc() argument
428 : sym(&sym), inputSec(inputSec), offsetInSec(offsetInSec), type(type), in DynamicReloc()
432 uint64_t offsetInSec, int64_t addend = 0)
433 : sym(nullptr), inputSec(inputSec), offsetInSec(offsetInSec), type(type), in sym()
438 uint64_t offsetInSec, const OutputSection *outputSec, in DynamicReloc() argument
441 offsetInSec(offsetInSec), type(type), addend(addend), in DynamicReloc()
460 uint64_t offsetInSec; variable
502 uint64_t offsetInSec, Symbol &sym, int64_t addend = 0,
511 uint64_t offsetInSec, Symbol &sym, int64_t addend, in addRelativeReloc() argument
515 offsetInSec, sym, addend, expr, addendRelType); in addRelativeReloc()
[all …]
H A DSyntheticSections.cpp1549 return inputSec->getVA(offsetInSec); in getOffset()
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()
H A DOutputSections.cpp740 bufStart + relOsec->offset + rel.inputSec->getOffset(rel.offsetInSec); in checkDynRelAddends()