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

/freebsd-11.0-release/contrib/binutils/gas/config/
H A Dtc-s390.c307 static struct hash_control *s390_opcode_hash; variable in typeref:struct:hash_control
511 s390_opcode_hash = hash_new ();
517 retval = hash_insert (s390_opcode_hash, op->name, (PTR) op);
1555 opcode = (struct s390_opcode *) hash_find (s390_opcode_hash, str);

Completed in 101 milliseconds