Home | History | Annotate | Download | only in config

Lines Matching refs:where

651   char *where;
665 where = fixP->fx_frag->fr_literal + fixP->fx_where;
666 opcode = bfd_getl16 (where);
686 number_to_chars_bigendian (where, (opcode | value), 2);
703 number_to_chars_bigendian (where, (opcode | value), 2);
711 bfd_putb16 ((bfd_vma) value | opcode, (void *) where);
719 bfd_putb16 ((bfd_vma) value | opcode, (void *) where);
726 number_to_chars_bigendian (where, (opcode | value), 2);
733 number_to_chars_bigendian (where, (opcode | value), 2);
740 number_to_chars_bigendian (where, (opcode | value), 2);
743 ((bfd_byte *) where)[0] = (bfd_byte) value;
746 bfd_putb32 ((bfd_vma) value, (unsigned char *) where);
749 bfd_putb16 ((bfd_vma) value, (unsigned char *) where);
1113 int where = frag - frag_now->fr_literal;
1147 operand = xgate_parse_operand (opcode, &operand_bit_length, where,
1168 where,
1180 operand = xgate_parse_operand (opcode, &operand_bit_length, where,
1209 int where,
1289 fix_new_exp (frag_now, where, 2, &operand.exp, FALSE,
1293 fix_new_exp (frag_now, where, 2, &operand.exp, FALSE,
1300 fix_new_exp (frag_now, where, 2, &operand.exp, FALSE,
1303 fix_new_exp (frag_now, where, 2, &operand.exp, FALSE,
1306 fix_new_exp (frag_now, where, 2, &operand.exp, FALSE,
1332 fix_new_exp (frag_now, where, 2, &operand.exp, TRUE,
1335 fix_new_exp (frag_now, where, 2, &operand.exp, TRUE,