Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.27/gas/config/
Dtc-s390.c201 static struct hash_control *s390_opcode_hash = NULL; variable
475 if (s390_opcode_hash != NULL) in s390_setup_opcodes()
476 hash_die (s390_opcode_hash); in s390_setup_opcodes()
479 s390_opcode_hash = hash_new (); in s390_setup_opcodes()
512 retval = hash_insert (s390_opcode_hash, op->name, (void *) op); in s390_setup_opcodes()
1659 opcode = (struct s390_opcode *) hash_find (s390_opcode_hash, str); in md_assemble()
/toolchain/binutils/binutils-2.27/gas/
DChangeLog-20111466 (s390_opcode_hash): Initialize to NULL.