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

References

tools/llvm-objcopy/ELF/ELFObjcopy.cpp
   67   if (&Sec == Obj.SectionNames)
  465       if (&Sec == Obj.SectionNames)
  493       if (&Sec == Obj.SectionNames)
  502       if (&Sec == Obj.SectionNames)
  533       if (Obj.SectionNames == &Sec)
tools/llvm-objcopy/ELF/Object.cpp
 1125   Obj->SectionNames = &StrTab;
 1551         if (Obj.SectionNames != &Sec)
 1593     Obj.SectionNames =
 1731     if (Obj.SectionNames->Index >= SHN_LORESERVE)
 1734       Ehdr.e_shstrndx = Obj.SectionNames->Index;
 1765   if (Obj.SectionNames != nullptr && Obj.SectionNames->Index >= SHN_LORESERVE)
 1765   if (Obj.SectionNames != nullptr && Obj.SectionNames->Index >= SHN_LORESERVE)
 1766     Shdr.sh_link = Obj.SectionNames->Index;
 1824   if (SectionNames != nullptr && ToRemove(*SectionNames))
 1824   if (SectionNames != nullptr && ToRemove(*SectionNames))
 1825     SectionNames = nullptr;
 2013   auto *StrTab = Obj.SymbolTable->getStrTab() == Obj.SectionNames
 2025   if (Obj.SectionNames == nullptr && WriteSectionHeaders)
 2072   if (Obj.SectionNames != nullptr)
 2074       Obj.SectionNames->addString(Sec.Name);
 2114       Sec.NameIndex = Obj.SectionNames->findIndex(Sec.Name);