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

/freebsd-9.3-release/contrib/gcc/
H A Ddwarf2out.c333 static GTY ((param_is (struct indirect_string_node))) htab_t debug_str_hash; variable
5003 /* Hash and equality functions for debug_str_hash. */
5027 if (! debug_str_hash)
5028 debug_str_hash = htab_create_ggc (10, debug_str_do_hash,
5031 slot = htab_find_slot_with_hash (debug_str_hash, str,
14267 slot = htab_find_slot_with_hash (debug_str_hash, s->str,
14343 if (debug_str_hash)
14344 htab_empty (debug_str_hash);
14571 if (debug_str_hash)
14572 htab_traverse (debug_str_hash, output_indirect_strin
[all...]

Completed in 143 milliseconds