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

References

tools/llvm-objcopy/ELF/Object.cpp
  951   if (ToRemove(LinkSection)) {
  956                                LinkSection->Name.data(), this->Name.data());
  957     LinkSection = nullptr;
  991   LinkSection =
  994   if (LinkSection->Type == ELF::SHT_SYMTAB)
  995     LinkSection = nullptr;
  998 void Section::finalize() { this->Link = LinkSection ? LinkSection->Index : 0; }
  998 void Section::finalize() { this->Link = LinkSection ? LinkSection->Index : 0; }