Lines Matching defs:section_last
1681 (ABFD)->section_last = _prev; \
1690 if (_abfd->section_last) \
1692 _s->prev = _abfd->section_last; \
1693 _abfd->section_last->next = _s; \
1700 _abfd->section_last = _s; \
1717 _abfd->section_last = _s; \
1734 (ABFD)->section_last = _s; \
1753 ((S)->next == NULL ? (ABFD)->section_last != (S) : (S)->next->prev != (S))
6460 struct bfd_section *section_last;