Searched defs:inputSec (Results 1 – 2 of 2) sorted by relevance
/freebsd-src/contrib/llvm-project/lld/ELF/ |
H A D | SyntheticSections.h | 427 DynamicReloc(RelType type,const InputSectionBase * inputSec,uint64_t offsetInSec,Kind kind,Symbol & sym,int64_t addend,RelExpr expr) DynamicReloc() argument 439 DynamicReloc(RelType type,const InputSectionBase * inputSec,uint64_t offsetInSec,const OutputSection * outputSec,int64_t addend) DynamicReloc() argument 461 const InputSectionBase *inputSec; global() variable 596 const InputSectionBase *inputSec; global() member [all...] |
H A D | Writer.cpp | 1792 const InputSectionBase *inputSec = dyn_cast<InputSectionBase>(sec); fixSymbolsAfterShrinking() local [all...] |