Searched refs:opcode_hash_control (Results 1 – 7 of 7) sorted by relevance
| /mirbsd/src/gnu/usr.bin/binutils/gas/config/ |
| D | tc-pj.c | 36 static struct hash_control *opcode_hash_control; variable 180 hash_insert (opcode_hash_control, name, (char *) fake); in fake_opcode() 189 hash_insert (opcode_hash_control, new, in alias() 190 (char *) hash_find (opcode_hash_control, old)); in alias() 201 opcode_hash_control = hash_new (); in md_begin() 205 hash_insert (opcode_hash_control, opcode->u.name, (char *) opcode); in md_begin() 256 opcode = (pj_opc_info_t *) hash_find (opcode_hash_control, op_start); in md_assemble()
|
| D | tc-w65.c | 99 static struct hash_control *opcode_hash_control; variable 145 opcode_hash_control = hash_new (); in md_begin() 153 hash_insert (opcode_hash_control, opcode->name, (char *) opcode); in md_begin() 661 opcode = (struct opinfo *) hash_find (opcode_hash_control, name); in md_assemble()
|
| D | tc-z8k.c | 146 static struct hash_control *opcode_hash_control; variable 154 opcode_hash_control = hash_new (); in md_begin() 160 hash_insert (opcode_hash_control, opcode->name, (char *) opcode); in md_begin() 176 hash_insert (opcode_hash_control, fake_opcode->name, fake_opcode); in md_begin() 1206 opcode = (opcode_entry_type *) hash_find (opcode_hash_control, op_start); in md_assemble()
|
| D | tc-h8500.c | 113 static struct hash_control *opcode_hash_control; /* Opcode mnemonics. */ variable 125 opcode_hash_control = hash_new (); in md_begin() 133 hash_insert (opcode_hash_control, opcode->name, (char *) opcode); in md_begin() 1025 opcode = (h8500_opcode_info *) hash_find (opcode_hash_control, name); in md_assemble()
|
| D | tc-mcore.c | 144 static struct hash_control * opcode_hash_control; /* Opcode mnemonics. */ variable 466 opcode_hash_control = hash_new (); in md_begin() 474 hash_insert (opcode_hash_control, opcode->name, (char *) opcode); in md_begin() 890 opcode = (mcore_opcode_info *) hash_find (opcode_hash_control, name); in md_assemble()
|
| D | tc-h8300.c | 196 static struct hash_control *opcode_hash_control; /* Opcode mnemonics. */ variable 216 opcode_hash_control = hash_new (); in md_begin() 258 hash_insert (opcode_hash_control, buffer, (char *) pi); in md_begin() 1900 hash_find (opcode_hash_control, op_start); in md_assemble()
|
| D | tc-sh.c | 483 static struct hash_control *opcode_hash_control; /* Opcode mnemonics */ variable 849 opcode_hash_control = hash_new (); in md_begin() 859 hash_insert (opcode_hash_control, opcode->name, (char *) opcode); in md_begin() 2427 return (sh_opcode_info *) hash_find (opcode_hash_control, name); in find_cooked_opcode()
|