Home
last modified time | relevance | path

Searched refs:SHT_LOOS (Results 1 – 6 of 6) sorted by relevance

/toolchain/binutils/binutils-2.27/include/elf/
Dhppa.h531 #define SHT_HP_OVLBITS (SHT_LOOS + 0x0)
532 #define SHT_HP_DLKM (SHT_LOOS + 0x1)
533 #define SHT_HP_COMDAT (SHT_LOOS + 0x2)
534 #define SHT_HP_OBJDICT (SHT_LOOS + 0x3)
535 #define SHT_HP_ANNOT (SHT_LOOS + 0x4)
Dcommon.h474 #define SHT_LOOS 0x60000000 /* First of OS specific semantics */ macro
/toolchain/binutils/binutils-2.27/elfcpp/
Delfcpp.h360 SHT_LOOS = 0x60000000,
/toolchain/binutils/binutils-2.27/bfd/
Delf.c338 if (hdr->sh_type != SHT_STRTAB && hdr->sh_type < SHT_LOOS) in bfd_elf_string_from_elf_section()
1414 && oheader->sh_type < SHT_LOOS)) in _bfd_elf_copy_private_bfd_data()
1480 if (j == elf_numsections (ibfd) && oheader->sh_type >= SHT_LOOS) in _bfd_elf_copy_private_bfd_data()
2462 else if (hdr->sh_type >= SHT_LOOS && hdr->sh_type <= SHT_HIOS) in bfd_section_from_shdr()
/toolchain/binutils/binutils-2.27/gold/
Dlayout.cc661 if ((sh_type >= elfcpp::SHT_LOOS && sh_type <= elfcpp::SHT_HIOS) in include_section()
/toolchain/binutils/binutils-2.27/binutils/
Dreadelf.c4165 else if ((sh_type >= SHT_LOOS) && (sh_type <= SHT_HIOS)) in get_section_type_name()
4183 sprintf (buff, "LOOS+%#x", sh_type - SHT_LOOS); in get_section_type_name()