Home | History | Annotate | Download | only in src

Lines Matching full:filename_list

46 static struct filename_list *new_filename_listelem (const char *string);
47 static void add_inputfiles (struct filename_list *fnames);
68 struct filename_list *filename_list;
116 %type <filename_list> filename_id_list
347 struct filename_list *newp = new_filename_listelem ($3);
536 static struct filename_list *
539 struct filename_list *newp;
542 newp = (struct filename_list *) xcalloc (1, sizeof (*newp));
550 add_inputfiles (struct filename_list *fnames)
558 struct filename_list *first = ld_state.srcfiles->next;