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

References

include/llvm/Object/ELFTypes.h
  229     return st_shndx >= ELF::SHN_LOOS && st_shndx <= ELF::SHN_HIOS;
lib/ObjectYAML/ELFYAML.cpp
  562   ECase(SHN_HIOS);
tools/lldb/source/Plugins/ObjectFile/ELF/ELFHeader.cpp
  294     ENUM_TO_CSTR(SHN_HIOS);
tools/llvm-objcopy/ELF/Object.h
  602   SYMBOL_HIOS = ELF::SHN_HIOS,
tools/llvm-readobj/ELFDumper.cpp
 3295     if (SectionIndex >= ELF::SHN_LOOS && SectionIndex <= ELF::SHN_HIOS)