Lines Matching refs:tail
2607 asection *tail = *list; in group_sections() local
2608 if (tail == bfd_abs_section_ptr) in group_sections()
2610 while (tail != NULL) in group_sections()
2617 curr = tail; in group_sections()
2618 total = tail->size; in group_sections()
2641 prev = PREV_SEC (tail); in group_sections()
2643 htab->stub_group[tail->id].link_sec = curr; in group_sections()
2645 while (tail != curr && (tail = prev) != NULL); in group_sections()
2656 && ((total += tail->output_offset - prev->output_offset) in group_sections()
2659 tail = prev; in group_sections()
2660 prev = PREV_SEC (tail); in group_sections()
2661 htab->stub_group[tail->id].link_sec = curr; in group_sections()
2664 tail = prev; in group_sections()