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

/haiku-buildtools/legacy/binutils/gas/config/
H A Dtc-tic54x.c213 static struct hash_control *sbit_hash; variable in typeref:struct:hash_control
3313 sbit_hash = hash_new ();
3315 hash_err = hash_insert (sbit_hash, sym->name, (char *) sym);
3587 return hash_find (sbit_hash, operand->buf) != 0 || is_absolute (operand);
4203 symbol *sbit = (symbol *) hash_find (sbit_hash, operand->buf);
4217 if (sbit > (symbol *) hash_find (sbit_hash, "ovb"))
5357 (sym = (symbol *) hash_find (sbit_hash, name)) != NULL)
/haiku-buildtools/binutils/gas/config/
H A Dtc-tic54x.c210 static struct hash_control *sbit_hash; variable in typeref:struct:hash_control
3036 sbit_hash = hash_new ();
3038 hash_err = hash_insert (sbit_hash, sym->name, (char *) sym);
3300 return hash_find (sbit_hash, operand->buf) != 0 || is_absolute (operand);
3897 hash_find (sbit_hash, operand->buf);
3911 if (sbit > (tic54x_symbol *) hash_find (sbit_hash, "ovb"))
5018 (sym = (tic54x_symbol *) hash_find (sbit_hash, name)) != NULL)

Completed in 58 milliseconds