Searched refs:offsetInSec (Results 1 – 3 of 3) sorted by relevance
| /openbsd-src/gnu/llvm/lld/ELF/ |
| H A D | SyntheticSections.h | 426 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 D | SyntheticSections.cpp | 1549 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 D | OutputSections.cpp | 740 bufStart + relOsec->offset + rel.inputSec->getOffset(rel.offsetInSec); in checkDynRelAddends()
|