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

References

lib/Object/ELF.cpp
  231     STRINGIFY_ENUM_CASE(ELF, SHT_NULL);
lib/ObjectYAML/ELFEmitter.cpp
  220   if (Doc.Sections.empty() || Doc.Sections.front()->Type != ELF::SHT_NULL)
lib/ObjectYAML/ELFYAML.cpp
  440   ECase(SHT_NULL);
tools/lld/ELF/InputFiles.cpp
  583     case SHT_NULL:
tools/lldb/source/Plugins/ObjectFile/ELF/ObjectFileELF.cpp
 3130     CASE_AND_STREAM(s, SHT_NULL, kStrWidth);
tools/llvm-objcopy/ELF/Object.cpp
 1754   Shdr.sh_type = SHT_NULL;
tools/llvm-objcopy/ELF/Object.h
  400   uint64_t Type = ELF::SHT_NULL;
tools/llvm-readobj/ELFDumper.cpp
 3117   case SHT_NULL:
 3605           checkPTDynamic(Phdr, Sec) && (Sec.sh_type != ELF::SHT_NULL)) {
tools/llvm-size/llvm-size.cpp
  188   case ELF::SHT_NULL:
tools/obj2yaml/elf2yaml.cpp
  310     case ELF::SHT_NULL: {
  646   if (SecIndex != 0 || Shdr->sh_type != ELF::SHT_NULL) {