Lines Matching refs:where

592   int i, where;  in write_long()  local
603 where = f - frag_now->fr_literal; in write_long()
604 fix_new_exp (frag_now, where, fx->fix[i].size, &(fx->fix[i].exp), in write_long()
621 int i, where; in write_1_short() local
662 where = f - frag_now->fr_literal; in write_1_short()
664 where, in write_1_short()
944 int i, j, where; in write_2_short() local
1106 where = (f - frag_now->fr_literal) + 4 * j; in write_2_short()
1109 where, in write_2_short()
1903 char *where; in md_apply_fix() local
1916 where = fixP->fx_frag->fr_literal + fixP->fx_where; in md_apply_fix()
1917 insn = bfd_getb32 ((unsigned char *) where); in md_apply_fix()
1929 *(unsigned char *) where = value; in md_apply_fix()
1940 bfd_putb16 ((bfd_vma) value, (unsigned char *) where); in md_apply_fix()
1949 bfd_putb32 ((bfd_vma) value, (unsigned char *) where); in md_apply_fix()
1950 bfd_putb32 (0, ((unsigned char *) where) + 4); in md_apply_fix()
1957 bfd_putb32 ((bfd_vma) insn, (unsigned char *) where); in md_apply_fix()
1970 bfd_putb32 ((bfd_vma) insn, (unsigned char *) where); in md_apply_fix()
1976 bfd_putb32 ((bfd_vma) insn, (unsigned char *) where); in md_apply_fix()
1989 bfd_putb32 ((bfd_vma) insn, (unsigned char *) where); in md_apply_fix()
1995 bfd_putb32 ((bfd_vma) insn, (unsigned char *) where); in md_apply_fix()
2008 bfd_putb32 ((bfd_vma) insn, (unsigned char *) where); in md_apply_fix()
2012 insn2 = bfd_getb32 ((unsigned char *) where + 4); in md_apply_fix()
2016 bfd_putb32 ((bfd_vma) insn, (unsigned char *) where); in md_apply_fix()
2017 bfd_putb32 ((bfd_vma) insn2, (unsigned char *) where + 4); in md_apply_fix()
2021 insn2 = bfd_getb32 ((unsigned char *) where + 4); in md_apply_fix()
2025 bfd_putb32 ((bfd_vma) insn, (unsigned char *) where); in md_apply_fix()
2026 bfd_putb32 ((bfd_vma) insn2, (unsigned char *) where + 4); in md_apply_fix()
2030 bfd_putb32 ((bfd_vma) value, (unsigned char *) where); in md_apply_fix()