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

References

include/llvm/Object/ELF.h
  593   if (Section->sh_type != ELF::SHT_STRTAB)
lib/MC/ELFObjectWriter.cpp
 1097       Ctx.getELFSection(".strtab", ELF::SHT_STRTAB, 0);
lib/Object/ELF.cpp
  234     STRINGIFY_ENUM_CASE(ELF, SHT_STRTAB);
lib/ObjectYAML/ELFEmitter.cpp
  609   SHeader.sh_type = YAMLSec ? YAMLSec->Type : ELF::SHT_STRTAB;
lib/ObjectYAML/ELFYAML.cpp
  444   ECase(SHT_STRTAB);
tools/lld/ELF/InputFiles.cpp
  582     case SHT_STRTAB:
tools/lld/ELF/SyntheticSections.cpp
 1155     : SyntheticSection(dynamic ? (uint64_t)SHF_ALLOC : 0, SHT_STRTAB, 1, name),
tools/lldb/source/Plugins/ObjectFile/ELF/ObjectFileELF.cpp
 3133     CASE_AND_STREAM(s, SHT_STRTAB, kStrWidth);
tools/llvm-objcopy/ELF/ELFObjcopy.cpp
  471       case SHT_STRTAB:
tools/llvm-objcopy/ELF/Object.cpp
 1451   case SHT_STRTAB:
 1547       if (Sec.Type == ELF::SHT_STRTAB && !(Sec.Flags & SHF_ALLOC)) {
tools/llvm-objcopy/ELF/Object.h
  570     Type = ELF::SHT_STRTAB;
  582     return S->Type == ELF::SHT_STRTAB;
tools/llvm-readobj/ELFDumper.cpp
 3123   case SHT_STRTAB:
tools/llvm-size/llvm-size.cpp
  190   case ELF::SHT_STRTAB:
tools/obj2yaml/elf2yaml.cpp
  226     case ELF::SHT_STRTAB: