Home | History | Annotate | Download | only in config

Lines Matching defs:where

257       /* [abs] where abs is not a0 or a1  */
573 int where = fragP->fr_opcode - fragP->fr_literal;
600 return subtype_mappings[fragP->fr_subtype].bytes - (fragP->fr_fix - where);
630 int where = fragP->fr_opcode - fragP->fr_literal;
635 addend = target_address_for (fragP) - (fragP->fr_address + where);
637 fragP->fr_fix = where + subtype_mappings[fragP->fr_subtype].bytes;
654 where += 2;
663 where += 2;
681 where += 3;
690 where += 3;
737 where += 2;
746 where += 2;
847 fragP->fr_offset = (fragP->fr_address + where);
862 where,
864 (fragP->fr_fix - where) * 8,
1024 int where,
1049 fix_new_exp (frag, where, (int) size, exp, 0, type);