reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/lld/ELF/InputSection.cpp
  447           uint32_t secIdx = cast<Undefined>(sym).discardedSecIdx;
tools/lld/ELF/Relocations.cpp
  654   if (!file || !sym.discardedSecIdx ||
  655       file->getSections()[sym.discardedSecIdx] != &InputSection::discarded)
  664         file->getObj().getSectionName(&objSections[sym.discardedSecIdx]), file);
  671   Elf_Shdr_Impl<ELFT> elfSec = objSections[sym.discardedSecIdx - 1];
  862       cast<Undefined>(sym).discardedSecIdx != 0 && sec.name == ".toc")
tools/lld/ELF/Symbols.cpp
  408       (isUndefined() && other.binding != STB_WEAK && other.discardedSecIdx)) {