Home | History | Annotate | Download | only in src

Lines Matching full:frunp

2582 	  struct usedfiles *frunp = ld_state.dsofiles;
2585 if (! frunp->as_needed || frunp->used)
2588 if (frunp->lazyload)
2597 while ((frunp = frunp->next) != ld_state.dsofiles);
4577 struct usedfiles *frunp = ld_state.dsofiles;
4580 if (! frunp->as_needed || frunp->used)
4581 frunp->sonameent = ebl_strtabadd (dynstrtab, frunp->soname,
4583 while ((frunp = frunp->next) != ld_state.dsofiles);