Searched refs:SHN_HIOS (Results 1 – 4 of 4) sorted by relevance
75 else if (section >= SHN_LOOS && section <= SHN_HIOS) in ebl_section_name()
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