Searched refs:SHT_HIPROC (Results 1 – 11 of 11) 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
872 SHT_HIPROC = 0x7fffffff, // Highest processor arch-specific type. enumerator
491 #define SHT_HIPROC 0x7fffffff /* specific section header types */ macro
1229 _ELF_DEFINE_SHT(SHT_HIPROC, 0x7FFFFFFFUL, \
3229 CASE_AND_STREAM(s, SHT_HIPROC, kStrWidth); in DumpELFSectionHeader_sh_type()
689 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()
2235 && hdr->sh_type <= SHT_HIPROC) in bfd_section_from_shdr()