Home
last modified time | relevance | path

Searched refs:SHT_LOPROC (Results 1 – 8 of 8) sorted by relevance

/toolchain/binutils/binutils-2.25/include/elf/
Dia64.h80 #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)
Dhppa.h83 #define SHT_PARISC_SYMEXTN SHT_LOPROC + 8
86 #define SHT_PARISC_STUBS SHT_LOPROC + 9
Dcommon.h487 #define SHT_LOPROC 0x70000000 /* Processor-specific semantics, lo */ macro
/toolchain/binutils/binutils-2.25/bfd/
Delf-hppa.h1102 hdr->sh_type = SHT_LOPROC + 1; in elf_hppa_fake_sections()
Delf.c2072 else if (hdr->sh_type >= SHT_LOPROC in bfd_section_from_shdr()
/toolchain/binutils/binutils-2.25/elfcpp/
Delfcpp.h362 SHT_LOPROC = 0x70000000,
/toolchain/binutils/binutils-2.25/gold/
Dlayout.cc663 || (sh_type >= elfcpp::SHT_LOPROC && sh_type <= elfcpp::SHT_HIPROC)) in include_section()
/toolchain/binutils/binutils-2.25/binutils/
Dreadelf.c3630 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()