/netbsd-src/external/gpl3/binutils/dist/binutils/ |
H A D | dwarf.c | 5117 File_Entry *file_table = NULL; in display_debug_lines_decoded() local 5276 file_table = NULL; in display_debug_lines_decoded() 5284 file_table = (File_Entry *) xcalloc (n_files, in display_debug_lines_decoded() 5289 File_Entry *file = &file_table[entryi]; in display_debug_lines_decoded() 5417 file_table = (File_Entry *) xmalloc (n_files * sizeof (File_Entry)); in display_debug_lines_decoded() 5422 file_table[i].name = (char *) ptr_file_name_table; in display_debug_lines_decoded() 5427 READ_ULEB (file_table[i].directory_index, in display_debug_lines_decoded() 5429 READ_ULEB (file_table[i].modification_date, in display_debug_lines_decoded() 5431 READ_ULEB (file_table[i].length, in display_debug_lines_decoded() 5443 if (file_table == NULL) in display_debug_lines_decoded() [all …]
|
H A D | ChangeLog-2012 | 701 (display_debug_lines_decoded): Add an entry in file_table for each
|
H A D | ChangeLog-2011 | 263 directory_index from file_table entry.
|
H A D | ChangeLog-2017 | 1197 file_table.
|
/netbsd-src/external/gpl3/binutils.old/dist/binutils/ |
H A D | dwarf.c | 4933 File_Entry *file_table = NULL; in display_debug_lines_decoded() local 5085 file_table = NULL; in display_debug_lines_decoded() 5087 file_table = (File_Entry *) xcalloc (1, n_files in display_debug_lines_decoded() 5092 File_Entry *file = &file_table[entryi]; in display_debug_lines_decoded() 5221 file_table = (File_Entry *) xmalloc (n_files * sizeof (File_Entry)); in display_debug_lines_decoded() 5226 file_table[i].name = ptr_file_name_table; in display_debug_lines_decoded() 5231 READ_ULEB (file_table[i].directory_index, in display_debug_lines_decoded() 5233 READ_ULEB (file_table[i].modification_date, in display_debug_lines_decoded() 5235 READ_ULEB (file_table[i].length, in display_debug_lines_decoded() 5247 if (file_table == NULL) in display_debug_lines_decoded() [all …]
|
H A D | ChangeLog-2012 | 701 (display_debug_lines_decoded): Add an entry in file_table for each
|
H A D | ChangeLog-2011 | 263 directory_index from file_table entry.
|
H A D | ChangeLog-2017 | 1197 file_table.
|
/netbsd-src/external/gpl3/binutils/dist/bfd/ |
H A D | vms-alpha.c | 262 struct fileinfo *file_table; member 2784 free (module->file_table); in alpha_vms_free_private() 4363 module->file_table in new_module() 4551 module->file_table in parse_module() 4552 = bfd_realloc_or_free (module->file_table, in parse_module() 4555 if (module->file_table == NULL) in parse_module() 4557 memset (module->file_table + old_count, 0, in parse_module() 4561 module->file_table [fileid].name = filename; in parse_module() 4562 module->file_table [fileid].srec = 1; in parse_module() 4564 fileid, module->file_table [fileid].name)); in parse_module() [all …]
|
/netbsd-src/external/gpl3/binutils.old/dist/bfd/ |
H A D | vms-alpha.c | 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() [all …]
|
/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | dwarf2out.cc | 3501 static GTY(()) hash_table<dwarf_file_hasher> *file_table; 12611 file_table->traverse<file_name_acquire_data *, file_name_acquire> (&fnad); in output_file_names() 27682 = file_table->find_slot_with_hash (file_name, htab_hash_string (file_name), in lookup_filename() 29488 file_table = hash_table<dwarf_file_hasher>::create_ggc (50); in dwarf2out_init() 33215 file_table = NULL; in dwarf2out_cc_finalize()
|
H A D | ChangeLog-2003 | 31389 * dwarf2out.c (struct file_table): Add emitted member. 31392 (lookup_filename): Maintain file_table.emitted array. Don't 31395 (init_file_table): Set up file_table.emitted. 35351 with empty file_table. 35695 * dwarf2out.c (struct file_table): Remove. 35697 (file_table): Make a varray; mark for GC. Update all users. 35698 (file_table_last_lookup_index): Extract from struct file_table. 35702 (lookup_filename): Don't manage size of file_table. 35703 (init_file_table): Allocate file_table with GC. 35776 is_main_source, file_table, decl_die_table_in_use,
|
H A D | ChangeLog-2000 | 2768 * dwarf2out.c (file_table, file_table_allocated): Remove. 2770 (struct file_table): New. 2780 (lookup_filename): Take a struct file_table argument.
|
H A D | ChangeLog-2006 | 8941 (file_table): Change to a hash table. 8978 (dwarf2out_init): Create file_table here.
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
H A D | dwarf2out.c | 3400 static GTY(()) hash_table<dwarf_file_hasher> *file_table; 12211 file_table->traverse<file_name_acquire_data *, file_name_acquire> (&fnad); in output_file_names() 27070 = file_table->find_slot_with_hash (file_name, htab_hash_string (file_name), in lookup_filename() 28835 file_table = hash_table<dwarf_file_hasher>::create_ggc (50); in dwarf2out_init() 32378 file_table = NULL; in dwarf2out_c_finalize()
|
/netbsd-src/external/gpl3/binutils/dist/ |
H A D | ChangeLog.git | 68148 #0 __fput (file=0xffff0000c17a6400) at /repos/linux/fs/file_table.c:296 68149 #1 0xffff8000082bd1f0 in ____fput (work=<optimized out>) at /repos/linux/fs/file_table.c:348 68156 #0 __fput (file=0xffff0000c1bcfa00) at /repos/linux/fs/file_table.c:296 68157 #1 0xffff8000082bd1f0 in ____fput (work=<optimized out>) at /repos/linux/fs/file_table.c:348 84447 PR29892, Field file_table of struct module is uninitialized 84449 * vms-alphs.c (new_module): Use bfd_zmalloc to alloc file_table. 84450 (parse_module): Rewrite file_table reallocation code and clear. 84489 Simplify xcalloc of file_table. 84553 * dwarf.c (display_debug_lines_decoded): Handle NULL file_table 156681 printf (_("CU: %s/%s:\n"), directory, file_table[0].name); [all …]
|