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

/openbsd-current/gnu/usr.bin/binutils/gas/config/
H A Dtc-alpha.c373 static struct hash_control *alpha_macro_hash;
859 alpha_macro_hash = hash_new ();
865 retval = hash_insert (alpha_macro_hash, name, (PTR) &alpha_macros[i]);
2836 hash_find (alpha_macro_hash, opname));
369 static struct hash_control *alpha_macro_hash; variable in typeref:struct:hash_control
/openbsd-current/gnu/usr.bin/binutils-2.17/gas/config/
H A Dtc-alpha.c284 static struct hash_control *alpha_macro_hash;
3110 hash_find (alpha_macro_hash, opname));
4918 alpha_macro_hash = hash_new ();
4925 retval = hash_insert (alpha_macro_hash, name, (void *) &alpha_macros[i]);
281 static struct hash_control *alpha_macro_hash; variable in typeref:struct:hash_control

Completed in 91 milliseconds