Home | History | Annotate | Download | only in include

Lines Matching full:_next

1590       asection *_next = _s->next;                      \
1593 _prev->next = _next; \
1595 (ABFD)->sections = _next; \
1596 if (_next) \
1597 _next->prev = _prev; \
1645 asection *_next = _a->next; \
1646 _s->next = _next; \
1649 if (_next) \
1650 _next->prev = _s; \