Home
last modified time | relevance | path

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

/dflybsd-src/contrib/binutils-2.34/gold/
H A Dlayout.h249 delete this->u_.group_sections; in ~Kept_section()
289 this->u_.group_sections = new Comdat_group(); in set_is_comdat()
311 this->u_.group_sections->insert(std::make_pair(name, sinfo)); in add_comdat_section()
321 Comdat_group::const_iterator p = this->u_.group_sections->find(name); in find_comdat_section()
322 if (p == this->u_.group_sections->end()) in find_comdat_section()
335 if (this->u_.group_sections->size() != 1) in find_single_comdat_section()
337 Comdat_group::const_iterator p = this->u_.group_sections->begin(); in find_single_comdat_section()
382 Comdat_group* group_sections; member
/dflybsd-src/contrib/binutils-2.27/gold/
H A Dlayout.h249 delete this->u_.group_sections; in ~Kept_section()
289 this->u_.group_sections = new Comdat_group(); in set_is_comdat()
311 this->u_.group_sections->insert(std::make_pair(name, sinfo)); in add_comdat_section()
321 Comdat_group::const_iterator p = this->u_.group_sections->find(name); in find_comdat_section()
322 if (p == this->u_.group_sections->end()) in find_comdat_section()
335 if (this->u_.group_sections->size() != 1) in find_single_comdat_section()
337 Comdat_group::const_iterator p = this->u_.group_sections->begin(); in find_single_comdat_section()
382 Comdat_group* group_sections; member
H A 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 __anonb61028e10111::AArch64_output_section
3075 group_sections(Layout* layout,
5435 Target_aarch64<size, big_endian>::group_sections( in group_sections() function in __anonb61028e10111::Target_aarch64
5450 output_section->group_sections(group_size, stubs_always_after_branch, in group_sections()
5521 group_sections(layout, this->stub_group_size_, true, task); in do_relax()
H A Darm.cc1369 group_sections(section_size_type, bool, Target_arm<big_endian>*, const Task*);
2908 group_sections(Layout*, section_size_type, bool, const Task*);
5769 Arm_output_section<big_endian>::group_sections( in group_sections() function in __anonf61c90980111::Arm_output_section
12164 Target_arm<big_endian>::group_sections( in group_sections() function in __anonf61c90980111::Target_arm
12179 output_section->group_sections(group_size, stubs_always_after_branch, in group_sections()
12242 group_sections(layout, stub_group_size, stubs_always_after_branch, task); in do_relax()
H A Dpowerpc.cc1220 group_sections(Layout*, const Task*, bool);
2559 Target_powerpc<size, big_endian>::group_sections(Layout* layout, in group_sections() function in __anona44163180111::Target_powerpc
2877 this->group_sections(layout, task, no_size_errors); in do_relax()
2892 this->group_sections(layout, task, true); in do_relax()