Home | History | Annotate | Download | only in linker

Lines Matching full:prev

321     soinfo *prev = NULL, *trav;
328 prev = trav;
339 /* prev will never be NULL, because the first entry in solist is
342 prev->next = si->next;
344 sonext = prev;