Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.27/gas/config/
Dtc-i370.c331 static struct hash_control *i370_hash; variable
500 i370_hash = hash_new (); in md_begin()
512 retval = hash_insert (i370_hash, op->name, (void *) op); in md_begin()
1919 opcode = (const struct i370_opcode *) hash_find (i370_hash, str); in md_assemble()