Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.25/gas/config/
Dtc-arm.c761 static struct hash_control * arm_ops_hsh; variable
13676 opcode = (const struct asm_opcode *) hash_find (arm_ops_hsh, opname); in do_vfp_nsyn_opcode()
17082 opcode = (const struct asm_opcode *) hash_find_n (arm_ops_hsh, base, in opcode_lookup()
17111 opcode = (const struct asm_opcode *) hash_find_n (arm_ops_hsh, base, in opcode_lookup()
17165 opcode = (const struct asm_opcode *) hash_find_n (arm_ops_hsh, base, in opcode_lookup()
23814 if ( (arm_ops_hsh = hash_new ()) == NULL in md_begin()
23825 hash_insert (arm_ops_hsh, insns[i].template_name, (void *) (insns + i)); in md_begin()