Searched refs:dsofiles (Results 1 – 2 of 2) sorted by relevance
328 || check_for_duplicate2 (newp, ld_state.dsofiles) in check_for_duplicate()1655 CSNGL_LIST_ADD_REAR (ld_state.dsofiles, fileinfo); in add_relocatable_file()2572 struct usedfiles *frunp = ld_state.dsofiles; in ld_generic_generate_sections()2587 while ((frunp = frunp->next) != ld_state.dsofiles); in ld_generic_generate_sections()4567 struct usedfiles *frunp = ld_state.dsofiles; in ld_generic_create_outfile()4573 while ((frunp = frunp->next) != ld_state.dsofiles); in ld_generic_create_outfile()5430 runp = ld_state.dsofiles->next; in ld_generic_create_outfile()5433 while ((runp = runp->next) != ld_state.dsofiles->next); in ld_generic_create_outfile()5995 runp = ld_state.dsofiles->next; in ld_generic_create_outfile()6002 while (ntotal > 0 && runp != ld_state.dsofiles->next); in ld_generic_create_outfile()[all …]
748 struct usedfiles *dsofiles; member