Lines Matching refs:file_table
262 struct fileinfo *file_table; member
2781 free (module->file_table); in alpha_vms_free_private()
4334 module->file_table in new_module()
4460 module->file_table in parse_module()
4461 = bfd_realloc_or_free (module->file_table, in parse_module()
4464 if (module->file_table == NULL) in parse_module()
4468 module->file_table [fileid].name = filename; in parse_module()
4469 module->file_table [fileid].srec = 1; in parse_module()
4472 fileid, module->file_table [fileid].name)); in parse_module()
4516 curr_srec->srec = module->file_table[data].srec; in parse_module()
4538 module->file_table[curr_srec->sfile].srec = data; in parse_module()
4546 module->file_table[curr_srec->sfile].srec = data; in parse_module()
4921 *file = module->file_table[srecinfo->sfile].name; in module_find_nearest_line()