Searched refs:BFD_RELOC_32_PCREL (Results 1 - 25 of 41) sorted by relevance

12

/macosx-10.9.5/cxxfilt-11/cxxfilt/bfd/
H A Daout-ns32k.c130 HOWTO (BFD_RELOC_32_PCREL, 0, 2, 32, TRUE, 0, complain_overflow_signed, 0,
242 ENTRY (BFD_RELOC_32_PCREL, 17);
H A Dcoff-sparc.c126 { BFD_RELOC_32_PCREL, R_SPARC_DISP32 },
H A Daout-arm.c315 ASTD (BFD_RELOC_32_PCREL, 6);
H A Dcoff-i386.c561 case BFD_RELOC_32_PCREL:
H A Dcoff-m68k.c195 case BFD_RELOC_32_PCREL: return m68kcoff_howto_table + 5;
H A Dcoff-mcore.c284 HOW2MAP (BFD_RELOC_32_PCREL, IMAGE_REL_MCORE_PCREL_32);
H A Dcoff-x86_64.c655 case BFD_RELOC_32_PCREL:
H A Delf32-mcore.c307 case BFD_RELOC_32_PCREL: mcore_reloc = R_MCORE_PCREL32; break;
H A Delf32-mt.c174 case BFD_RELOC_32_PCREL:
H A Delf32-xstormy16.c320 { BFD_RELOC_32_PCREL, R_XSTORMY16_PC32, xstormy16_elf_howto_table },
H A Driscix.c271 ASTD (BFD_RELOC_32_PCREL, 6);
H A Delf32-i370.c263 case BFD_RELOC_32_PCREL: i370_reloc = R_I370_REL31; break;
H A Delf32-mips.c1272 case BFD_RELOC_32_PCREL:
H A Dvms.c1345 case BFD_RELOC_32_PCREL: alpha_type = ALPHA_R_SREL32; break;
H A Dcoff-alpha.c1240 case BFD_RELOC_32_PCREL:
H A Dcoff-arm.c845 ASTD (BFD_RELOC_32_PCREL, ARM_DISP32);
H A Delf32-m68k.c139 { BFD_RELOC_32_PCREL, R_68K_PC32 },
H A Delf32-spu.c121 case BFD_RELOC_32_PCREL:
H A Delf32-vax.c299 { BFD_RELOC_32_PCREL, R_VAX_PC32 },
H A Delf64-mmix.c816 {BFD_RELOC_32_PCREL, R_MMIX_PC_32},
H A Delf32-cris.c431 { BFD_RELOC_32_PCREL, R_CRIS_32_PCREL },
H A Delf32-v850.c1297 { BFD_RELOC_32_PCREL, R_V850_REL32 },
H A Delf64-sh64.c1320 { BFD_RELOC_32_PCREL, R_SH_REL32 },
H A Dbfd-in2.h2346 BFD_RELOC_32_PCREL,
2339 BFD_RELOC_32_PCREL, enumerator in enum:bfd_reloc_code_real
/macosx-10.9.5/cctools-845/as/
H A Di386.c1382 case 4: return BFD_RELOC_32_PCREL;
1450 && fixP->fx_r_type == BFD_RELOC_32_PCREL)
4673 i.reloc[this_operand] = BFD_RELOC_32_PCREL;
5153 reloc_type = BFD_RELOC_32_PCREL;
5471 fixP->fx_r_type = BFD_RELOC_32_PCREL;
5483 && (fixP->fx_r_type == BFD_RELOC_32_PCREL
6075 if (fixp->fx_r_type == BFD_RELOC_32_PCREL)
6272 code = BFD_RELOC_32_PCREL;
6276 case 4: code = BFD_RELOC_32_PCREL; break;

Completed in 385 milliseconds

12