Lines Matching full:section_last
614 . (ABFD)->section_last = _prev; \
623 . if (_abfd->section_last) \
625 . _s->prev = _abfd->section_last; \
626 . _abfd->section_last->next = _s; \
633 . _abfd->section_last = _s; \
650 . _abfd->section_last = _s; \
667 . (ABFD)->section_last = _s; \
686 . ((S)->next == NULL ? (ABFD)->section_last != (S) : (S)->next->prev != (S))
858 abfd->section_last = NULL;