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

/freebsd-9.3-release/contrib/binutils/gas/config/
H A Dtc-ppc.c698 static struct hash_control *ppc_macro_hash;
1240 if (ppc_macro_hash != NULL)
1241 hash_die (ppc_macro_hash);
1363 ppc_macro_hash = hash_new ();
1372 retval = hash_insert (ppc_macro_hash, macro->name, (void *) macro);
2198 macro = (const struct powerpc_macro *) hash_find (ppc_macro_hash, str);
693 static struct hash_control *ppc_macro_hash; variable in typeref:struct:hash_control

Completed in 155 milliseconds