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

/haiku-buildtools/binutils/gas/
H A Dhash.c134 hash_lookup (struct hash_control *table, const char *key, size_t len, function
212 p = hash_lookup (table, key, strlen (key), &list, &hash);
242 p = hash_lookup (table, key, strlen (key), &list, &hash);
279 p = hash_lookup (table, key, strlen (key), NULL, NULL);
302 p = hash_lookup (table, key, strlen (key), NULL, NULL);
317 p = hash_lookup (table, key, len, NULL, NULL);
333 p = hash_lookup (table, key, strlen (key), &list, NULL);
/haiku-buildtools/legacy/gcc/gcc/
H A Dhash.h100 extern struct hash_entry *hash_lookup
H A Dtlink.c144 hash_lookup (&symbol_table, (hash_table_key) string,
181 hash_lookup (&file_table, (hash_table_key) string, true,
216 hash_lookup (&demangled_table, (hash_table_key) string,
H A Dhash.c97 hash_lookup (table, key, create, copy) function
H A Dfunction.c1861 hash_lookup (ht, var, /*create=*/0, /*copy=*/0))->insns;
3433 hash_lookup (ifmwi->ht, XEXP (*r, 0), /*create=*/1, /*copy=*/0);
3438 = (struct insns_for_mem_entry *) hash_lookup (ifmwi->ht,
/haiku-buildtools/legacy/binutils/gas/
H A Dhash.c154 hash_lookup (struct hash_control *table, const char *key, size_t len, function
232 p = hash_lookup (table, key, strlen (key), &list, &hash);
262 p = hash_lookup (table, key, strlen (key), &list, &hash);
299 p = hash_lookup (table, key, strlen (key), NULL, NULL);
322 p = hash_lookup (table, key, strlen (key), NULL, NULL);
337 p = hash_lookup (table, key, len, NULL, NULL);
353 p = hash_lookup (table, key, strlen (key), &list, NULL);
/haiku-buildtools/legacy/gcc/gcc/objc/
H A Dobjc-act.c230 static hash hash_lookup PROTO((hash *, tree));
5167 if (!(hsh = hash_lookup (nst_method_hash_list, sel_name)))
5168 hsh = hash_lookup (cls_method_hash_list, sel_name);
5179 hsh = hash_lookup (nst_method_hash_list, sel_name);
5183 hsh = hash_lookup (cls_method_hash_list, sel_name);
5512 hash_lookup (hashlist, sel_name)
5718 if (!(hsh = hash_lookup (cls_method_hash_list, METHOD_SEL_NAME (method))))
5765 if (!(hsh = hash_lookup (nst_method_hash_list, METHOD_SEL_NAME (method))))
5500 hash_lookup (hashlist, sel_name) function
/haiku-buildtools/legacy/gcc/gcc/cp/
H A Ddecl.c5548 e = hash_lookup (&ht, t, /*create=*/false, /*copy=*/0);
5558 hash_lookup (&ht, t, /*create=*/true, /*copy=*/0);

Completed in 205 milliseconds