Home
last modified time | relevance | path

Searched defs:inputSec (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/lld/ELF/
H A DSyntheticSections.h432 DynamicReloc(RelType type, const InputSectionBase *inputSec, in DynamicReloc()
444 DynamicReloc(RelType type, const InputSectionBase *inputSec, in DynamicReloc()
466 const InputSectionBase *inputSec; variable
605 const InputSectionBase *inputSec; member
H A DWriter.cpp1568 const InputSectionBase *inputSec = dyn_cast<InputSectionBase>(sec); in fixSymbolsAfterShrinking() local