Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/lld/ELF/
H A DSyntheticSections.h427 DynamicReloc(RelType type, const InputSectionBase *inputSec, in DynamicReloc()
439 DynamicReloc(RelType type, const InputSectionBase *inputSec, in DynamicReloc()
461 const InputSectionBase *inputSec; variable
596 const InputSectionBase *inputSec; member
H A DWriter.cpp1792 const InputSectionBase *inputSec = dyn_cast<InputSectionBase>(sec); in fixSymbolsAfterShrinking() local