Lines Matching refs:where
194 int where, in xstormy16_cons_fix_new() argument
239 fix_new_exp (f, where, nbytes, exp, 0, code); in xstormy16_cons_fix_new()
247 int where, in xstormy16_cgen_record_fixup_exp() argument
260 fixP = gas_cgen_record_fixup_exp (frag, where, insn, length, in xstormy16_cgen_record_fixup_exp()
441 char *where = fixP->fx_frag->fr_literal + fixP->fx_where; in xstormy16_md_apply_fix() local
502 cgen_get_insn_value (cd, (unsigned char *) where, in xstormy16_md_apply_fix()
508 cgen_put_insn_value (cd, (unsigned char *) where, in xstormy16_md_apply_fix()
514 (unsigned char *) where, in xstormy16_md_apply_fix()
547 md_number_to_chars (where, value, 1); in xstormy16_md_apply_fix()
550 md_number_to_chars (where, value, 2); in xstormy16_md_apply_fix()
553 md_number_to_chars (where, value, 4); in xstormy16_md_apply_fix()
556 md_number_to_chars (where, value, 8); in xstormy16_md_apply_fix()