Home | History | Annotate | Download | only in include

Lines Matching defs:section_last

1625         (ABFD)->section_last = _prev;                  \
1634 if (_abfd->section_last) \
1636 _s->prev = _abfd->section_last; \
1637 _abfd->section_last->next = _s; \
1644 _abfd->section_last = _s; \
1661 _abfd->section_last = _s; \
1678 (ABFD)->section_last = _s; \
1697 ((S)->next == NULL ? (ABFD)->section_last != (S) : (S)->next->prev != (S))
5841 struct bfd_section *section_last;
6161 struct bfd_section *section_last;