Searched refs:SHN_HIPROC (Results 1 – 10 of 10) sorted by relevance
298 ENUM_TO_CSTR(SHN_HIPROC); in sectionIndexToCString()
420 #define SHN_HIPROC 0xff1f /* Last processor-specific. */ macro
1130 SHN_HIPROC = 0xff1f, // Highest processor-specific index enumerator
258 return st_shndx >= ELF::SHN_LOPROC && st_shndx <= ELF::SHN_HIPROC;
756 SYMBOL_HIPROC = ELF::SHN_HIPROC,
1967 case SHN_HIPROC: in sym_list_print_each()
1101 _ELF_DEFINE_SHN(SHN_HIPROC, 0xFF1FU, \
841 ECase(SHN_HIPROC); in enumeration()
1032 if (Ndx >= ELF::SHN_LOPROC && Ndx <= ELF::SHN_HIPROC) in getSymbolSectionIndex()4291 if (SectionIndex >= ELF::SHN_LOPROC && SectionIndex <= ELF::SHN_HIPROC) in getSymbolSectionNdx()
1114 if (shndx >= SHN_LOPROC && shndx <= SHN_HIPROC) in st_shndx()