Home
last modified time | relevance | path

Searched refs:SHT_ORDERED (Results 1 – 9 of 9) sorted by relevance

/toolchain/binutils/binutils-2.25/include/elf/
Di370.h31 #define SHT_ORDERED SHT_HIPROC /* Link editor is to sort the \ macro
Dppc.h196 #define SHT_ORDERED SHT_HIPROC /* Link editor is to sort the \ macro
DChangeLog-91031772 * ppc.h (SHF_EXCLUDE, SHT_ORDERED): New fields from the abi.
/toolchain/binutils/binutils-2.25/bfd/
Delf32-i370.c377 if (hdr->sh_type == SHT_ORDERED) in i370_elf_section_from_shdr()
398 shdr->sh_type = SHT_ORDERED; in i370_elf_fake_sections()
Delf32-ppc.c2379 if (hdr->sh_type == SHT_ORDERED) in ppc_elf_section_from_shdr()
2394 shdr->sh_type = SHT_ORDERED; in ppc_elf_fake_sections()
2496 { STRING_COMMA_LEN (".tags"), 0, SHT_ORDERED, SHF_ALLOC },
DChangeLog-96976520 * elf32-ppc.c (ppc_elf_section_from_shdr): Support SHT_ORDERED
/toolchain/binutils/binutils-2.25/elfcpp/
DChangeLog332 * elfcpp.h (SHT_ORDERED): New enum constant.
Delfcpp.h415 SHT_ORDERED = 0x7fffffff
/toolchain/binutils/binutils-2.25/gas/config/
Dtc-ppc.c3545 return SHT_ORDERED; in ppc_section_type()
3553 if (type == SHT_ORDERED) in ppc_section_flags()