Searched refs:file_table (Results 1 - 3 of 3) sorted by relevance

/freebsd-9.3-release/contrib/gcc/
H A Dtlink.c135 static htab_t file_table;
143 e = htab_find_slot_with_hash (file_table, string,
261 file_table = htab_create (500, hash_string_hash, hash_string_eq,
134 static htab_t file_table; variable
H A Ddwarf2out.c3874 static GTY((param_is (struct dwarf_file_data))) htab_t file_table;
7761 htab_traverse (file_table, file_name_acquire, &fnad);
13705 slot = htab_find_slot_with_hash (file_table, file_name,
13975 /* Allocate the file_table. */
13976 file_table = htab_create_ggc (50, file_table_hash,
14387 htab_traverse (file_table, file_table_relative_p, &p);
3870 static GTY((param_is (struct dwarf_file_data))) htab_t file_table; variable
/freebsd-9.3-release/contrib/gdb/gdb/
H A Dada-lang.c4261 ada_finish_decode_line_1 (char **spec, struct symtab *file_table,
4276 if (file_table == NULL)
4279 block = BLOCKVECTOR_BLOCK (BLOCKVECTOR (file_table), STATIC_BLOCK);
4296 if (file_table != NULL && (*spec)[0] == ':' && isdigit ((*spec)[1]))
4308 return all_sals_for_line (file_table->filename, line_num, canonical);
4390 find_sal_from_funcs_and_line (file_table->filename, line_num,
4251 ada_finish_decode_line_1(char **spec, struct symtab *file_table, int funfirstline, char ***canonical) argument

Completed in 121 milliseconds