Searched refs:fx_pcrel_adjust (Results 1 - 15 of 15) sorted by relevance

/netbsd-current/external/gpl3/gdb.old/dist/gas/
H A Dwrite.h79 int fx_pcrel_adjust : 8; member in struct:fix
H A Dwrite.c177 fixP->fx_pcrel_adjust = 0;
3162 if (fixp->fx_pcrel_adjust)
3163 fprintf (stderr, " pcrel_adjust=%d", fixp->fx_pcrel_adjust);
/netbsd-current/external/gpl3/binutils.old/dist/gas/
H A Dwrite.h60 int fx_pcrel_adjust : 16; member in struct:fix
H A Dwrite.c168 fixP->fx_pcrel_adjust = 0;
3219 if (fixp->fx_pcrel_adjust)
3220 fprintf (stderr, " pcrel_adjust=%d", fixp->fx_pcrel_adjust);
/netbsd-current/external/gpl3/binutils/dist/gas/
H A Dwrite.h60 int fx_pcrel_adjust : 16; member in struct:fix
H A Dwrite.c168 fixP->fx_pcrel_adjust = 0;
3219 if (fixp->fx_pcrel_adjust)
3220 fprintf (stderr, " pcrel_adjust=%d", fixp->fx_pcrel_adjust);
/netbsd-current/external/gpl3/binutils/dist/gas/config/
H A Dtc-s390.c1666 fixP->fx_pcrel_adjust = operand->shift / 8;
2316 fixP->fx_pcrel_adjust = 1;
2327 fixP->fx_pcrel_adjust = 2;
2333 fixP->fx_pcrel_adjust = 2;
2344 fixP->fx_pcrel_adjust = 4;
2353 fixP->fx_pcrel_adjust = 3;
2362 fixP->fx_pcrel_adjust = 2;
2398 value += fixP->fx_pcrel_adjust;
2449 value += fixP->fx_pcrel_adjust;
2456 value += fixP->fx_pcrel_adjust;
[all...]
H A Dtc-m68k.c1293 + fixp->fx_pcrel_adjust
4349 fixP->fx_pcrel_adjust = the_ins.reloc[m].pcrel_fix;
4411 fixP->fx_pcrel_adjust = the_ins.reloc[m].pcrel_fix;
4449 fixP->fx_pcrel_adjust = the_ins.reloc[m].pcrel_fix;
4936 fixP->fx_pcrel_adjust = -1;
5091 fixP->fx_pcrel_adjust = 2;
5099 fixP->fx_pcrel_adjust = 1;
5107 fixP->fx_pcrel_adjust = 2;
5116 fixP->fx_pcrel_adjust = 2;
7721 first extension word is stored in fx_pcrel_adjust
[all...]
H A Dtc-ppc.c1670 fx_pcrel_adjust which is a 16 bit field. */
4162 fixP->fx_pcrel_adjust = fixups[i].opindex;
7135 if (fixP->fx_pcrel_adjust != 0)
7138 ppc_opindex_t opindex = fixP->fx_pcrel_adjust & PPC_OPINDEX_MAX;
/netbsd-current/external/gpl3/gdb.old/dist/gas/config/
H A Dtc-s390.c1659 fixP->fx_pcrel_adjust = operand->shift / 8;
2318 fixP->fx_pcrel_adjust = 1;
2329 fixP->fx_pcrel_adjust = 2;
2340 fixP->fx_pcrel_adjust = 4;
2349 fixP->fx_pcrel_adjust = 3;
2358 fixP->fx_pcrel_adjust = 2;
2394 value += fixP->fx_pcrel_adjust;
2445 value += fixP->fx_pcrel_adjust;
2452 value += fixP->fx_pcrel_adjust;
2490 value += fixP->fx_pcrel_adjust;
[all...]
H A Dtc-m68k.c1311 + fixp->fx_pcrel_adjust
4367 fixP->fx_pcrel_adjust = the_ins.reloc[m].pcrel_fix;
4429 fixP->fx_pcrel_adjust = the_ins.reloc[m].pcrel_fix;
4467 fixP->fx_pcrel_adjust = the_ins.reloc[m].pcrel_fix;
4963 fixP->fx_pcrel_adjust = -1;
5118 fixP->fx_pcrel_adjust = 2;
5126 fixP->fx_pcrel_adjust = 1;
5134 fixP->fx_pcrel_adjust = 2;
5143 fixP->fx_pcrel_adjust = 2;
7758 first extension word is stored in fx_pcrel_adjust
[all...]
H A Dtc-ppc.c1623 fx_pcrel_adjust which is 8 bits wide. */
3942 fixP->fx_pcrel_adjust = fixups[i].opindex;
6522 if (fixP->fx_pcrel_adjust != 0)
6525 int opindex = fixP->fx_pcrel_adjust & 0xff;
/netbsd-current/external/gpl3/binutils.old/dist/gas/config/
H A Dtc-s390.c1661 fixP->fx_pcrel_adjust = operand->shift / 8;
2321 fixP->fx_pcrel_adjust = 1;
2332 fixP->fx_pcrel_adjust = 2;
2343 fixP->fx_pcrel_adjust = 4;
2352 fixP->fx_pcrel_adjust = 3;
2361 fixP->fx_pcrel_adjust = 2;
2397 value += fixP->fx_pcrel_adjust;
2448 value += fixP->fx_pcrel_adjust;
2455 value += fixP->fx_pcrel_adjust;
2493 value += fixP->fx_pcrel_adjust;
[all...]
H A Dtc-m68k.c1295 + fixp->fx_pcrel_adjust
4351 fixP->fx_pcrel_adjust = the_ins.reloc[m].pcrel_fix;
4413 fixP->fx_pcrel_adjust = the_ins.reloc[m].pcrel_fix;
4451 fixP->fx_pcrel_adjust = the_ins.reloc[m].pcrel_fix;
4938 fixP->fx_pcrel_adjust = -1;
5093 fixP->fx_pcrel_adjust = 2;
5101 fixP->fx_pcrel_adjust = 1;
5109 fixP->fx_pcrel_adjust = 2;
5118 fixP->fx_pcrel_adjust = 2;
7733 first extension word is stored in fx_pcrel_adjust
[all...]
H A Dtc-ppc.c1663 fx_pcrel_adjust which is a 16 bit field. */
4134 fixP->fx_pcrel_adjust = fixups[i].opindex;
7048 if (fixP->fx_pcrel_adjust != 0)
7051 ppc_opindex_t opindex = fixP->fx_pcrel_adjust & PPC_OPINDEX_MAX;

Completed in 278 milliseconds