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

/haiku-buildtools/legacy/binutils/gas/config/
H A Dtc-arm.c576 static struct hash_control *arm_cond_hsh; variable in typeref:struct:hash_control
3672 c = hash_find_n (arm_cond_hsh, p, q - p);
8264 cond = hash_find_n (arm_cond_hsh, affix, 2);
8278 cond = hash_find_n (arm_cond_hsh, affix, 2);
8326 cond = hash_find_n (arm_cond_hsh, affix, 2);
12841 || (arm_cond_hsh = hash_new ()) == NULL
12853 hash_insert (arm_cond_hsh, conds[i].template, (PTR) (conds + i));
/haiku-buildtools/binutils/gas/config/
H A Dtc-arm.c816 static struct hash_control * arm_cond_hsh; variable in typeref:struct:hash_control
6111 c = (const struct asm_cond *) hash_find_n (arm_cond_hsh, cond, n);
17889 cond = (const struct asm_cond *) hash_find_n (arm_cond_hsh, affix, 2);
17903 cond = (const struct asm_cond *) hash_find_n (arm_cond_hsh, affix, 2);
17952 cond = (const struct asm_cond *) hash_find_n (arm_cond_hsh, affix, 2);
24982 || (arm_cond_hsh = hash_new ()) == NULL
24994 hash_insert (arm_cond_hsh, conds[i].template_name, (void *) (conds + i));

Completed in 295 milliseconds