Searched refs:filename_list (Results 1 – 8 of 8) sorted by relevance
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; member1651 if ((yyvsp[(3) - (4)].filename_list) != (yyvsp[(3) - (4)].filename_list)->next)1653 (yyvsp[(3) - (4)].filename_list)->next->group_start = 1;1654 (yyvsp[(3) - (4)].filename_list)->group_end = 1;1656 add_inputfiles ((yyvsp[(3) - (4)].filename_list));1662 { add_inputfiles ((yyvsp[(3) - (4)].filename_list)); }1667 { add_inputfiles (mark_as_needed ((yyvsp[(3) - (4)].filename_list))); }[all …]
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; member130 %type <filename_list> filename_id_list131 %type <filename_list> filename_id_listelem571 static struct filename_list *574 struct filename_list *newp; in new_filename_listelem()577 newp = (struct filename_list *) xcalloc (1, sizeof (*newp)); in new_filename_listelem()584 static struct filename_list *[all …]
116 struct filename_list *filename_list; member
489 struct filename_list struct493 struct filename_list *next; argument766 struct filename_list *srcfiles;
1683 ld_handle_filename_list (struct filename_list *fnames) in ld_handle_filename_list()1685 struct filename_list *runp; in ld_handle_filename_list()1734 struct filename_list *fnames; in open_elf()1800 struct filename_list *oldp; in open_elf()
1331 * ld.h (struct filename_list): Add as_needed flag.
1085 vector<string> filename_list; in ProcessFlagfileLocked() local1086 ParseFlagList(flagval.c_str(), &filename_list); // take a list of filenames in ProcessFlagfileLocked()1087 for (size_t i = 0; i < filename_list.size(); ++i) { in ProcessFlagfileLocked()1088 const char* file = filename_list[i].c_str(); in ProcessFlagfileLocked()