Home | History | Annotate | Download | only in include

Lines Matching full:_next

1574       asection *_next = _s->next;                      \
1577 _prev->next = _next; \
1579 (ABFD)->sections = _next; \
1580 if (_next) \
1581 _next->prev = _prev; \
1629 asection *_next = _a->next; \
1630 _s->next = _next; \
1633 if (_next) \
1634 _next->prev = _s; \