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

/netbsd-current/external/gpl3/binutils/dist/gas/config/
H A Dtc-msp430.c197 static htab_t msp430_hash; variable
1836 msp430_hash = str_htab_create ();
1839 str_hash_insert (msp430_hash, opcode->name, opcode, 0);
2873 opcode = str_hash_find (msp430_hash, real_name);
4357 opcode = (struct msp430_opcode_s *) str_hash_find (msp430_hash, cmd);
/netbsd-current/external/gpl3/gdb.old/dist/gas/config/
H A Dtc-msp430.c197 static htab_t msp430_hash; variable
1828 msp430_hash = str_htab_create ();
1831 str_hash_insert (msp430_hash, opcode->name, opcode, 0);
2865 opcode = str_hash_find (msp430_hash, real_name);
4349 opcode = (struct msp430_opcode_s *) str_hash_find (msp430_hash, cmd);
/netbsd-current/external/gpl3/binutils.old/dist/gas/config/
H A Dtc-msp430.c197 static htab_t msp430_hash; variable
1836 msp430_hash = str_htab_create ();
1839 str_hash_insert (msp430_hash, opcode->name, opcode, 0);
2873 opcode = str_hash_find (msp430_hash, real_name);
4357 opcode = (struct msp430_opcode_s *) str_hash_find (msp430_hash, cmd);

Completed in 110 milliseconds