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

References

lib/Object/ELF.cpp
  236     STRINGIFY_ENUM_CASE(ELF, SHT_HASH);
lib/ObjectYAML/ELFYAML.cpp
  446   ECase(SHT_HASH);
 1148   case ELF::SHT_HASH:
tools/lld/ELF/SyntheticSections.cpp
 2403     : SyntheticSection(SHF_ALLOC, SHT_HASH, 4, ".hash") {
tools/lldb/source/Plugins/ObjectFile/ELF/ObjectFileELF.cpp
 3135     CASE_AND_STREAM(s, SHT_HASH, kStrWidth);
tools/llvm-objcopy/ELF/Object.cpp
 1460   case SHT_HASH:
tools/llvm-readobj/ELFDumper.cpp
 3127   case SHT_HASH:
tools/obj2yaml/elf2yaml.cpp
  275     case ELF::SHT_HASH: {