Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.25/bfd/
Delfxx-target.h825 | SEC_CODE | SEC_DATA | SEC_DEBUGGING | SEC_EXCLUDE | SEC_SORT_ENTRIES
923 | SEC_CODE | SEC_DATA | SEC_DEBUGGING | SEC_EXCLUDE | SEC_SORT_ENTRIES
Delf32-sh64.c147 if ((bfd_get_section_flags (output_bfd, asect) & SEC_SORT_ENTRIES) != 0 in sh64_elf_fake_sections()
286 flags = SEC_DEBUGGING | SEC_SORT_ENTRIES; in sh64_backend_section_from_shdr()
Delf32-i370.c378 flags |= SEC_SORT_ENTRIES; in i370_elf_section_from_shdr()
397 if ((asect->flags & SEC_SORT_ENTRIES) != 0) in i370_elf_fake_sections()
Dbfd-in2.h1319 #define SEC_SORT_ENTRIES 0x10000 macro
Delf32-ppc.c2380 flags |= SEC_SORT_ENTRIES; in ppc_elf_section_from_shdr()
2393 if ((asect->flags & SEC_SORT_ENTRIES) != 0) in ppc_elf_fake_sections()
DChangeLog-020310424 .cranges section with SEC_SORT_ENTRIES set.
10425 (sh64_backend_section_from_shdr): Set SEC_SORT_ENTRIES on an
/toolchain/binutils/binutils-2.25/gas/config/
Dobj-elf.c744 | SEC_EXCLUDE | SEC_SORT_ENTRIES | SEC_MERGE | SEC_STRINGS in obj_elf_change_section()
Dtc-ppc.c3554 flags |= SEC_ALLOC | SEC_LOAD | SEC_SORT_ENTRIES; in ppc_section_flags()
/toolchain/binutils/binutils-2.25/binutils/
Dobjdump.c482 PF (SEC_SORT_ENTRIES, "SORT_ENTRIES"); in dump_section_header()