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

/freebsd-9.3-release/contrib/gcc/config/rs6000/
H A Drs6000.c781 static GTY ((param_is (struct toc_hash_struct))) htab_t toc_hash_table;
16026 /* Create toc_hash_table. This can't be done at OVERRIDE_OPTIONS
16028 if (toc_hash_table == NULL)
16029 toc_hash_table = htab_create_ggc (1021, toc_hash_function,
16037 found = htab_find_slot (toc_hash_table, h, 1);
779 static GTY ((param_is (struct toc_hash_struct))) htab_t toc_hash_table; variable

Completed in 190 milliseconds