Searched refs:msp430_hash (Results 1 – 2 of 2) sorted by relevance
43 static struct hash_control *msp430_hash; variable425 msp430_hash = hash_new (); in md_begin()428 hash_insert (msp430_hash, opcode->name, (char *) opcode); in md_begin()457 opcode = (struct msp430_opcode_s *) hash_find (msp430_hash, cmd);
178 static struct hash_control *msp430_hash; variable896 msp430_hash = hash_new (); in md_begin()899 hash_insert (msp430_hash, opcode->name, (char *) opcode); in md_begin()1866 opcode = (struct msp430_opcode_s *) hash_find (msp430_hash, cmd); in md_assemble()