Home | History | Annotate | Download | only in config

Lines Matching defs:where

1285      in instructions, which is where this routine is always called.  */
2294 s7_fix_new_score (fragS * frag, int where, short int size, expressionS * exp, int pc_rel, int reloc)
2304 new_fix = fix_new_exp (frag, where, size, exp, pc_rel, reloc);
2307 new_fix = fix_new (frag, where, size, make_expr_symbol (exp), 0, pc_rel, reloc);
4093 long where;
4138 where = p - frag_now->fr_literal + inst_main.size;
4142 where += var_insts[i - 1].size;
4146 fixp = s7_fix_new_score (frag_now, where, var_insts[i].size,
5148 unsigned char *where = (unsigned char *) buf;
5155 result |= (*where++ & 255);
5163 result |= (where[n] & 255);