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

/freebsd-11-stable/contrib/gcc/config/rs6000/
H A Drs6000.c772 struct toc_hash_struct GTY(())
781 static GTY ((param_is (struct toc_hash_struct))) htab_t toc_hash_table;
15953 const struct toc_hash_struct *thc =
15954 (const struct toc_hash_struct *) hash_entry;
15963 rtx r1 = ((const struct toc_hash_struct *) h1)->key;
15964 rtx r2 = ((const struct toc_hash_struct *) h2)->key;
15966 if (((const struct toc_hash_struct *) h1)->key_mode
15967 != ((const struct toc_hash_struct *) h2)->key_mode)
16024 struct toc_hash_struct *h;
16048 fprintf (file, "%d\n", ((*(const struct toc_hash_struct **)
770 struct toc_hash_struct GTY(()) function
[all...]

Completed in 157 milliseconds