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

References

include/llvm/Object/ELFTypes.h
  225     return st_shndx >= ELF::SHN_LOPROC && st_shndx <= ELF::SHN_HIPROC;
lib/ObjectYAML/ELFYAML.cpp
  559   ECase(SHN_LOPROC);
tools/lldb/source/Plugins/ObjectFile/ELF/ELFHeader.cpp
  291     ENUM_TO_CSTR(SHN_LOPROC);
tools/llvm-objcopy/ELF/Object.h
  594   SYMBOL_LOPROC = ELF::SHN_LOPROC,
tools/llvm-readobj/ELFDumper.cpp
 3291     if (SectionIndex >= ELF::SHN_LOPROC && SectionIndex <= ELF::SHN_HIPROC)