Home | History | Annotate | Download | only in gas

Lines Matching defs:files_head

57   struct line_file *files_head, *files_tail;
70 static struct source_file *files_head = NULL, *files_tail = NULL;
125 for (struct source_file *sf = files_head; sf; sf = sf->next)
147 for (struct source_file *sf = files_head; sf; sf = sf->next)
176 for (struct source_file *sf = files_head; sf; sf = sf->next)
213 for (lf = lb->files_head; lf; lf = lf->next)
233 off = lb->files_head->lines_head->frag_offset;
239 while (lb->files_head)
243 lf = lb->files_head;
275 lb->files_head = lf->next;
417 for (sf = files_head; sf; sf = sf->next)
445 if (!files_head)
446 files_head = sf;
488 lb->files_head = lb->files_tail = NULL;
510 if (!lb->files_head)
511 lb->files_head = lf;