Searched refs:s390_opcode_hash (Results 1 – 2 of 2) sorted by relevance
303 static struct hash_control *s390_opcode_hash = NULL; variable497 if (s390_opcode_hash != NULL) in s390_setup_opcodes()498 hash_die (s390_opcode_hash); in s390_setup_opcodes()501 s390_opcode_hash = hash_new (); in s390_setup_opcodes()515 retval = hash_insert (s390_opcode_hash, op->name, (void *) op); in s390_setup_opcodes()1604 opcode = (struct s390_opcode *) hash_find (s390_opcode_hash, str); in md_assemble()
1466 (s390_opcode_hash): Initialize to NULL.