Home
last modified time | relevance | path

Searched refs:file_table (Results 1 – 4 of 4) sorted by relevance

/toolchain/binutils/binutils-2.27/binutils/
Ddwarf.c3628 File_Entry *file_table = NULL; in display_debug_lines_decoded() local
3722 file_table = (File_Entry *) xmalloc (n_files * sizeof (File_Entry)); in display_debug_lines_decoded()
3729 file_table[i].name = ptr_file_name_table; in display_debug_lines_decoded()
3734 file_table[i].directory_index = read_uleb128 (ptr_file_name_table, in display_debug_lines_decoded()
3737 file_table[i].modification_date = read_uleb128 (ptr_file_name_table, in display_debug_lines_decoded()
3740 file_table[i].length = read_uleb128 (ptr_file_name_table, & bytes_read, end); in display_debug_lines_decoded()
3749 printf (_("CU: %s:\n"), file_table[0].name); in display_debug_lines_decoded()
3754 unsigned int ix = file_table[0].directory_index; in display_debug_lines_decoded()
3758 printf (_("CU: %s/%s:\n"), directory, file_table[0].name); in display_debug_lines_decoded()
3760 printf ("%s:\n", file_table[0].name); in display_debug_lines_decoded()
[all …]
DChangeLog-2012701 (display_debug_lines_decoded): Add an entry in file_table for each
DChangeLog-2011263 directory_index from file_table entry.
/toolchain/binutils/binutils-2.27/bfd/
Dvms-alpha.c258 struct fileinfo *file_table; member
4007 module->file_table in new_module()
4122 module->file_table in parse_module()
4123 = bfd_realloc (module->file_table, in parse_module()
4128 module->file_table [fileid].name = filename; in parse_module()
4129 module->file_table [fileid].srec = 1; in parse_module()
4132 fileid, module->file_table [fileid].name)); in parse_module()
4176 curr_srec->srec = module->file_table[data].srec; in parse_module()
4198 module->file_table[curr_srec->sfile].srec = data; in parse_module()
4206 module->file_table[curr_srec->sfile].srec = data; in parse_module()
[all …]