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

/freebsd-11-stable/contrib/binutils/gas/config/
H A Dtc-arc.c103 static struct hash_control *arc_suffix_hash = NULL; variable in typeref:struct:hash_control
212 if ((arc_suffix_hash = hash_new ()) == NULL)
228 hash_insert (arc_suffix_hash, arc_suffixes[i].name, (void *) (arc_suffixes + i));
1618 suf = hash_find (arc_suffix_hash, s);

Completed in 112 milliseconds