Searched refs:arm_cond_hsh (Results 1 – 1 of 1) sorted by relevance
| /trueos/contrib/binutils/gas/config/ |
| HD | tc-arm.c | 666 static struct hash_control *arm_cond_hsh; variable 5006 c = hash_find_n (arm_cond_hsh, p, q - p); in parse_cond() 14088 cond = hash_find_n (arm_cond_hsh, affix, 2); in opcode_lookup() 14102 cond = hash_find_n (arm_cond_hsh, affix, 2); in opcode_lookup() 14152 cond = hash_find_n (arm_cond_hsh, affix, 2); in opcode_lookup() 19543 || (arm_cond_hsh = hash_new ()) == NULL in md_begin() 19555 hash_insert (arm_cond_hsh, conds[i].template, (PTR) (conds + i)); in md_begin()
|