Home | History | Annotate | Download | only in config

Lines Matching defs:where

1204      in instructions, which is where this routine is always called.  */
2170 s3_fix_new_score (fragS * frag, int where, short int size, expressionS * exp, int pc_rel, int reloc)
2180 new_fix = fix_new_exp (frag, where, size, exp, pc_rel, reloc);
2183 new_fix = fix_new (frag, where, size, make_expr_symbol (exp), 0, pc_rel, reloc);
3985 long where;
4030 where = p - frag_now->fr_literal + inst_main.size;
4034 where += var_insts[i - 1].size;
4038 fixp = s3_fix_new_score (frag_now, where, var_insts[i].size,
6567 unsigned char *where = (unsigned char *)buf;
6574 result |= (*where++ & 255);
6582 result |= (where[n] & 255);