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

/openbsd-current/gnu/llvm/lld/ELF/
H A DSyntheticSections.h460 uint64_t offsetInSec; member in class:lld::elf::DynamicReloc
425 DynamicReloc(RelType type, const InputSectionBase *inputSec, uint64_t offsetInSec, Kind kind, Symbol &sym, int64_t addend, RelExpr expr) argument
431 DynamicReloc(RelType type, const InputSectionBase *inputSec, uint64_t offsetInSec, int64_t addend = 0) argument
437 DynamicReloc(RelType type, const InputSectionBase *inputSec, uint64_t offsetInSec, const OutputSection *outputSec, int64_t addend) argument
510 addRelativeReloc(RelType dynType, InputSectionBase &isec, uint64_t offsetInSec, Symbol &sym, int64_t addend, RelType addendRelType, RelExpr expr) argument
523 addReloc(DynamicReloc::Kind kind, RelType dynType, InputSectionBase &sec, uint64_t offsetInSec, Symbol &sym, int64_t addend, RelExpr expr, RelType addendRelType) argument
595 uint64_t offsetInSec; member in struct:RelativeReloc
[all...]
H A DRelocations.cpp867 static void addRelativeReloc(InputSectionBase &isec, uint64_t offsetInSec, argument
H A DSyntheticSections.cpp1591 addSymbolReloc( RelType dynType, InputSectionBase &isec, uint64_t offsetInSec, Symbol &sym, int64_t addend, std::optional<RelType> addendRelType) argument
1598 addAddendOnlyRelocIfNonPreemptible( RelType dynType, GotSection &sec, uint64_t offsetInSec, Symbol &sym, RelType addendRelType) argument

Completed in 131 milliseconds