Lines Matching refs:filename_list
58 static struct filename_list *new_filename_listelem (const char *string);
59 static void add_inputfiles (struct filename_list *fnames);
61 static struct filename_list *mark_as_needed (struct filename_list *listp);
81 struct filename_list *filename_list;
130 %type <filename_list> filename_id_list
131 %type <filename_list> filename_id_listelem
571 static struct filename_list *
574 struct filename_list *newp;
577 newp = (struct filename_list *) xcalloc (1, sizeof (*newp));
584 static struct filename_list *
585 mark_as_needed (struct filename_list *listp)
587 struct filename_list *runp = listp;
600 add_inputfiles (struct filename_list *fnames)
608 struct filename_list *first = ld_state.srcfiles->next;