Searched refs:SHN_HIOS (Results 1 – 15 of 15) sorted by relevance
491 #define SHN_HIOS 0xFF3F /* OS specific semantics, hi */ macro
517 #define SHN_HIOS 0xFF3F /* OS specific semantics, hi */ macro
300 ENUM_TO_CSTR(SHN_HIOS); in sectionIndexToCString()
985 SHN_HIOS = 0xff3f, // Highest operating system-specific index enumerator
258 return st_shndx >= ELF::SHN_LOOS && st_shndx <= ELF::SHN_HIOS;
5323 #define MAP_ONESYMTAB (SHN_HIOS + 1)5324 #define MAP_DYNSYMTAB (SHN_HIOS + 2)5325 #define MAP_STRTAB (SHN_HIOS + 3)5326 #define MAP_SHSTRTAB (SHN_HIOS + 4)5327 #define MAP_SYM_SHNDX (SHN_HIOS + 5)
251 (MAP_ONESYMTAB): Define above SHN_HIOS.
6184 #define MAP_ONESYMTAB (SHN_HIOS + 1)6185 #define MAP_DYNSYMTAB (SHN_HIOS + 2)6186 #define MAP_STRTAB (SHN_HIOS + 3)6187 #define MAP_SHSTRTAB (SHN_HIOS + 4)6188 #define MAP_SYM_SHNDX (SHN_HIOS + 5)
480 return (index >= SHN_LOPROC && index <= SHN_HIOS); in valid_section_index_p()
128 SHN_HIOS.
787 ECase(SHN_HIOS); in enumeration()
954 if (Ndx >= ELF::SHN_LOOS && Ndx <= ELF::SHN_HIOS) in getSymbolSectionIndex()3828 if (SectionIndex >= ELF::SHN_LOOS && SectionIndex <= ELF::SHN_HIOS) in getSymbolSectionNdx()
7284 else if (type >= SHN_LOOS && type <= SHN_HIOS) in get_symbol_index_type()
5602 else if (type >= SHN_LOOS && type <= SHN_HIOS) in get_symbol_index_type()