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

References

tools/llvm-objcopy/ELF/Object.cpp
 1482     Obj.SectionIndexTable = &ShndxSection;
 1534   if (Obj.SectionIndexTable)
 1535     Obj.SectionIndexTable->initialize(Obj.sections());
 1826   if (SectionIndexTable != nullptr && ToRemove(*SectionIndexTable))
 1826   if (SectionIndexTable != nullptr && ToRemove(*SectionIndexTable))
 1827     SectionIndexTable = nullptr;
 2050     if (Obj.SymbolTable != nullptr && Obj.SectionIndexTable == nullptr) {
 2060     if (Obj.SectionIndexTable != nullptr) {
 2064                                          return &Sec == Obj.SectionIndexTable;