Lines Matching refs:next
225 struct file_list *next;
448 while ((runp = runp->next) != h->last);
737 newp->next = NULL;
847 file which is named next. Do this by remembering a pointer to
848 the pointer which will point to the next object. */
934 runp = first = ld_state.needed->next;
938 struct usedfiles *next = runp->next;
946 runp = next;
1072 input_file_list = input_file_list->next;
1073 last->next = NULL;
1145 runp = runp->next;
1162 input_file_list = input_file_list->next;
1189 ld_state.tailpaths->next = newpath;
1260 /* Next input section. */
1261 runp = runp->next;
1289 newp->next = NULL;
1327 newp->next = lastp->next;
1329 lastp = lastp->next = newp;
1334 pathp = &lastp->next;
1337 pathp = &(*pathp)->next;
1357 ld_state.rpath = ld_state.rpath->next;
1358 endp->next = NULL;
1363 ld_state.rpath_link = ld_state.rpath_link->next;
1364 endp->next = NULL;
1370 ld_state.runpath = ld_state.runpath->next;
1371 endp->next = NULL;
1378 ld_state.rpath = ld_state.rpath->next;
1385 ld_state.runpath_link = ld_state.runpath_link->next;
1386 endp->next = NULL;
1393 ld_state.rpath_link = ld_state.rpath_link->next;
1472 struct output_segment *segment = ld_state.output_segments->next;
1477 for (orule = segment->output_rules; orule != NULL; orule = orule->next)
1517 while ((s = s->next) != first);
1576 segment = segment->next;
1578 while (segment != ld_state.output_segments->next);