Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.27/gas/config/
Dtc-ns32k.c87 struct hash_control *inst_hash_handle; variable
1104 if (!(desc = (struct ns32k_opcode *) hash_find (inst_hash_handle, line))) in parse()
1899 inst_hash_handle = hash_new (); in md_begin()
1904 if ((status = hash_insert (inst_hash_handle, ptr->name, (char *) ptr))) in md_begin()