Home
last modified time | relevance | path

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

/mirbsd/src/gnu/usr.bin/binutils/gas/config/
Dtc-arm.c502 static struct hash_control *arm_cond_hsh; variable
3483 c = hash_find_n (arm_cond_hsh, p, q - p); in parse_cond()
7461 cond = hash_find_n (arm_cond_hsh, affix, 2); in opcode_lookup()
7475 cond = hash_find_n (arm_cond_hsh, affix, 2); in opcode_lookup()
7512 cond = hash_find_n (arm_cond_hsh, affix, 2); in opcode_lookup()
11384 || (arm_cond_hsh = hash_new ()) == NULL in md_begin()
11394 hash_insert (arm_cond_hsh, conds[i].template, (PTR) (conds + i)); in md_begin()