Searched refs:SHN_HIOS (Results 1 – 5 of 5) sorted by relevance
75 else if (section >= SHN_LOOS && section <= SHN_HIOS) in ebl_section_name()
285 ENUM_TO_CSTR(SHN_HIOS); in sectionIndexToCString()
199 return st_shndx >= ELF::SHN_LOOS && st_shndx <= ELF::SHN_HIOS;
634 SHN_HIOS = 0xff3f, // Highest operating system-specific index enumerator
312 #define SHN_HIOS 0xff3f /* End of OS-specific */ macro