Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/binutils.old/dist/gas/config/
H A Dtc-alpha.c303 static htab_t alpha_macro_hash; variable
3319 macro = (const struct alpha_macro *) str_hash_find (alpha_macro_hash, in assemble_tokens()
5454 alpha_macro_hash = str_htab_create (); in md_begin()
5461 if (str_hash_insert (alpha_macro_hash, name, &alpha_macros[i], 0)) in md_begin()
/netbsd-src/external/gpl3/binutils/dist/gas/config/
H A Dtc-alpha.c303 static htab_t alpha_macro_hash; variable
3321 macro = (const struct alpha_macro *) str_hash_find (alpha_macro_hash, in assemble_tokens()
5458 alpha_macro_hash = str_htab_create (); in md_begin()
5465 if (str_hash_insert (alpha_macro_hash, name, &alpha_macros[i], 0)) in md_begin()