Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc/dist/gcc/config/rs6000/
H A Drs6000.cc1188 struct GTY((for_user)) toc_hash_struct struct
1197 struct toc_hasher : ggc_ptr_hash<toc_hash_struct> argument
1199 static hashval_t hash (toc_hash_struct *);
1200 static bool equal (toc_hash_struct *, toc_hash_struct *);
16949 toc_hasher::hash (toc_hash_struct *thc) in hash()
16957 toc_hasher::equal (toc_hash_struct *h1, toc_hash_struct *h2) in equal()
17048 struct toc_hash_struct *h; in output_toc()
17055 h = ggc_alloc<toc_hash_struct> (); in output_toc()
17060 toc_hash_struct **found = toc_hash_table->find_slot (h, INSERT); in output_toc()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/rs6000/
H A Drs6000.c1183 struct GTY((for_user)) toc_hash_struct struct
1192 struct toc_hasher : ggc_ptr_hash<toc_hash_struct> argument
1194 static hashval_t hash (toc_hash_struct *);
1195 static bool equal (toc_hash_struct *, toc_hash_struct *);
16491 toc_hasher::hash (toc_hash_struct *thc) in hash()
16499 toc_hasher::equal (toc_hash_struct *h1, toc_hash_struct *h2) in equal()
16590 struct toc_hash_struct *h; in output_toc()
16597 h = ggc_alloc<toc_hash_struct> (); in output_toc()
16602 toc_hash_struct **found = toc_hash_table->find_slot (h, INSERT); in output_toc()
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A DChangeLog-200013639 * config/rs6000/rs6000.c (struct toc_hash_struct): Add 'key_mode'