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

/freebsd-11-stable/contrib/binutils/gas/
H A Dmacro.h81 extern struct hash_control *macro_hash;
H A Dmacro.c63 struct hash_control *macro_hash; variable in typeref:struct:hash_control
95 macro_hash = hash_new ();
676 if (hash_find (macro_hash, macro->name))
679 error = hash_jam (macro_hash, macro->name, (PTR) macro);
1216 macro = (macro_entry *) hash_find (macro_hash, copy);
1274 if ((macro = hash_find (macro_hash, copy)) != NULL)
1276 hash_jam (macro_hash, copy, NULL);

Completed in 56 milliseconds