Home
last modified time | relevance | path

Searched refs:group_sections (Results 1 – 18 of 18) sorted by relevance

/toolchain/binutils/binutils-2.25/gold/
Dlayout.h245 delete this->u_.group_sections; in ~Kept_section()
285 this->u_.group_sections = new Comdat_group(); in set_is_comdat()
307 this->u_.group_sections->insert(std::make_pair(name, sinfo)); in add_comdat_section()
317 Comdat_group::const_iterator p = this->u_.group_sections->find(name); in find_comdat_section()
318 if (p == this->u_.group_sections->end()) in find_comdat_section()
331 if (this->u_.group_sections->size() != 1) in find_single_comdat_section()
333 Comdat_group::const_iterator p = this->u_.group_sections->begin(); in find_single_comdat_section()
378 Comdat_group* group_sections; member
Daarch64.cc2561 group_sections(section_size_type, bool, Target_aarch64<size, big_endian>*,
2640 void AArch64_output_section<size, big_endian>::group_sections( in group_sections() function in __anon20db65070111::AArch64_output_section
3061 group_sections(Layout* layout,
5425 Target_aarch64<size, big_endian>::group_sections( in group_sections() function in __anon20db65070111::Target_aarch64
5440 output_section->group_sections(group_size, stubs_always_after_branch, in group_sections()
5511 group_sections(layout, this->stub_group_size_, true, task); in do_relax()
Darm.cc1369 group_sections(section_size_type, bool, Target_arm<big_endian>*, const Task*);
2880 group_sections(Layout*, section_size_type, bool, const Task*);
5798 Arm_output_section<big_endian>::group_sections( in group_sections() function in __anon5653a9be0111::Arm_output_section
12080 Target_arm<big_endian>::group_sections( in group_sections() function in __anon5653a9be0111::Target_arm
12095 output_section->group_sections(group_size, stubs_always_after_branch, in group_sections()
12158 group_sections(layout, stub_group_size, stubs_always_after_branch, task); in do_relax()
Dpowerpc.cc1202 group_sections(Layout*, const Task*, bool);
2507 Target_powerpc<size, big_endian>::group_sections(Layout* layout, in group_sections() function in __anon0f0c9f3e0111::Target_powerpc
2820 this->group_sections(layout, task, no_size_errors); in do_relax()
2835 this->group_sections(layout, task, true); in do_relax()
DChangeLog545 (Target_aarch64::group_sections): New method.
2013 (Target_powerpc::group_sections): Handle corner case.
2611 * arm.cc (Target_arm::group_sections): Use it.
2612 (Arm_output_section::group_sections): Delete now redundant test.
2630 new_stub_table, stub_tables, brlt_section, group_sections,
11672 (Target_arm::do_relax, Target_arm::group_sections,
11678 Target_arm::scan_section_for_stubs, Target_arm::group_sections,
11937 Arm_output_section::group_sections): New method definitions.
13986 Remove trailing underscores from field names. Add group_sections
13992 find_or_add_kept_section and Kept_section::group_sections.
/toolchain/binutils/binutils-2.25/bfd/
Delf32-metag.c3824 group_sections (struct elf_metag_link_hash_table *htab, in group_sections() function
3985 group_sections (htab, stub_group_size, stubs_always_before_branch); in elf_metag_size_stubs()
Delf32-nios2.c1491 group_sections (struct elf32_nios2_link_hash_table *htab) in group_sections() function
1769 group_sections (htab); in nios2_elf32_size_stubs()
Delfnn-aarch64.c2706 group_sections (struct elf_aarch64_link_hash_table *htab, in group_sections() function
3447 group_sections (htab, stub_group_size, stubs_always_before_branch); in elfNN_aarch64_size_stubs()
DChangeLog-20093652 * elf32-arm.c (group_sections): Rewrite loops for better
4100 * elf32-arm.c (group_sections): Take next section size into
4276 (group_sections): Rename argument to stubs_always_after_branch.
DChangeLog-02032692 (group_sections): Likewise.
2719 (group_sections): Adjust for single input section list.
2879 (group_sections): Ensure groups have the same TOC.
4393 (group_sections): Don't share a stub section if stubs are for a large
4495 * elf32-hppa.c (group_sections): Don't share a stub section if
9178 (group_sections): Likewise.
9301 (group_sections): New function.
DChangeLog-20082078 * elf32-arm.c (group_sections): Reformat comments.
2194 (group_sections): New function.
DChangeLog-20042670 allocate_dynrelocs, elf32_hppa_size_dynamic_sections, group_sections,
2768 toc_adjusting_stub_needed, group_sections, ppc64_elf_size_stubs,
Delf64-ppc.c11799 group_sections (struct ppc_link_hash_table *htab, in group_sections() function
12003 group_sections (htab, stub_group_size, stubs_always_before_branch); in ppc64_elf_size_stubs()
Delf32-arm.c4541 group_sections (struct elf32_arm_link_hash_table *htab, in group_sections() function
5034 group_sections (htab, stub_group_size, stubs_always_after_branch); in elf32_arm_size_stubs()
DChangeLog2663 (group_sections): New.
DChangeLog-20101552 (group_sections): Likewise.
DChangeLog-2006295 (group_sections): Instead do so here, and group sections using
DChangeLog-2005836 (group_sections): Warn if section size exceeds group size.