Searched refs:toc_hash_table (Results 1 – 3 of 3) sorted by relevance
| /openbsd-src/gnu/usr.bin/gcc/gcc/config/rs6000/ |
| H A D | rs6000.c | 11596 static htab_t toc_hash_table; variable 11795 found = htab_find_slot (toc_hash_table, h, 1); 12826 toc_hash_table = htab_create (1021, toc_hash_function, toc_hash_eq, NULL); in rs6000_add_gc_roots() 12827 ggc_add_root (&toc_hash_table, 1, sizeof (toc_hash_table), in rs6000_add_gc_roots()
|
| /openbsd-src/gnu/gcc/gcc/config/rs6000/ |
| H A D | rs6000.c | 778 static GTY ((param_is (struct toc_hash_struct))) htab_t toc_hash_table; 15938 if (toc_hash_table == NULL) in output_toc() 15939 toc_hash_table = htab_create_ggc (1021, toc_hash_function, in output_toc() 15947 found = htab_find_slot (toc_hash_table, h, 1); in output_toc()
|
| /openbsd-src/gnu/usr.bin/gcc/gcc/ |
| H A D | ChangeLog.3 | 9967 * rs6000.c (toc_hash_table): Update for new hash table functions. 10625 * rs6000.c (toc_hash_table): New variable.
|