Searched refs:toc_hash_struct (Results 1 – 3 of 3) sorted by relevance
11587 struct toc_hash_struct struct11676 const struct toc_hash_struct *thc = 11677 (const struct toc_hash_struct *) hash_entry;11688 rtx r1 = ((const struct toc_hash_struct *) h1)->key;11689 rtx r2 = ((const struct toc_hash_struct *) h2)->key;11691 if (((const struct toc_hash_struct *) h1)->key_mode11692 != ((const struct toc_hash_struct *) h2)->key_mode)11705 const struct toc_hash_struct * hash_entry = 11706 *(const struct toc_hash_struct **) hash_slot;11787 struct toc_hash_struct *h;[all …]
769 struct toc_hash_struct GTY(())778 static GTY ((param_is (struct toc_hash_struct))) htab_t toc_hash_table;15862 const struct toc_hash_struct *thc = in toc_hash_function()15863 (const struct toc_hash_struct *) hash_entry; in toc_hash_function()15872 rtx r1 = ((const struct toc_hash_struct *) h1)->key; in toc_hash_eq()15873 rtx r2 = ((const struct toc_hash_struct *) h2)->key; in toc_hash_eq()15875 if (((const struct toc_hash_struct *) h1)->key_mode in toc_hash_eq()15876 != ((const struct toc_hash_struct *) h2)->key_mode) in toc_hash_eq()15933 struct toc_hash_struct *h; in output_toc()15957 fprintf (file, "%d\n", ((*(const struct toc_hash_struct **) in output_toc()
13633 * config/rs6000/rs6000.c (struct toc_hash_struct): Add 'key_mode'