Searched refs:insn_hash (Results 1 – 1 of 1) sorted by relevance
85 static struct hash_control *insn_hash = NULL; variable191 insn_hash = hash_new (); in md_begin()192 if (insn_hash == NULL) in md_begin()196 hash_insert (insn_hash, pdp11_opcodes[i].name, (void *) (pdp11_opcodes + i)); in md_begin()198 hash_insert (insn_hash, pdp11_aliases[i].name, (void *) (pdp11_aliases + i)); in md_begin()667 op = (struct pdp11_opcode *)hash_find (insn_hash, str); in md_assemble()