Home | History | Annotate | Download | only in include

Lines Matching full:section_last

1583         (ABFD)->section_last = _prev;                  \
1592 if (_abfd->section_last) \
1594 _s->prev = _abfd->section_last; \
1595 _abfd->section_last->next = _s; \
1602 _abfd->section_last = _s; \
1619 _abfd->section_last = _s; \
1636 (ABFD)->section_last = _s; \
1655 ((S)->next == NULL ? (ABFD)->section_last != (S) : (S)->next->prev != (S))
5115 struct bfd_section *section_last;
5418 struct bfd_section *section_last;