Home | History | Annotate | Download | only in gas

Lines Matching refs:hash_control

50 struct hash_control {
84 struct hash_control *
88 struct hash_control *ret;
90 ret = (struct hash_control *) xmalloc (sizeof *ret);
109 struct hash_control *
118 hash_die (struct hash_control *table)
134 hash_lookup (struct hash_control *table, const char *key, size_t len,
206 hash_insert (struct hash_control *table, const char *key, void *val)
236 hash_jam (struct hash_control *table, const char *key, void *val)
274 hash_replace (struct hash_control *table, const char *key, void *value)
298 hash_find (struct hash_control *table, const char *key)
313 hash_find_n (struct hash_control *table, const char *key, size_t len)
328 hash_delete (struct hash_control *table, const char *key, int freeme)
356 hash_traverse (struct hash_control *table,
376 struct hash_control *table ATTRIBUTE_UNUSED)
431 /* Points to current hash_control. */
570 Also determine h: points to hash_control. */