Home | History | Annotate | Download | only in bfd

Lines Matching defs:files

1143   struct fileinfo*      files;
1347 filename = table->files[file - 1].name;
1356 if (table->files[file - 1].dir)
1357 subdir_name = table->dirs[table->files[file - 1].dir - 1];
1567 table->files = NULL;
1681 tmp = (struct fileinfo *) bfd_realloc (table->files, amt);
1684 table->files = tmp;
1687 table->files[table->num_files].name = cur_file;
1688 table->files[table->num_files].dir =
1691 table->files[table->num_files].time =
1694 table->files[table->num_files].size =
1791 tmp = (struct fileinfo *) bfd_realloc (table->files, amt);
1794 table->files = tmp;
1796 table->files[table->num_files].name = cur_file;
1797 table->files[table->num_files].dir =
1800 table->files[table->num_files].time =
1803 table->files[table->num_files].size =
1916 if (table->files != NULL)
1917 free (table->files);
2939 /* Skip stack vars and vars with no files or names. */
3027 two files. */
3053 object files, so if we want to distinguish locations in sections by
3931 free (each->line_table->files);