Searched refs:toc_hash_struct (Results 1 – 3 of 3) sorted by relevance
1188 struct GTY((for_user)) toc_hash_struct struct1197 struct toc_hasher : ggc_ptr_hash<toc_hash_struct> argument1199 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()
1183 struct GTY((for_user)) toc_hash_struct struct1192 struct toc_hasher : ggc_ptr_hash<toc_hash_struct> argument1194 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()
13639 * config/rs6000/rs6000.c (struct toc_hash_struct): Add 'key_mode'