Searched refs:SHT_HIPROC (Results 1 – 7 of 7) sorted by relevance
515 #define SHT_HIPROC 0x7fffffff /* specific section header types */ macro
1154 SHT_HIPROC = 0x7fffffff, // Highest processor arch-specific type. enumerator
773 return SHT_LOPROC <= t && t <= SHT_HIPROC; in isKnownSpecificSectionType()
1261 _ELF_DEFINE_SHT(SHT_HIPROC, 0x7FFFFFFFUL, \
3436 CASE_AND_STREAM(s, SHT_HIPROC, kStrWidth); in DumpELFSectionHeader_sh_type()
721 if (stype >= SHT_LOPROC && stype <= SHT_HIPROC) { in section_type()
4053 else if (Type >= SHT_LOPROC && Type <= SHT_HIPROC) in getSectionTypeOffsetString()