Home | History | Annotate | Download | only in gas

Lines Matching refs:file_entry

211 struct file_entry {
217 static struct file_entry *files;
616 files = (struct file_entry *)
617 xrealloc (files, (i + 32) * sizeof (struct file_entry));
619 memset (files + old, 0, (i + 32 - old) * sizeof (struct file_entry));