Home
last modified time | relevance | path

Searched refs:s390_opcode_hash (Results 1 – 2 of 2) sorted by relevance

/toolchain/binutils/binutils-2.25/gas/config/
Dtc-s390.c303 static struct hash_control *s390_opcode_hash = NULL; variable
497 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()
/toolchain/binutils/binutils-2.25/gas/
DChangeLog-20111466 (s390_opcode_hash): Initialize to NULL.