Home | History | Annotate | Download | only in config

Lines Matching defs:where

4201    deal with cases where the .ref statements follow the section contents.)
5731 /* Set the class of a label based on where it is defined. This
6829 unsigned char *where;
6833 where = (unsigned char *) fixP->fx_frag->fr_literal + fixP->fx_where;
6837 insn = bfd_getb32 (where);
6839 insn = bfd_getb16 (where);
6844 insn = bfd_getl32 (where);
6846 insn = bfd_getl16 (where);
6854 bfd_putb32 (insn, where);
6856 bfd_putb16 (insn, where);
6861 bfd_putl32 (insn, where);
6863 bfd_putl16 (insn, where);