Home
last modified time | relevance | path

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

/external/llvm-project/lld/ELF/
DRelocations.cpp701 Elf_Shdr_Impl<ELFT> elfSec = objSections[sym.discardedSecIdx - 1]; in maybeReportDiscarded() local
702 if (elfSec.sh_type != SHT_GROUP) in maybeReportDiscarded()
706 StringRef signature = file->getShtGroupSignature(objSections, elfSec); in maybeReportDiscarded()