Home | History | Annotate | Download | only in config

Lines Matching defs:where

1066      in instructions, which is where this routine is always called.  */
3797 long where;
3823 where = frag_now_fix () - 8;
3826 fix_new (frag_now, where, 4, unwind.proc_start, 0, 1,
3843 fix_new (frag_now, where, 0, pr, 0, 1, BFD_RELOC_NONE);
3853 fix_new (frag_now, where + 4, 4, unwind.table_entry, 0, 1,
4918 /* FIXME: 5 = X_PRECISION, should be #define'd where we can use it.
5177 where <shift> is defined by parse_shift above, and <rotate> is a
5368 (as for parse_shifter_operand) where group relocations are allowed:
5376 where <group_reloc> is one of the strings defined in group_reloc_table.
6710 /* Remember where we are in case we need to backtrack. */
8496 where we generate out a BFD_RELOC_ARM_PCREL_CALL instead. */
9365 setend <endian_specifier>, where <endian_specifier> is either
10135 where W=MVAX[0:3] and X,Y,Z=MVFX[0:15]. */
10801 /* Similarly, but for instructions where the arithmetic operation is
11095 /* md_apply_fix blows up with 'bl foo(PLT)' where foo is defined in
13771 handles the case where a single bit is set in the mask. */
13981 /* PR 11136: Catch the case where we are passed a shape of NS_NULL. */
15235 /* Saturating move where operands can be signed or unsigned, and the
16234 can specify a type where it doesn't make sense to, and is ignored). */
17427 int where,
17464 new_fix = fix_new_exp (frag, where, size, exp, pc_rel,
17469 new_fix = (fixS *) fix_new (frag, where, size, make_expr_symbol (exp), 0,
17597 suffix, others place 0xF where the condition field
17606 legacy instructions where suffix and infix forms
17659 unusual place. If it is, the tag tells us where to find the
18991 /* Legacy coprocessor instructions where conditional infix and conditional
21057 unsigned char * where = (unsigned char *) buf;
21064 result |= (*where++ & 255);
21072 result |= (where[n] & 255);
21990 addressT where;
22078 where = frag_now_fix () - ((size << 2) + 4);
22085 fix_new (frag_now, where, 4, unwind.personality_routine, 0, 1,
22088 where += 4;
23554 /* Exactly what ranges, and where the offset is inserted depends
24318 int where,
24352 fix_new_exp (frag, where, size, exp, pcrel, reloc);