Searched refs:group_end (Results 1 - 3 of 3) sorted by relevance

/haiku-buildtools/binutils/gold/
H A Daarch64.cc2706 Input_section_list::const_iterator group_end = this->input_sections().end(); local
2728 gold_assert(group_end != this->input_sections().end());
2729 this->create_stub_group(group_begin, group_end, group_end,
2739 stub_table = group_end;
2752 gold_assert(group_end != this->input_sections().end());
2753 this->create_stub_group(group_begin, group_end, stub_table,
2777 group_end = p;
2787 gold_assert(group_end != this->input_sections().end());
2788 this->create_stub_group(group_begin, group_end,
[all...]
H A Darm.cc5834 Input_section_list::const_iterator group_end = this->input_sections().end();
5856 gold_assert(group_end != this->input_sections().end());
5857 this->create_stub_group(group_begin, group_end, group_end,
5868 stub_table = group_end;
5879 gold_assert(group_end != this->input_sections().end());
5880 this->create_stub_group(group_begin, group_end, stub_table,
5904 group_end = p;
5914 gold_assert(group_end != this->input_sections().end());
5915 this->create_stub_group(group_begin, group_end,
[all...]
/haiku-buildtools/gcc/gcc/config/rs6000/
H A Drs6000.c28447 rtx_insn *next_insn, bool *group_end, int can_issue_more,
28453 bool end = *group_end;
28472 if (*group_end)
28499 *group_end = true;
28547 *group_end
28553 if (*group_end && end)
28601 bool group_end;
28615 group_end = false;
28631 group_end
28639 next_insn, &group_end, can_issue_mor
28400 force_new_group(int sched_verbose, FILE *dump, rtx *group_insns, rtx_insn *next_insn, bool *group_end, int can_issue_more, int *group_count) argument
28555 bool group_end; local
28633 int group_end; local
[all...]

Completed in 306 milliseconds