Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lld/ELF/
H A DSyntheticSections.h406 DynamicReloc(RelType Type, const InputSectionBase *InputSec, in DynamicReloc() argument
408 : Type(Type), Sym(Sym), InputSec(InputSec), OffsetInSec(OffsetInSec), in DynamicReloc()
413 DynamicReloc(RelType Type, const InputSectionBase *InputSec, in DynamicReloc() argument
416 : Type(Type), Sym(nullptr), InputSec(InputSec), OffsetInSec(OffsetInSec), in DynamicReloc()
421 const InputSectionBase *getInputSec() const { return InputSec; } in getInputSec()
432 const InputSectionBase *InputSec = nullptr; variable
480 void addReloc(RelType DynType, InputSectionBase *InputSec,
528 uint64_t getOffset() const { return InputSec->getVA(OffsetInSec); } in getOffset()
530 const InputSectionBase *InputSec; member
H A DLinkerScript.cpp52 static uint64_t getOutputSectionVA(SectionBase *InputSec, StringRef Loc) { in getOutputSectionVA() argument
53 if (OutputSection *OS = InputSec->getOutputSection()) in getOutputSectionVA()
56 InputSec->Name + " has no output section assigned"); in getOutputSectionVA()
H A DSyntheticSections.cpp1461 return InputSec->getVA(OffsetInSec); in getOffset()
1491 InputSectionBase *InputSec, in addReloc() argument
1498 InputSec->Relocations.push_back({Expr, Type, OffsetInSec, Addend, Sym}); in addReloc()
1499 addReloc({DynType, InputSec, OffsetInSec, Expr != R_ADDEND, Sym, Addend}); in addReloc()