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

/macosx-10.9.5/cctools-845/as/
H A Darm.c685 static struct hash_control *arm_reg_hsh; variable in typeref:struct:hash_control
989 reg = (struct reg_entry *) hash_find_n (arm_reg_hsh, start, p - start);
1936 if ((new = hash_find (arm_reg_hsh, str)) != 0)
1963 if (hash_insert (arm_reg_hsh, name, (PTR) new))
2012 old = hash_find (arm_reg_hsh, oldname);
2242 struct reg_entry *reg = hash_find (arm_reg_hsh, name);
2251 hash_delete (arm_reg_hsh, name);
18142 || (arm_reg_hsh = hash_new ()) == NULL
18158 hash_insert (arm_reg_hsh, reg_names[i].name, (PTR) (reg_names + i));

Completed in 199 milliseconds