Searched refs:pseudo_hash (Results 1 – 1 of 1) sorted by relevance
231 struct hash_control *pseudo_hash; /* pseudo opcode hash table */ member7450 md.pseudo_hash = hash_new (); in md_begin()7453 err = hash_insert (md.pseudo_hash, pseudo_opcode[i].name, in md_begin()10725 pdesc = (struct pseudo_opcode *) hash_find (md.pseudo_hash, mnemonic); in md_assemble()