Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lld/ELF/
H A DSyntheticSections.h450 uint64_t offsetInSec, Kind kind, Symbol &sym, int64_t addend, in DynamicReloc()
462 uint64_t offsetInSec, const OutputSection *outputSec, in DynamicReloc()
482 uint64_t offsetInSec; variable
594 uint64_t offsetInSec; member
H A DSyntheticSections.cpp1609 uint64_t offsetInSec, Symbol &sym, in addSymbolReloc()
1617 RelType dynType, InputSectionBase *inputSec, uint64_t offsetInSec, in addRelativeReloc()
1630 RelType dynType, InputSectionBase *isec, uint64_t offsetInSec, Symbol &sym, in addAddendOnlyRelocIfNonPreemptible()
1643 uint64_t offsetInSec, Symbol &sym, in addReloc()
H A DRelocations.cpp1057 static void addRelativeReloc(InputSectionBase *isec, uint64_t offsetInSec, in addRelativeReloc()