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

/freebsd-9.3-release/contrib/binutils/gas/config/
H A Dtc-arm.c669 static struct hash_control *arm_reloc_hsh; variable in typeref:struct:hash_control
1931 arm_reloc_hsh contains no entries, so this function can only
1951 if ((r = hash_find_n (arm_reloc_hsh, p, q - p)) == NULL)
19485 || (arm_reloc_hsh = hash_new ()) == NULL
19508 hash_insert (arm_reloc_hsh, reloc_names[i].name, (PTR) (reloc_names + i));

Completed in 136 milliseconds