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

/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/gas/config/
H A Dtc-pdp11.c86 static struct hash_control *insn_hash = NULL; variable in typeref:struct:hash_control
193 insn_hash = hash_new ();
194 if (insn_hash == NULL)
198 hash_insert (insn_hash, pdp11_opcodes[i].name, (void *) (pdp11_opcodes + i));
200 hash_insert (insn_hash, pdp11_aliases[i].name, (void *) (pdp11_aliases + i));
679 op = (struct pdp11_opcode *)hash_find (insn_hash, str);

Completed in 108 milliseconds