Lines Matching full:ntotal
3805 struct usedfiles *runp, int *ntotal)
3855 verneed.vn_next = --*ntotal > 0 ? offset - need_offset : 0;
5987 int ntotal;
6005 ntotal = ld_state.nverdeffile;
6010 &ntotal);
6013 while (ntotal > 0 && runp != ld_state.dsofiles->next);
6015 if (ntotal > 0)
6021 &ntotal);
6024 while (ntotal > 0 && runp != ld_state.needed->next);