Searched refs:SHT_HIPROC (Results 1 – 12 of 12) sorted by relevance
49 #define SHT_ORDERED SHT_HIPROC /* Link editor is to sort the \
30 #define SHT_ORDERED SHT_HIPROC /* Link editor is to sort the \
162 #define SHT_ORDERED SHT_HIPROC /* Link editor is to sort the \
362 #define SHT_HIPROC 0x7FFFFFFF /* Processor-specific semantics, hi */ macro
491 #define SHT_HIPROC 0x7fffffff /* specific section header types */ macro
977 SHT_HIPROC = 0x7fffffff, // Highest processor arch-specific type. enumerator
1261 _ELF_DEFINE_SHT(SHT_HIPROC, 0x7FFFFFFFUL, \
3181 CASE_AND_STREAM(s, SHT_HIPROC, kStrWidth); in DumpELFSectionHeader_sh_type()
710 if (stype >= SHT_LOPROC && stype <= SHT_HIPROC) { in section_type()
2677 if ((sh_type >= SHT_LOPROC) && (sh_type <= SHT_HIPROC)) in get_section_type_name()
3556 else if (Type >= SHT_LOPROC && Type <= SHT_HIPROC) in getSectionTypeOffsetString()
2235 && hdr->sh_type <= SHT_HIPROC) in bfd_section_from_shdr()