Lines Matching refs:where
250 gas_cgen_record_fixup (frag, where, insn, length, operand, opinfo, symbol, offset) in gas_cgen_record_fixup() argument
252 int where;
264 fixP = fix_new (frag, where, length / 8, symbol, offset,
291 gas_cgen_record_fixup_exp (frag, where, insn, length, operand, opinfo, exp) in gas_cgen_record_fixup_exp() argument
293 int where;
304 fixP = fix_new_exp (frag, where, length / 8, exp,
876 char *where = fixP->fx_frag->fr_literal + fixP->fx_where; local
936 cgen_get_insn_value (cd, (unsigned char *) where,
942 cgen_put_insn_value (cd, (unsigned char *) where,
948 (unsigned char *) where,
994 md_number_to_chars (where, value, 1);
997 md_number_to_chars (where, value, 2);
1000 md_number_to_chars (where, value, 4);
1003 md_number_to_chars (where, value, 8);