Home
last modified time | relevance | path

Searched refs:fx_pcrel_adjust (Results 1 – 14 of 14) sorted by relevance

/openbsd/src/gnu/usr.bin/binutils-2.17/gas/
Dwrite.h49 char fx_pcrel_adjust; member
Dwrite.c175 fixP->fx_pcrel_adjust = 0; in fix_new_internal()
2378 if (fixp->fx_pcrel_adjust) in print_fixup()
2379 fprintf (stderr, " pcrel_adjust=%d", fixp->fx_pcrel_adjust); in print_fixup()
DChangeLog-02036063 (md_estimate_size_before_relax): Don't set fx_pcrel_adjust any
6180 * config/tc-i386.c (output_jump): Set fx_pcrel_adjust to size of
6184 (tc_gen_reloc): Subtract fx_pcrel_adjust instead of fx_size for
DChangeLog-00012579 fx_pcrel_adjust explicitly sign extend when reading it.
DChangeLog-92951400 (md_pcrel_from): If fx_pcrel_adjust is 64, use -1 instead.
/openbsd/src/gnu/usr.bin/binutils/gas/
Dwrite.h59 char fx_pcrel_adjust; member
Dwrite.c226 fixP->fx_pcrel_adjust = 0; in fix_new_internal()
2798 if (fixp->fx_pcrel_adjust) in print_fixup()
2799 fprintf (stderr, " pcrel_adjust=%d", fixp->fx_pcrel_adjust); in print_fixup()
DChangeLog-02036063 (md_estimate_size_before_relax): Don't set fx_pcrel_adjust any
6180 * config/tc-i386.c (output_jump): Set fx_pcrel_adjust to size of
6184 (tc_gen_reloc): Subtract fx_pcrel_adjust instead of fx_size for
DChangeLog-00012579 fx_pcrel_adjust explicitly sign extend when reading it.
DChangeLog-92951400 (md_pcrel_from): If fx_pcrel_adjust is 64, use -1 instead.
/openbsd/src/gnu/usr.bin/binutils/gas/config/
Dtc-m68k.c992 + ((fixp->fx_pcrel_adjust & 0xff) ^ 0x80) - 0x80
3819 fixP->fx_pcrel_adjust = the_ins.reloc[m].pcrel_fix;
3881 fixP->fx_pcrel_adjust = the_ins.reloc[m].pcrel_fix;
3918 fixP->fx_pcrel_adjust = the_ins.reloc[m].pcrel_fix;
4531 fixP->fx_pcrel_adjust = -1;
4666 fixP->fx_pcrel_adjust = 2;
4674 fixP->fx_pcrel_adjust = 1;
4682 fixP->fx_pcrel_adjust = 2;
4691 fixP->fx_pcrel_adjust = 2;
7294 adjust = ((fixP->fx_pcrel_adjust & 0xff) ^ 0x80) - 0x80;
Dtc-m68hc11.c1415 fixp->fx_pcrel_adjust = 1; in fixup8()
1485 fixp->fx_pcrel_adjust = 2; in fixup16()
2909 fixp->fx_pcrel_adjust = 2; in md_convert_frag()
/openbsd/src/gnu/usr.bin/binutils-2.17/gas/config/
Dtc-m68k.c1063 + ((fixp->fx_pcrel_adjust & 0xff) ^ 0x80) - 0x80 in tc_gen_reloc()
4034 fixP->fx_pcrel_adjust = the_ins.reloc[m].pcrel_fix; in md_assemble()
4096 fixP->fx_pcrel_adjust = the_ins.reloc[m].pcrel_fix; in md_assemble()
4133 fixP->fx_pcrel_adjust = the_ins.reloc[m].pcrel_fix; in md_assemble()
4652 fixP->fx_pcrel_adjust = -1; in md_convert_frag_1()
4787 fixP->fx_pcrel_adjust = 2; in md_convert_frag_1()
4795 fixP->fx_pcrel_adjust = 1; in md_convert_frag_1()
4803 fixP->fx_pcrel_adjust = 2; in md_convert_frag_1()
4812 fixP->fx_pcrel_adjust = 2; in md_convert_frag_1()
7483 adjust = ((fixP->fx_pcrel_adjust & 0xff) ^ 0x80) - 0x80; in md_pcrel_from()
Dtc-m68hc11.c1416 fixp->fx_pcrel_adjust = 1; in fixup8()
1486 fixp->fx_pcrel_adjust = 2; in fixup16()
2910 fixp->fx_pcrel_adjust = 2; in md_convert_frag()