Home | History | Annotate | Download | only in gas

Lines Matching defs:where

232    FRAG and WHERE are their respective arguments to fix_new_exp.
242 gas_cgen_record_fixup (fragS *frag, int where, const CGEN_INSN *insn,
250 fixP = fix_new (frag, where, length / 8, symbol, offset,
267 FRAG and WHERE are their respective arguments to fix_new_exp.
277 gas_cgen_record_fixup_exp (fragS *frag, int where, const CGEN_INSN *insn,
285 fixP = fix_new_exp (frag, where, length / 8, exp,
530 We use (f - frag_now->fr_literal) to compute where we are and we
841 char *where = fixP->fx_frag->fr_literal + fixP->fx_where;
902 cgen_get_insn_value (cd, (unsigned char *) where,
908 cgen_put_insn_value (cd, (unsigned char *) where,
914 (unsigned char *) where,
962 md_number_to_chars (where, value, 1);
965 md_number_to_chars (where, value, 2);
968 md_number_to_chars (where, value, 4);
971 md_number_to_chars (where, value, 8);