Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.27/gas/config/
Dtc-alpha.c304 static struct hash_control *alpha_macro_hash; variable
3323 hash_find (alpha_macro_hash, opname)); in assemble_tokens()
5457 alpha_macro_hash = hash_new (); in md_begin()
5464 retval = hash_insert (alpha_macro_hash, name, (void *) &alpha_macros[i]); in md_begin()