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

References

tools/llvm-objdump/ELFDump.cpp
  313     if (Shdr.sh_type != ELF::SHT_GNU_verneed &&
  314         Shdr.sh_type != ELF::SHT_GNU_verdef)
  318         unwrapOrError(Elf->getSectionContents(&Shdr), FileName);
  320         unwrapOrError(Elf->getSection(Shdr.sh_link), FileName);
  323     if (Shdr.sh_type == ELF::SHT_GNU_verneed)
  326       printSymbolVersionDefinition<ELFT>(Shdr, Contents, StrTab);