Searched refs:SHT_LOPROC (Results 1 – 8 of 8) sorted by relevance
80 #define SHT_IA_64_EXT (SHT_LOPROC + 0) /* Extension bits. */81 #define SHT_IA_64_UNWIND (SHT_LOPROC + 1) /* Unwind bits. */82 #define SHT_IA_64_LOPSREG (SHT_LOPROC + 0x8000000)84 #define SHT_IA_64_HIPSREG (SHT_LOPROC + 0x8ffffff)85 #define SHT_IA_64_PRIORITY_INIT (SHT_LOPROC + 0x9000000)
83 #define SHT_PARISC_SYMEXTN SHT_LOPROC + 886 #define SHT_PARISC_STUBS SHT_LOPROC + 9
487 #define SHT_LOPROC 0x70000000 /* Processor-specific semantics, lo */ macro
1102 hdr->sh_type = SHT_LOPROC + 1; in elf_hppa_fake_sections()
2072 else if (hdr->sh_type >= SHT_LOPROC in bfd_section_from_shdr()
362 SHT_LOPROC = 0x70000000,
663 || (sh_type >= elfcpp::SHT_LOPROC && sh_type <= elfcpp::SHT_HIPROC)) in include_section()
3630 if ((sh_type >= SHT_LOPROC) && (sh_type <= SHT_HIPROC)) in get_section_type_name()3671 sprintf (buff, "LOPROC+%x", sh_type - SHT_LOPROC); in get_section_type_name()