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

References

tools/lld/ELF/Driver.cpp
 1528       sym->partition = part.getNumber();
 1557   sym->partition = newPart.getNumber();
tools/lld/ELF/MarkLive.cpp
  221     if (sym->includeInDynsym() && sym->partition == partition)
tools/lld/ELF/SymbolTable.cpp
   86   sym->partition = 1;
tools/lld/ELF/Symbols.h
  549   partition = old.partition;
  549   partition = old.partition;
tools/lld/ELF/SyntheticSections.cpp
 2120     bool isDefinedHere = type == SHT_SYMTAB || sym->partition == partition;
 2369         return !s.sym->isDefined() || s.sym->partition != partition;
tools/lld/ELF/Writer.cpp
 1789       partitions[sym->partition - 1].dynSymTab->addSymbol(sym);