Searched refs:SHN_HIOS (Results 1 – 10 of 10) sorted by relevance
300 ENUM_TO_CSTR(SHN_HIOS); in sectionIndexToCString()
426 #define SHN_HIOS 0xff3f /* Last operating system-specific. */ macro
1132 SHN_HIOS = 0xff3f, // Highest operating system-specific index enumerator
262 return st_shndx >= ELF::SHN_LOOS && st_shndx <= ELF::SHN_HIOS;
758 SYMBOL_HIOS = ELF::SHN_HIOS,
1973 case SHN_HIOS: in sym_list_print_each()
1106 _ELF_DEFINE_SHN(SHN_HIOS, 0xFF3FU, \
843 ECase(SHN_HIOS); in enumeration()
1034 if (Ndx >= ELF::SHN_LOOS && Ndx <= ELF::SHN_HIOS) in getSymbolSectionIndex()4295 if (SectionIndex >= ELF::SHN_LOOS && SectionIndex <= ELF::SHN_HIOS) in getSymbolSectionNdx()
1116 else if (shndx >= SHN_LOOS && shndx <= SHN_HIOS) in st_shndx()