Home
last modified time | relevance | path

Searched refs:SEC_GROUP (Results 1 – 22 of 22) sorted by relevance

/toolchain/binutils/binutils-2.25/ld/emultempl/
Dgenelf.em45 if ((sec->flags & (SEC_GROUP | SEC_LINKER_CREATED)) == SEC_GROUP)
/toolchain/binutils/binutils-2.25/bfd/
Delfxx-target.h826 | SEC_SMALL_DATA | SEC_MERGE | SEC_STRINGS | SEC_GROUP),
924 | SEC_SMALL_DATA | SEC_MERGE | SEC_STRINGS | SEC_GROUP),
Dbfd.c685 && (sec->flags & SEC_GROUP) == 0) in _bfd_default_error_handler()
Dlinker.c2681 if ((output_section->flags & (SEC_GROUP | SEC_LINKER_CREATED)) == SEC_GROUP in default_indirect_link_order()
2978 if ((sec->flags & SEC_GROUP) != 0) in _bfd_generic_section_already_linked()
Delflink.c9180 if ((kept->flags & SEC_GROUP) != 0) in _bfd_elf_check_kept_section()
9437 && (o->flags & (SEC_LINKER_CREATED | SEC_GROUP)) == SEC_GROUP) in elf_link_input_bfd()
11933 if (o->flags & SEC_GROUP) in elf_gc_sweep()
12760 if ((flags & SEC_GROUP) != 0 in _bfd_elf_section_already_linked()
12787 if (((flags & SEC_GROUP) == (l->sec->flags & SEC_GROUP) in _bfd_elf_section_already_linked()
12788 && ((flags & SEC_GROUP) != 0 in _bfd_elf_section_already_linked()
12797 if (flags & SEC_GROUP) in _bfd_elf_section_already_linked()
12820 if ((flags & SEC_GROUP) != 0) in _bfd_elf_section_already_linked()
12827 if ((l->sec->flags & SEC_GROUP) == 0 in _bfd_elf_section_already_linked()
12839 if (l->sec->flags & SEC_GROUP) in _bfd_elf_section_already_linked()
[all …]
Delf32-i370.c394 if ((asect->flags & (SEC_GROUP | SEC_EXCLUDE)) == SEC_EXCLUDE) in i370_elf_fake_sections()
Delf.c886 flags |= SEC_GROUP | SEC_EXCLUDE; in _bfd_elf_make_section_from_shdr()
2732 if ((asect->flags & SEC_GROUP) != 0) in elf_fake_sections()
2838 if ((asect->flags & SEC_GROUP) == 0 && elf_group_name (asect) != NULL) in elf_fake_sections()
2857 if ((asect->flags & (SEC_GROUP | SEC_EXCLUDE)) == SEC_EXCLUDE) in elf_fake_sections()
2923 if (((sec->flags & (SEC_GROUP | SEC_LINKER_CREATED)) != SEC_GROUP) in bfd_elf_set_group_contents()
Delfnn-ia64.c4858 flags = (SEC_LINKER_CREATED | SEC_GROUP | SEC_LINK_ONCE in elfNN_ia64_object_p()
4866 && ((sec->flags & (SEC_LINK_ONCE | SEC_CODE | SEC_GROUP)) in elfNN_ia64_object_p()
Delf64-ia64-vms.c4358 flags = (SEC_LINKER_CREATED | SEC_GROUP | SEC_LINK_ONCE in elf64_ia64_object_p()
4366 && ((sec->flags & (SEC_LINK_ONCE | SEC_CODE | SEC_GROUP)) in elf64_ia64_object_p()
Dcoffgen.c2632 if ((flags & SEC_GROUP) != 0) in _bfd_coff_section_already_linked()
Dbfd-in2.h1375 #define SEC_GROUP 0x2000000 macro
DChangeLog-00011495 (elf_fake_sections): Set header type for SEC_GROUP, and header
1502 * elfxx-target.h: Add SEC_GROUP to applicable_flags.
1503 * section.c (SEC_GROUP): Define.
DChangeLog-20111113 status. Don't set SEC_GROUP in l_flags for plugin entries.
Delf32-xtensa.c9011 if ((kept->flags & SEC_GROUP) != 0) in relax_section()
/toolchain/binutils/binutils-2.25/ld/
Dldmisc.c184 && (sec->flags & SEC_GROUP) == 0) in vfinfo()
DChangeLog-2004841 * ldlang.c (lang_add_section): Set SEC_EXCLUDE for SEC_GROUP
/toolchain/binutils/binutils-2.25/binutils/
Dobjcopy.c1108 if ((bfd_get_section_flags (abfd, sec) & SEC_GROUP) != 0) in is_strip_section()
2728 && (flags & (SEC_ALLOC | SEC_GROUP)) != 0 in setup_section()
2731 flags &= ~(SEC_HAS_CONTENTS | SEC_LOAD | SEC_GROUP); in setup_section()
2740 isection->flags &= ~(SEC_HAS_CONTENTS | SEC_LOAD | SEC_GROUP); in setup_section()
2824 if ((isection->flags & SEC_GROUP) != 0) in setup_section()
2873 if ((flags & SEC_GROUP) != 0) in skip_section()
Dobjdump.c492 PF (SEC_GROUP, "GROUP"); in dump_section_header()
DChangeLog-2005851 * objdump.c (dump_section_header): Support SEC_GROUP.
DChangeLog-02031602 * objcopy.c (copy_section): Don't copy SEC_GROUP sections.
/toolchain/binutils/binutils-2.25/gas/config/
Dobj-elf.c2319 flags = SEC_READONLY | SEC_HAS_CONTENTS | SEC_IN_MEMORY | SEC_GROUP; in elf_adjust_symtab()
/toolchain/binutils/binutils-2.25/gas/
DChangeLog-0001757 (elf_frob_file): Create SEC_GROUP section(s).