reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
225 return st_shndx >= ELF::SHN_LOPROC && st_shndx <= ELF::SHN_HIPROC;
lib/ObjectYAML/ELFYAML.cpp 560 ECase(SHN_HIPROC);
tools/lldb/source/Plugins/ObjectFile/ELF/ELFHeader.cpp 292 ENUM_TO_CSTR(SHN_HIPROC);
tools/llvm-objcopy/ELF/Object.h 600 SYMBOL_HIPROC = ELF::SHN_HIPROC,
tools/llvm-readobj/ELFDumper.cpp 3291 if (SectionIndex >= ELF::SHN_LOPROC && SectionIndex <= ELF::SHN_HIPROC)