Home
last modified time | relevance | path

Searched refs:SHF_GROUP (Results 1 – 25 of 26) sorted by relevance

12

/toolchain/binutils/binutils-2.25/gas/config/
Dobj-elf.c787 attr |= SHF_GROUP; in obj_elf_parse_section_letters()
1056 if ((attr & SHF_GROUP) != 0 && is_clone) in obj_elf_section()
1061 if ((attr & SHF_GROUP) != 0 && *input_line_pointer == ',') in obj_elf_section()
1066 attr &= ~SHF_GROUP; in obj_elf_section()
1080 else if ((attr & SHF_GROUP) != 0) in obj_elf_section()
1083 attr &= ~SHF_GROUP; in obj_elf_section()
Dtc-tic6x.c4668 flags |= SHF_GROUP; in tic6x_start_unwind_section()
Dtc-ia64.c3604 && (elf_section_flags (text_seg) & SHF_GROUP) != 0) in start_unwind_section()
Dtc-arm.c21210 flags |= SHF_GROUP; in start_unwind_section()
/toolchain/binutils/binutils-2.25/include/elf/
Dcommon.h503 #define SHF_GROUP (1 << 9) /* Member of a section group */ macro
DChangeLog-9103777 (SHF_GROUP): New section flag.
/toolchain/binutils/binutils-2.25/gold/
Dlayout.cc916 | elfcpp::SHF_GROUP in get_output_section_flags()
1167 && (shdr.get_sh_flags() & elfcpp::SHF_GROUP) != 0) in layout()
1311 || (data_section->flags() & elfcpp::SHF_GROUP) == 0) in layout_reloc()
Dobject.cc1522 else if ((shdr.get_sh_flags() & elfcpp::SHF_GROUP) == 0 in do_layout()
/toolchain/binutils/binutils-2.25/elfcpp/
Delfcpp.h430 SHF_GROUP = 0x200,
/toolchain/binutils/binutils-2.25/bfd/
Delf.c906 if (hdr->sh_flags & SHF_GROUP) in _bfd_elf_make_section_from_shdr()
2839 this_hdr->sh_flags |= SHF_GROUP; in elf_fake_sections()
6578 if (elf_section_flags (isec) & SHF_GROUP) in _bfd_elf_init_private_section_data()
6579 elf_section_flags (osec) |= SHF_GROUP; in _bfd_elf_init_private_section_data()
6659 elf_section_flags (s->output_section) &= ~SHF_GROUP; in _bfd_elf_fixup_group_sections()
DChangeLog-2005628 * elf.c (elf_fake_sections): Don't set SHF_GROUP for
Delflink.c12390 { "SHF_GROUP", SHF_GROUP },
DChangeLog-00011493 Call setup_group for SHF_GROUP sections.
/toolchain/binutils/binutils-2.25/binutils/
Dreadelf.c4961 case SHF_GROUP: sindex = 8; break; in get_elf_section_flags()
5039 case SHF_GROUP: *p = 'G'; break; in get_elf_section_flags()
6513 if ((unwsec->sh_flags & SHF_GROUP) != 0) in ia64_process_unwind()
DChangeLog-00011178 (get_elf_section_flags: Add SHF_GROUP.
/toolchain/binutils/binutils-2.25/gas/
DChangeLog-20052263 comdat group with SHF_GROUP.
/toolchain/binutils/binutils-2.25/gas/po/
Dru.po803 msgid "group name for SHF_GROUP not specified"
804 msgstr "не задано имя группы для SHF_GROUP"
Dja.po833 msgid "group name for SHF_GROUP not specified"
834 msgstr "SHF_GROUP 用のグループ名が指定されていません"
Duk.po862 msgid "group name for SHF_GROUP not specified"
863 msgstr "назву групи для SHF_GROUP не вказано"
Dtr.po837 msgid "group name for SHF_GROUP not specified"
838 msgstr "SHF_GROUP için grup adı belirtilmemiş"
Did.po802 msgid "group name for SHF_GROUP not specified"
803 msgstr "nama grup untuk SHF_GROUP tidak dispesifikasikan"
Dfi.po863 msgid "group name for SHF_GROUP not specified"
864 msgstr "ryhmänimeä lohkoattribuutille ”SHF_GROUP” ei ole määritelty"
Dfr.po863 msgid "group name for SHF_GROUP not specified"
864 msgstr "nom de groupe pour SHF_GROUP non spécifié"
Des.po857 msgid "group name for SHF_GROUP not specified"
858 msgstr "no se especificó el tamaño de entidad para SHF_GROUP"
Drw.po784 msgid "group name for SHF_GROUP not specified"

12