Home | History | Annotate | Download | only in libdw

Lines Matching refs:filelist

62 struct filelist
65 struct filelist *next;
263 struct filelist null_file =
273 struct filelist *filelist = &null_file;
280 struct filelist *new_file =
281 (struct filelist *) alloca (sizeof (*new_file));
330 new_file->next = filelist;
331 filelist = new_file;
454 struct filelist *new_file =
455 (struct filelist *) alloca (sizeof (*new_file));
478 new_file->next = filelist;
479 filelist = new_file;
626 files->info[nfilelist] = filelist->info;
627 filelist = filelist->next;
629 assert (filelist == NULL);