Lines Matching refs:file_table
258 struct fileinfo *file_table; member
3982 module->file_table in new_module()
4097 module->file_table in parse_module()
4098 = bfd_realloc (module->file_table, in parse_module()
4103 module->file_table [fileid].name = filename; in parse_module()
4104 module->file_table [fileid].srec = 1; in parse_module()
4107 fileid, module->file_table [fileid].name)); in parse_module()
4151 curr_srec->srec = module->file_table[data].srec; in parse_module()
4173 module->file_table[curr_srec->sfile].srec = data; in parse_module()
4181 module->file_table[curr_srec->sfile].srec = data; in parse_module()
4556 *file = module->file_table[srecinfo->sfile].name; in module_find_nearest_line()