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

References

tools/lld/ELF/InputFiles.cpp
  354   firstGlobal = symtabSec->sh_info;
  357   if (firstGlobal == 0 || firstGlobal > eSyms.size())
  357   if (firstGlobal == 0 || firstGlobal > eSyms.size())
  375   return makeArrayRef(this->symbols).slice(1, this->firstGlobal - 1);
  379   return makeArrayRef(this->symbols).slice(this->firstGlobal);
 1238   size_t size = numELFSyms - firstGlobal;
 1244             .slice(firstGlobal);
tools/lld/ELF/InputFiles.h
  169     return getELFSyms<ELFT>().slice(firstGlobal);