HomeSort by relevance Sort by last modified time
    Searched refs:macro_hash (Results 1 - 3 of 3) sorted by null

  /toolchain/binutils/binutils-2.27/gas/
macro.h 82 extern struct hash_control *macro_hash;
macro.c 47 struct hash_control *macro_hash; variable in typeref:struct:hash_control
79 macro_hash = hash_new ();
711 if (hash_find (macro_hash, macro->name))
714 error = hash_jam (macro_hash, macro->name, (void *) macro);
1257 macro = (macro_entry *) hash_find (macro_hash, copy);
1298 if ((macro = (macro_entry *) hash_find (macro_hash, copy)) != NULL)
1300 hash_jam (macro_hash, copy, NULL);
  /toolchain/binutils/binutils-2.27/gas/config/
tc-iq2000.c 110 extern struct hash_control *macro_hash;
291 hash_jam (macro_hash, namestr, macro);

Completed in 69 milliseconds