Home
last modified time | relevance | path

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

/openbsd/gnu/usr.bin/gcc/gcc/config/rs6000/
H A Drs6000.c11587 struct toc_hash_struct struct
11676 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_mode
11692 != ((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 …]
/openbsd/gnu/gcc/gcc/config/rs6000/
H A Drs6000.c769 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()
/openbsd/gnu/usr.bin/gcc/gcc/
H A DChangeLog.413633 * config/rs6000/rs6000.c (struct toc_hash_struct): Add 'key_mode'