Searched refs:group_end (Results 1 – 2 of 2) sorted by relevance
/toolchain/binutils/binutils-2.25/gold/ |
D | aarch64.cc | 2664 Input_section_list::const_iterator group_end = this->input_sections().end(); in group_sections() local 2686 gold_assert(group_end != this->input_sections().end()); in group_sections() 2687 this->create_stub_group(group_begin, group_end, group_end, in group_sections() 2697 stub_table = group_end; in group_sections() 2710 gold_assert(group_end != this->input_sections().end()); in group_sections() 2711 this->create_stub_group(group_begin, group_end, stub_table, in group_sections() 2735 group_end = p; in group_sections() 2745 gold_assert(group_end != this->input_sections().end()); in group_sections() 2746 this->create_stub_group(group_begin, group_end, in group_sections() 2748 ? group_end in group_sections()
|
D | arm.cc | 5831 Input_section_list::const_iterator group_end = this->input_sections().end(); in group_sections() local 5853 gold_assert(group_end != this->input_sections().end()); in group_sections() 5854 this->create_stub_group(group_begin, group_end, group_end, in group_sections() 5865 stub_table = group_end; in group_sections() 5876 gold_assert(group_end != this->input_sections().end()); in group_sections() 5877 this->create_stub_group(group_begin, group_end, stub_table, in group_sections() 5901 group_end = p; in group_sections() 5911 gold_assert(group_end != this->input_sections().end()); in group_sections() 5912 this->create_stub_group(group_begin, group_end, in group_sections() 5914 ? group_end in group_sections()
|