Searched refs:dsofiles (Results 1 – 2 of 2) sorted by relevance
307 || check_for_duplicate2 (newp, ld_state.dsofiles) in check_for_duplicate()1494 CSNGL_LIST_ADD_REAR (ld_state.dsofiles, fileinfo); in add_relocatable_file()2368 struct usedfiles *frunp = ld_state.dsofiles; in ld_generic_generate_sections()2383 while ((frunp = frunp->next) != ld_state.dsofiles); in ld_generic_generate_sections()3908 struct usedfiles *frunp = ld_state.dsofiles; in ld_generic_create_outfile()3914 while ((frunp = frunp->next) != ld_state.dsofiles); in ld_generic_create_outfile()4730 runp = ld_state.dsofiles->next; in ld_generic_create_outfile()4733 while ((runp = runp->next) != ld_state.dsofiles->next); in ld_generic_create_outfile()5336 runp = ld_state.dsofiles->next; in ld_generic_create_outfile()5343 while (ntotal > 0 && runp != ld_state.dsofiles->next); in ld_generic_create_outfile()[all …]
723 struct usedfiles *dsofiles; member