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

/freebsd-11-stable/contrib/gcc/config/rs6000/
H A Drs6000.c781 static GTY ((param_is (struct toc_hash_struct))) htab_t toc_hash_table;
16027 /* Create toc_hash_table. This can't be done at OVERRIDE_OPTIONS
16029 if (toc_hash_table == NULL)
16030 toc_hash_table = htab_create_ggc (1021, toc_hash_function,
16038 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 89 milliseconds