Searched refs:BFD_RELOC_32 (Results 1 - 25 of 51) sorted by relevance

123

/freebsd-10.0-release/contrib/binutils/gas/
H A Dliteral.c79 reloc_type = BFD_RELOC_32;
H A Dcgen.c995 case BFD_RELOC_32:
H A Dread.c4193 r = BFD_RELOC_32;
4200 r = BFD_RELOC_32;
/freebsd-10.0-release/contrib/binutils/gas/config/
H A Dtc-alpha.h79 : LEN == 4 ? BFD_RELOC_32 \
H A Dtc-sparc.h142 || (FIX)->fx_r_type == BFD_RELOC_32)
H A Dtc-arm.h171 || (FIX)->fx_r_type == BFD_RELOC_32 \
H A Dtc-arc.c1244 reloc_type = get_arc_exp_reloc_type (1, BFD_RELOC_32, exp, &exptmp);
1252 : BFD_RELOC_32);
1350 fixP->fx_r_type = BFD_RELOC_32;
1372 case BFD_RELOC_32:
1909 reloc_type = BFD_RELOC_32;
H A Dtc-spu.c975 case BFD_RELOC_32:
1023 case BFD_RELOC_32:
H A Dtc-i386.c1576 case 4: return BFD_RELOC_32;
4192 && (((reloc_type == BFD_RELOC_32
4320 if ((reloc_type == BFD_RELOC_32
4884 i.reloc[this_operand] = BFD_RELOC_32;
5616 case BFD_RELOC_32:
6421 /* Don't turn BFD_RELOC_X86_64_32S into BFD_RELOC_32. */
6452 code = BFD_RELOC_32;
6456 case 4: code = BFD_RELOC_32; break;
6465 if ((code == BFD_RELOC_32
6532 rel->howto = bfd_reloc_type_lookup (stdoutput, BFD_RELOC_32);
[all...]
H A Dtc-s390.c2165 case BFD_RELOC_32:
2169 fixP->fx_r_type = BFD_RELOC_32;
2311 reloc->howto = bfd_reloc_type_lookup (stdoutput, BFD_RELOC_32);
H A Dtc-sparc.c3168 else if (fixP->fx_r_type == BFD_RELOC_32
3472 case BFD_RELOC_32:
3603 case BFD_RELOC_32: code = BFD_RELOC_SPARC_UA32; break;
4577 (nbytes == 4 ? BFD_RELOC_32 : BFD_RELOC_64)));
/freebsd-10.0-release/contrib/binutils/bfd/
H A Delf32-arc.c131 { BFD_RELOC_32, R_ARC_32 },
H A Daout-arm.c303 code = BFD_RELOC_32;
312 ASTD (BFD_RELOC_32, 2);
H A Dcoff-sparc.c125 { BFD_RELOC_32, R_SPARC_32 },
H A Dcoff-i386.c560 case BFD_RELOC_32:
H A Dcoff-x86_64.c648 case BFD_RELOC_32:
H A Dmipsbsd.c313 case BFD_RELOC_32:
H A Dcoff-arm.c823 code = BFD_RELOC_32;
832 ASTD (BFD_RELOC_32, ARM_32);
840 ASTD (BFD_RELOC_32, ARM_32);
H A Dpe-mips.c471 case BFD_RELOC_32:
H A Dcoff-mips.c749 case BFD_RELOC_32:
H A Delf32-mep.c119 case BFD_RELOC_32:
H A Delf32-mips.c1186 { BFD_RELOC_32, R_MIPS_32 },
H A Dpeicode.h971 BFD_RELOC_32, (asymbol **) imp_sym,
H A Dbout.c648 case BFD_RELOC_32:
/freebsd-10.0-release/contrib/binutils/binutils/
H A Ddlltool.c2424 rel->howto = bfd_reloc_type_lookup (abfd, BFD_RELOC_32);
2575 ba_rel->howto = bfd_reloc_type_lookup (abfd, BFD_RELOC_32);
2581 ea_rel->howto = bfd_reloc_type_lookup (abfd, BFD_RELOC_32);
2591 pea_rel->howto = bfd_reloc_type_lookup (abfd, BFD_RELOC_32);
2615 rel->howto = bfd_reloc_type_lookup (abfd, BFD_RELOC_32);
2622 rel->howto = bfd_reloc_type_lookup (abfd, BFD_RELOC_32);

Completed in 348 milliseconds

123