Lines Matching refs:where
610 int i, where; in write_long() local
621 where = f - frag_now->fr_literal; in write_long()
623 where += 2; in write_long()
629 where, in write_long()
647 int i, where; in write_1_short() local
666 where = f - frag_now->fr_literal; in write_1_short()
668 where += 2; in write_1_short()
679 where, in write_1_short()
967 int i, j, where; in write_2_short() local
1076 where = f - frag_now->fr_literal; in write_2_short()
1078 where += 2; in write_2_short()
1098 where, in write_2_short()
1496 char *where; in md_apply_fix() local
1531 where = fixP->fx_frag->fr_literal + fixP->fx_where; in md_apply_fix()
1532 insn = bfd_getb32 ((unsigned char *) where); in md_apply_fix()
1556 bfd_putb16 ((bfd_vma) value, (unsigned char *) where); in md_apply_fix()
1574 bfd_putb32 ((bfd_vma) insn, (unsigned char *) where); in md_apply_fix()
1578 bfd_putb32 ((bfd_vma) value, (unsigned char *) where); in md_apply_fix()
1581 bfd_putb16 ((bfd_vma) value, (unsigned char *) where); in md_apply_fix()