HomeSort by: relevance | last modified time | path
    Searched defs:file_table (Results 1 - 8 of 8) sorted by relevancy

  /src/external/gpl3/binutils/dist/bfd/
vms-alpha.c 259 /* Current allocation of file_table. */
263 struct fileinfo *file_table;
2801 free (module->file_table);
4378 module->file_table
4566 module->file_table
4567 = bfd_realloc_or_free (module->file_table,
4570 if (module->file_table == NULL)
4572 memset (module->file_table + old_count, 0,
4576 module->file_table [fileid].name = filename;
4577 module->file_table [fileid].srec = 1
262 struct fileinfo *file_table; member in struct:module
    [all...]
  /src/external/gpl3/binutils.old/dist/bfd/
vms-alpha.c 259 /* Current allocation of file_table. */
263 struct fileinfo *file_table;
2788 free (module->file_table);
4365 module->file_table
4553 module->file_table
4554 = bfd_realloc_or_free (module->file_table,
4557 if (module->file_table == NULL)
4559 memset (module->file_table + old_count, 0,
4563 module->file_table [fileid].name = filename;
4564 module->file_table [fileid].srec = 1
262 struct fileinfo *file_table; member in struct:module
    [all...]
  /src/external/gpl3/gdb/dist/bfd/
vms-alpha.c 259 /* Current allocation of file_table. */
263 struct fileinfo *file_table;
2788 free (module->file_table);
4365 module->file_table
4553 module->file_table
4554 = bfd_realloc_or_free (module->file_table,
4557 if (module->file_table == NULL)
4559 memset (module->file_table + old_count, 0,
4563 module->file_table [fileid].name = filename;
4564 module->file_table [fileid].srec = 1
262 struct fileinfo *file_table; member in struct:module
    [all...]
  /src/external/gpl3/gdb.old/dist/bfd/
vms-alpha.c 259 /* Current allocation of file_table. */
263 struct fileinfo *file_table;
2788 free (module->file_table);
4371 module->file_table
4559 module->file_table
4560 = bfd_realloc_or_free (module->file_table,
4563 if (module->file_table == NULL)
4565 memset (module->file_table + old_count, 0,
4569 module->file_table [fileid].name = filename;
4570 module->file_table [fileid].srec = 1
262 struct fileinfo *file_table; member in struct:module
    [all...]
  /src/external/gpl3/binutils/dist/binutils/
dwarf.c 5215 File_Entry *file_table = NULL; local
5373 file_table = NULL;
5381 file_table = (File_Entry *) xcalloc (n_files,
5386 File_Entry *file = &file_table[entryi];
5513 file_table = (File_Entry *) xmalloc (n_files * sizeof (File_Entry));
5518 file_table[i].name = (char *) ptr_file_name_table;
5523 READ_ULEB (file_table[i].directory_index,
5525 READ_ULEB (file_table[i].modification_date,
5527 READ_ULEB (file_table[i].length,
5539 if (file_table == NULL
    [all...]
  /src/external/gpl3/binutils.old/dist/binutils/
dwarf.c 5143 File_Entry *file_table = NULL; local
5302 file_table = NULL;
5310 file_table = (File_Entry *) xcalloc (n_files,
5315 File_Entry *file = &file_table[entryi];
5443 file_table = (File_Entry *) xmalloc (n_files * sizeof (File_Entry));
5448 file_table[i].name = (char *) ptr_file_name_table;
5453 READ_ULEB (file_table[i].directory_index,
5455 READ_ULEB (file_table[i].modification_date,
5457 READ_ULEB (file_table[i].length,
5469 if (file_table == NULL
    [all...]
  /src/external/gpl3/gcc/dist/gcc/
dwarf2out.cc 3504 static GTY(()) hash_table<dwarf_file_hasher> *file_table;
12665 file_table->traverse<file_name_acquire_data *, file_name_acquire> (&fnad);
27841 = file_table->find_slot_with_hash (file_name, htab_hash_string (file_name),
29652 /* Allocate the file_table. */
29653 file_table = hash_table<dwarf_file_hasher>::create_ggc (50);
33383 file_table = NULL;
3499 static GTY(()) hash_table<dwarf_file_hasher> *file_table; variable
  /src/external/gpl3/gcc.old/dist/gcc/
dwarf2out.cc 3506 static GTY(()) hash_table<dwarf_file_hasher> *file_table;
12623 file_table->traverse<file_name_acquire_data *, file_name_acquire> (&fnad);
27701 = file_table->find_slot_with_hash (file_name, htab_hash_string (file_name),
29506 /* Allocate the file_table. */
29507 file_table = hash_table<dwarf_file_hasher>::create_ggc (50);
33236 file_table = NULL;
3501 static GTY(()) hash_table<dwarf_file_hasher> *file_table; variable

Completed in 89 milliseconds