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

/freebsd-9.3-release/contrib/binutils/gas/config/
H A Dtc-arm.c663 static struct hash_control *arm_ops_hsh; variable in typeref:struct:hash_control
11160 opcode = hash_find (arm_ops_hsh, opname);
14018 opcode = hash_find_n (arm_ops_hsh, base, end - base);
14046 opcode = hash_find_n (arm_ops_hsh, base, affix - base);
14101 opcode = hash_find_n (arm_ops_hsh, base, (end - base) - 2);
19479 if ( (arm_ops_hsh = hash_new ()) == NULL
19490 hash_insert (arm_ops_hsh, insns[i].template, (PTR) (insns + i));

Completed in 433 milliseconds