Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.25/binutils/
Ddwarf.c3485 File_Entry *file_table = NULL; in display_debug_lines_decoded() local
3567 file_table = (File_Entry *) xmalloc (n_files * sizeof (File_Entry)); in display_debug_lines_decoded()
3574 file_table[i].name = ptr_file_name_table; in display_debug_lines_decoded()
3579 file_table[i].directory_index = read_uleb128 (ptr_file_name_table, in display_debug_lines_decoded()
3582 file_table[i].modification_date = read_uleb128 (ptr_file_name_table, in display_debug_lines_decoded()
3585 file_table[i].length = read_uleb128 (ptr_file_name_table, & bytes_read, end); in display_debug_lines_decoded()
3594 printf (_("CU: %s:\n"), file_table[0].name); in display_debug_lines_decoded()
3599 unsigned int ix = file_table[0].directory_index; in display_debug_lines_decoded()
3603 printf (_("CU: %s/%s:\n"), directory, file_table[0].name); in display_debug_lines_decoded()
3605 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.25/bfd/
Dvms-alpha.c258 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()
[all …]