Home | History | Annotate | Download | only in src

Lines Matching refs:filename_list

197 static struct filename_list *new_filename_listelem (const char *string);
198 static void add_inputfiles (struct filename_list *fnames);
200 static struct filename_list *mark_as_needed (struct filename_list *listp);
241 struct filename_list *filename_list;
1654 if ((yyvsp[(3) - (4)].filename_list) != (yyvsp[(3) - (4)].filename_list)->next)
1656 (yyvsp[(3) - (4)].filename_list)->next->group_start = 1;
1657 (yyvsp[(3) - (4)].filename_list)->group_end = 1;
1659 add_inputfiles ((yyvsp[(3) - (4)].filename_list));
1665 { add_inputfiles ((yyvsp[(3) - (4)].filename_list)); }
1670 { add_inputfiles (mark_as_needed ((yyvsp[(3) - (4)].filename_list))); }
1912 (yyvsp[(3) - (3)].filename_list)->next = (yyvsp[(1) - (3)].filename_list)->next;
1913 (yyval.filename_list) = (yyvsp[(1) - (3)].filename_list)->next = (yyvsp[(3) - (3)].filename_list);
1919 { (yyval.filename_list) = (yyvsp[(1) - (1)].filename_list); }
1927 if ((yyvsp[(3) - (4)].filename_list) != (yyvsp[(3) - (4)].filename_list)->next)
1929 (yyvsp[(3) - (4)].filename_list)->next->group_start = 1;
1930 (yyvsp[(3) - (4)].filename_list)->group_end = 1;
1932 (yyval.filename_list) = (yyvsp[(3) - (4)].filename_list);
1938 { (yyval.filename_list) = mark_as_needed ((yyvsp[(3) - (4)].filename_list)); }
1943 { (yyval.filename_list) = new_filename_listelem ((yyvsp[(1) - (1)].str)); }
2369 static struct filename_list *
2372 struct filename_list *newp;
2375 newp = (struct filename_list *) xcalloc (1, sizeof (*newp));
2382 static struct filename_list *
2383 mark_as_needed (struct filename_list *listp)
2385 struct filename_list *runp = listp;
2398 add_inputfiles (struct filename_list *fnames)
2406 struct filename_list *first = ld_state.srcfiles->next;