Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.27/ld/emultempl/
Dgenelf.em45 if ((sec->flags & (SEC_GROUP | SEC_LINKER_CREATED)) == SEC_GROUP)
/toolchain/binutils/binutils-2.27/bfd/
Delfxx-target.h874 | SEC_SMALL_DATA | SEC_MERGE | SEC_STRINGS | SEC_GROUP),
975 | SEC_SMALL_DATA | SEC_MERGE | SEC_STRINGS | SEC_GROUP),
Delflink.c9797 if ((kept->flags & SEC_GROUP) != 0) in _bfd_elf_check_kept_section()
10063 && (o->flags & (SEC_LINKER_CREATED | SEC_GROUP)) == SEC_GROUP) in elf_link_input_bfd()
12605 if ((isec->flags & SEC_GROUP) != 0) in _bfd_elf_gc_mark_extra_sections()
12714 if (o->flags & SEC_GROUP) in elf_gc_sweep()
13579 if ((flags & SEC_GROUP) != 0 in _bfd_elf_section_already_linked()
13606 if (((flags & SEC_GROUP) == (l->sec->flags & SEC_GROUP) in _bfd_elf_section_already_linked()
13607 && ((flags & SEC_GROUP) != 0 in _bfd_elf_section_already_linked()
13616 if (flags & SEC_GROUP) in _bfd_elf_section_already_linked()
13639 if ((flags & SEC_GROUP) != 0) in _bfd_elf_section_already_linked()
13646 if ((l->sec->flags & SEC_GROUP) == 0 in _bfd_elf_section_already_linked()
[all …]
Dlinker.c2669 if ((output_section->flags & (SEC_GROUP | SEC_LINKER_CREATED)) == SEC_GROUP in default_indirect_link_order()
2966 if ((sec->flags & SEC_GROUP) != 0) in _bfd_generic_section_already_linked()
Delf32-i370.c403 if ((asect->flags & (SEC_GROUP | SEC_EXCLUDE)) == SEC_EXCLUDE) in i370_elf_fake_sections()
Dbfd.c727 && (sec->flags & SEC_GROUP) == 0) in _bfd_default_error_handler()
Delf.c962 flags |= SEC_GROUP | SEC_EXCLUDE; in _bfd_elf_make_section_from_shdr()
3200 if ((asect->flags & SEC_GROUP) != 0) in elf_fake_sections()
3309 if ((asect->flags & SEC_GROUP) == 0 && elf_group_name (asect) != NULL) in elf_fake_sections()
3328 if ((asect->flags & (SEC_GROUP | SEC_EXCLUDE)) == SEC_EXCLUDE) in elf_fake_sections()
3398 if (((sec->flags & (SEC_GROUP | SEC_LINKER_CREATED)) != SEC_GROUP) in bfd_elf_set_group_contents()
Delfnn-ia64.c4856 flags = (SEC_LINKER_CREATED | SEC_GROUP | SEC_LINK_ONCE in elfNN_ia64_object_p()
4864 && ((sec->flags & (SEC_LINK_ONCE | SEC_CODE | SEC_GROUP)) in elfNN_ia64_object_p()
Delf64-ia64-vms.c4356 flags = (SEC_LINKER_CREATED | SEC_GROUP | SEC_LINK_ONCE in elf64_ia64_object_p()
4364 && ((sec->flags & (SEC_LINK_ONCE | SEC_CODE | SEC_GROUP)) in elf64_ia64_object_p()
Dcoffgen.c2582 if ((flags & SEC_GROUP) != 0) in _bfd_coff_section_already_linked()
Dbfd-in2.h1382 #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.c9534 if ((kept->flags & SEC_GROUP) != 0) in relax_section()
/toolchain/binutils/binutils-2.27/ld/
Dldmisc.c185 && (sec->flags & SEC_GROUP) == 0) in vfinfo()
DChangeLog-2004841 * ldlang.c (lang_add_section): Set SEC_EXCLUDE for SEC_GROUP
/toolchain/binutils/binutils-2.27/binutils/
Dobjcopy.c1246 if ((bfd_get_section_flags (abfd, sec) & SEC_GROUP) != 0) in is_strip_section()
3034 && (flags & (SEC_ALLOC | SEC_GROUP)) != 0 in setup_section()
3037 flags &= ~(SEC_HAS_CONTENTS | SEC_LOAD | SEC_GROUP); in setup_section()
3046 isection->flags &= ~(SEC_HAS_CONTENTS | SEC_LOAD | SEC_GROUP); in setup_section()
3129 if ((isection->flags & SEC_GROUP) != 0) in setup_section()
3181 if ((flags & SEC_GROUP) != 0) in skip_section()
Dobjdump.c503 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.27/gas/config/
Dobj-elf.c2373 flags = SEC_READONLY | SEC_HAS_CONTENTS | SEC_IN_MEMORY | SEC_GROUP; in elf_adjust_symtab()
/toolchain/binutils/binutils-2.27/gas/
DChangeLog-0001757 (elf_frob_file): Create SEC_GROUP section(s).