Searched refs:SHN_HIOS (Results 1 – 16 of 16) sorted by relevance
522 #define SHN_HIOS 0xFF3F /* OS specific semantics, hi */ macro
294 ENUM_TO_CSTR(SHN_HIOS); in sectionIndexToCString()
401 #define SHN_HIOS 0xff3f /* Last operating system-specific. */ macro
900 SHN_HIOS = 0xff3f, // Highest operating system-specific index enumerator
260 return st_shndx >= ELF::SHN_LOOS && st_shndx <= ELF::SHN_HIOS;
623 SYMBOL_HIOS = ELF::SHN_HIOS,
6196 #define MAP_ONESYMTAB (SHN_HIOS + 1)6197 #define MAP_DYNSYMTAB (SHN_HIOS + 2)6198 #define MAP_STRTAB (SHN_HIOS + 3)6199 #define MAP_SHSTRTAB (SHN_HIOS + 4)6200 #define MAP_SYM_SHNDX (SHN_HIOS + 5)
480 return (index >= SHN_LOPROC && index <= SHN_HIOS); in valid_section_index_p()
2176 SHN_HIOS.
251 (MAP_ONESYMTAB): Define above SHN_HIOS.
1935 case SHN_HIOS: in sym_list_print_each()
1106 _ELF_DEFINE_SHN(SHN_HIOS, 0xFF3FU, \
726 ECase(SHN_HIOS); in enumeration()
935 if (Ndx >= ELF::SHN_LOOS && Ndx <= ELF::SHN_HIOS) in getSymbolSectionIndex()3716 if (SectionIndex >= ELF::SHN_LOOS && SectionIndex <= ELF::SHN_HIOS) in getSymbolSectionNdx()
1105 else if (shndx >= SHN_LOOS && shndx <= SHN_HIOS) in st_shndx()
6985 else if (type >= SHN_LOOS && type <= SHN_HIOS) in get_symbol_index_type()