Lines Matching refs:runp
419 struct scninfo *runp = h->last; in main() local
425 COUNT_RELOCATIONS (&ld_state, runp); in main()
427 ld_state.relsize_total += runp->relsize; in main()
429 while ((runp = runp->next) != h->last); in main()
831 struct usedfiles *runp; in load_needed() local
848 runp = first = ld_state.needed->next; in load_needed()
852 struct usedfiles *next = runp->next; in load_needed()
855 err = FILE_PROCESS (-1, runp, &ld_state, &ignore); in load_needed()
860 runp = next; in load_needed()
862 while (runp != first); in load_needed()
996 struct file_list *runp = input_file_list; in determine_output_format() local
998 while (runp != NULL) in determine_output_format()
1000 int fd = open (runp->name, O_RDONLY); in determine_output_format()
1053 runp = runp->next; in determine_output_format()
1146 struct scninfo *runp; in collect_sections() local
1151 runp = h->last; in collect_sections()
1156 if (runp->used) in collect_sections()
1160 runp->used in collect_sections()
1161 = runp->fileinfo->scninfo[SCNINFO_SHDR (runp->shdr).sh_info].used; in collect_sections()
1165 used |= runp->used; in collect_sections()
1168 runp = runp->next; in collect_sections()
1170 while (runp != h->last); in collect_sections()