Home
last modified time | relevance | path

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

/netbsd/src/external/gpl3/binutils/dist/binutils/
Ddwarf.c5117 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 …]
DChangeLog-2012701 (display_debug_lines_decoded): Add an entry in file_table for each
DChangeLog-2011263 directory_index from file_table entry.
DChangeLog-20171197 file_table.
/netbsd/src/external/gpl3/gdb/dist/bfd/
Dvms-alpha.c262 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/dist/bfd/
Dvms-alpha.c262 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/gcc/dist/gcc/
Ddwarf2out.cc3501 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()
DChangeLog-200331389 * 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,
DChangeLog-20002768 * dwarf2out.c (file_table, file_table_allocated): Remove.
2770 (struct file_table): New.
2780 (lookup_filename): Take a struct file_table argument.
DChangeLog-20068941 (file_table): Change to a hash table.
8978 (dwarf2out_init): Create file_table here.
/netbsd/src/external/gpl3/binutils/dist/
DChangeLog.git68148 #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 …]