Home | History | Annotate | Download | only in config

Lines Matching defs:where

1392    (1) of the form "* + const" * where "*" means
1959 such as A R1,=A(i) where the address-of operator =A implies
2103 /* Register names are only allowed where there are registers. */
2476 char *where;
2493 where = fixP->fx_frag->fr_literal + fixP->fx_where;
2494 insn.i[0] = bfd_getb32 ((unsigned char *) where);
2498 insn.i[1] = bfd_getb32 (((unsigned char *) where)+4);
2501 bfd_putb32 ((bfd_vma) insn.i[0], (unsigned char *) where);
2505 bfd_putb32 ((bfd_vma) insn.i[1], (((unsigned char *) where)+4));
2584 where L1 and L2 are defined later. */