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

/openbsd-current/gnu/usr.bin/binutils/gas/config/
H A Dtc-alpha.c370 static struct hash_control *alpha_opcode_hash;
825 alpha_opcode_hash = hash_new ();
831 retval = hash_insert (alpha_opcode_hash, name, (PTR) &alpha_opcodes[i]);
847 (void) hash_insert (alpha_opcode_hash, p, (PTR) &alpha_opcodes[i]);
2788 opcode = (const struct alpha_opcode *) hash_find (alpha_opcode_hash, opname);
2850 opcode = (const struct alpha_opcode *) hash_find (alpha_opcode_hash, opname);
366 static struct hash_control *alpha_opcode_hash; variable in typeref:struct:hash_control
/openbsd-current/gnu/usr.bin/binutils-2.17/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 193 milliseconds