Home
last modified time | relevance | path

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

/external/llvm-project/lld/ELF/
DSyntheticSections.h429 uint64_t offsetInSec, bool useSymVA, Symbol *sym, int64_t addend) in DynamicReloc() argument
430 : type(type), sym(sym), inputSec(inputSec), offsetInSec(offsetInSec), in DynamicReloc()
436 uint64_t offsetInSec, const OutputSection *outputSec, in DynamicReloc() argument
438 : type(type), sym(nullptr), inputSec(inputSec), offsetInSec(offsetInSec), in DynamicReloc()
453 uint64_t offsetInSec; variable
496 void addReloc(RelType dynType, InputSectionBase *isec, uint64_t offsetInSec,
501 uint64_t offsetInSec, Symbol *sym, int64_t addend, RelExpr expr,
547 uint64_t getOffset() const { return inputSec->getVA(offsetInSec); } in getOffset()
550 uint64_t offsetInSec; member
DRelocations.cpp1044 static void addRelativeReloc(InputSectionBase *isec, uint64_t offsetInSec, in addRelativeReloc() argument
1055 if (part.relrDyn && isec->alignment >= 2 && offsetInSec % 2 == 0) { in addRelativeReloc()
1056 isec->relocations.push_back({expr, type, offsetInSec, addend, sym}); in addRelativeReloc()
1057 part.relrDyn->relocs.push_back({isec, offsetInSec}); in addRelativeReloc()
1060 part.relaDyn->addReloc(target->relativeRel, isec, offsetInSec, sym, addend, in addRelativeReloc()
DSyntheticSections.cpp1555 return inputSec->getVA(offsetInSec); in getOffset()
1580 uint64_t offsetInSec, Symbol *sym) { in addReloc() argument
1581 addReloc({dynType, isec, offsetInSec, false, sym, 0}); in addReloc()
1586 uint64_t offsetInSec, Symbol *sym, in addReloc() argument
1592 inputSec->relocations.push_back({expr, type, offsetInSec, addend, sym}); in addReloc()
1593 addReloc({dynType, inputSec, offsetInSec, expr != R_ADDEND, sym, addend}); in addReloc()