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

References

lib/Object/ELF.cpp
  263     STRINGIFY_ENUM_CASE(ELF, SHT_GNU_verneed);
lib/ObjectYAML/ELFYAML.cpp
  473   ECase(SHT_GNU_verneed);
 1173   case ELF::SHT_GNU_verneed:
tools/lld/ELF/SyntheticSections.cpp
 2964     : SyntheticSection(SHF_ALLOC, SHT_GNU_verneed, sizeof(uint32_t),
tools/llvm-objdump/ELFDump.cpp
  313     if (Shdr.sh_type != ELF::SHT_GNU_verneed &&
  323     if (Shdr.sh_type == ELF::SHT_GNU_verneed)
tools/llvm-readobj/ELFDumper.cpp
 1600     case ELF::SHT_GNU_verneed:
 3181   case SHT_GNU_verneed:
tools/obj2yaml/elf2yaml.cpp
  296     case ELF::SHT_GNU_verneed: {