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

/freebsd-11-stable/contrib/binutils/gas/config/
H A Dtc-alpha.c281 static struct hash_control *alpha_opcode_hash;
1119 opcode = (const struct alpha_opcode *) hash_find (alpha_opcode_hash, opname);
3124 opcode = (const struct alpha_opcode *) hash_find (alpha_opcode_hash, opname);
4882 alpha_opcode_hash = hash_new ();
4889 retval = hash_insert (alpha_opcode_hash, name, (void *) &alpha_opcodes[i]);
4906 (void) hash_insert (alpha_opcode_hash, p, (void *) &alpha_opcodes[i]);
278 static struct hash_control *alpha_opcode_hash; variable in typeref:struct:hash_control

Completed in 86 milliseconds