Searched refs:SHN_HIOS (Results 1 – 16 of 16) sorted by relevance
75 else if (section >= SHN_LOOS && section <= SHN_HIOS) in ebl_section_name()
185 #define SHN_HIOS 0xff3f /* Last operating system-specific. */ macro
459 #define SHN_HIOS 0xFF3F macro
657 SHN_HIOS = 0xff3f, // Highest operating system-specific index enumerator
807 SHN_HIOS = 0xff3f, // Highest operating system-specific index enumerator
229 return st_shndx >= ELF::SHN_LOOS && st_shndx <= ELF::SHN_HIOS;
363 #define SHN_HIOS 0xff3f macro
487 constexpr Elf_Word SHN_HIOS = 0xFF3F; variable
422 #define SHN_HIOS 0xff3f /* End of OS-specific */ macro
565 ECase(SHN_HIOS); in enumeration()