Lines Matching refs:next
214 struct file_list *next;
429 while ((runp = runp->next) != h->last);
659 newp->next = NULL;
761 file which is named next. Do this by remembering a pointer to
762 the pointer which will point to the next object. */
848 runp = first = ld_state.needed->next;
852 struct usedfiles *next = runp->next;
860 runp = next;
980 input_file_list = input_file_list->next;
981 last->next = NULL;
1053 runp = runp->next;
1070 input_file_list = input_file_list->next;
1097 ld_state.tailpaths->next = newpath;
1167 /* Next input section. */
1168 runp = runp->next;
1196 newp->next = NULL;
1234 newp->next = lastp->next;
1236 lastp = lastp->next = newp;
1241 pathp = &lastp->next;
1244 pathp = &(*pathp)->next;
1264 ld_state.rpath = ld_state.rpath->next;
1265 endp->next = NULL;
1270 ld_state.rpath_link = ld_state.rpath_link->next;
1271 endp->next = NULL;
1277 ld_state.runpath = ld_state.runpath->next;
1278 endp->next = NULL;
1285 ld_state.rpath = ld_state.rpath->next;
1292 ld_state.runpath_link = ld_state.runpath_link->next;
1293 endp->next = NULL;
1300 ld_state.rpath_link = ld_state.rpath_link->next;
1379 struct output_segment *segment = ld_state.output_segments->next;
1384 for (orule = segment->output_rules; orule != NULL; orule = orule->next)
1424 while ((s = s->next) != first);
1483 segment = segment->next;
1485 while (segment != ld_state.output_segments->next);