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

References

tools/lld/ELF/SyntheticSections.cpp
 1984   if (l.sym->isInGot() && r.sym->isInGot())
 1984   if (l.sym->isInGot() && r.sym->isInGot())
 1985     return l.sym->gotIndex < r.sym->gotIndex;
 1985     return l.sym->gotIndex < r.sym->gotIndex;
 1986   if (!l.sym->isInGot() && !r.sym->isInGot())
 1986   if (!l.sym->isInGot() && !r.sym->isInGot())
 1988   return !l.sym->isInGot();
 2019       s.sym->dynsymIndex = ++i;
 2034         return s.sym->isLocal() || s.sym->computeBinding() == STB_LOCAL;
 2034         return s.sym->isLocal() || s.sym->computeBinding() == STB_LOCAL;
 2046     arr[s.sym->file].push_back(s);
 2072       if (e.sym->type == STT_SECTION)
 2073         sectionIndexMap[e.sym->getOutputSection()] = ++i;
 2075         symbolIndexMap[e.sym] = ++i;
 2119     Symbol *sym = ent.sym;
 2138       eSym->st_shndx = getSymSectionIndex(ent.sym);
 2155     if (BssSection *commonSec = getCommonSec(ent.sym))
 2173       Symbol *sym = ent.sym;
 2211     if (getSymSectionIndex(entry.sym) == SHN_XINDEX)
 2212       write32(buf, entry.sym->getOutputSection()->sectionIndex);
 2369         return !s.sym->isDefined() || s.sym->partition != partition;
 2369         return !s.sym->isDefined() || s.sym->partition != partition;
 2387     Symbol *b = ent.sym;
 2437     Symbol *sym = s.sym;
 2933     write16(buf, s.sym->versionId);
tools/lld/ELF/Writer.cpp
 1801       syms.insert(e.sym);