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

/freebsd-11-stable/contrib/binutils/gas/config/
H A Dtc-cr16.c58 static struct hash_control *reg_hash; variable in typeref:struct:hash_control
317 reg = (const reg_entry *) hash_find (reg_hash, reg_name);
356 reg = (const reg_entry *) hash_find (reg_hash, reg_name);
811 /* Initialize reg_hash hash table. */
812 initialise_reg_hash_table (& reg_hash, cr16_regtab, NUMREGS);
H A Dtc-i386.c569 static struct hash_control *reg_hash; variable in typeref:struct:hash_control
1246 /* Initialize reg_hash hash table. */
1247 reg_hash = hash_new ();
1254 hash_err = hash_insert (reg_hash, regtab->reg_name, (PTR) regtab);
1340 hash_print_statistics (file, "i386 register", reg_hash);
5851 r = (const reg_entry *) hash_find (reg_hash, reg_name_given);
5872 r = hash_find (reg_hash, "st(0)");
H A Dtc-ia64.c223 struct hash_control *reg_hash; /* register name hash table */ member in struct:__anon325
5618 err = hash_insert (md.reg_hash, S_GET_NAME (sym), (PTR) sym);
7571 md.reg_hash = hash_new ();
8131 sym = hash_find (md.reg_hash, name);

Completed in 204 milliseconds