Home | History | Annotate | Download | only in include

Lines Matching full:section_last

1599         (ABFD)->section_last = _prev;                  \
1608 if (_abfd->section_last) \
1610 _s->prev = _abfd->section_last; \
1611 _abfd->section_last->next = _s; \
1618 _abfd->section_last = _s; \
1635 _abfd->section_last = _s; \
1652 (ABFD)->section_last = _s; \
1671 ((S)->next == NULL ? (ABFD)->section_last != (S) : (S)->next->prev != (S))
5599 struct bfd_section *section_last;
5919 struct bfd_section *section_last;