| /mirbsd/src/gnu/usr.bin/binutils/gas/config/ |
| D | tc-sh64.h | 83 || (FIX)->fx_r_type == BFD_RELOC_32_PLT_PCREL \ 84 || (FIX)->fx_r_type == BFD_RELOC_SH_PLT_LOW16 \ 85 || (FIX)->fx_r_type == BFD_RELOC_SH_PLT_MEDLOW16 \ 86 || (FIX)->fx_r_type == BFD_RELOC_SH_PLT_MEDHI16 \ 87 || (FIX)->fx_r_type == BFD_RELOC_SH_PLT_HI16 \ 88 || (FIX)->fx_r_type == BFD_RELOC_32_GOT_PCREL \ 89 || (FIX)->fx_r_type == BFD_RELOC_SH_GOT_LOW16 \ 90 || (FIX)->fx_r_type == BFD_RELOC_SH_GOT_MEDLOW16 \ 91 || (FIX)->fx_r_type == BFD_RELOC_SH_GOT_MEDHI16 \ 92 || (FIX)->fx_r_type == BFD_RELOC_SH_GOT_HI16 \ [all …]
|
| D | tc-sparc.h | 69 ((FIX)->fx_r_type == BFD_RELOC_32_PCREL_S2 \ 96 ((FIX)->fx_r_type != BFD_RELOC_VTABLE_INHERIT \ 97 && (FIX)->fx_r_type != BFD_RELOC_VTABLE_ENTRY \ 98 && ((FIX)->fx_r_type < BFD_RELOC_SPARC_TLS_GD_HI22 \ 99 || (FIX)->fx_r_type > BFD_RELOC_SPARC_TLS_TPOFF64) \ 101 || ((FIX)->fx_r_type != BFD_RELOC_HI22 \ 102 && (FIX)->fx_r_type != BFD_RELOC_LO10 \ 103 && (FIX)->fx_r_type != BFD_RELOC_SPARC13 \ 104 && ((FIX)->fx_r_type != BFD_RELOC_32_PCREL_S2 \ 130 || (FIX)->fx_r_type == BFD_RELOC_16 \ [all …]
|
| D | tc-s390.c | 1860 if ( fixP->fx_r_type == BFD_RELOC_16_GOTOFF 1861 || fixP->fx_r_type == BFD_RELOC_32_GOTOFF 1862 || fixP->fx_r_type == BFD_RELOC_390_GOTOFF64 1863 || fixP->fx_r_type == BFD_RELOC_390_PLTOFF16 1864 || fixP->fx_r_type == BFD_RELOC_390_PLTOFF32 1865 || fixP->fx_r_type == BFD_RELOC_390_PLTOFF64 1866 || fixP->fx_r_type == BFD_RELOC_390_PLT16DBL 1867 || fixP->fx_r_type == BFD_RELOC_390_PLT32 1868 || fixP->fx_r_type == BFD_RELOC_390_PLT32DBL 1869 || fixP->fx_r_type == BFD_RELOC_390_PLT64 [all …]
|
| D | tc-xstormy16.c | 272 fixP->fx_r_type = BFD_RELOC_XSTORMY16_FPTR16; in xstormy16_cgen_record_fixup_exp() 413 if (fix->fx_r_type == BFD_RELOC_XSTORMY16_FPTR16) in xstormy16_force_relocation() 426 if (fixP->fx_r_type == BFD_RELOC_VTABLE_INHERIT in xstormy16_fix_adjustable() 427 || fixP->fx_r_type == BFD_RELOC_VTABLE_ENTRY) in xstormy16_fix_adjustable() 430 if (fixP->fx_r_type == BFD_RELOC_XSTORMY16_FPTR16) in xstormy16_fix_adjustable() 461 switch (fixP->fx_r_type) in xstormy16_md_apply_fix() 464 fixP->fx_r_type = BFD_RELOC_8_PCREL; in xstormy16_md_apply_fix() 467 fixP->fx_r_type = BFD_RELOC_16_PCREL; in xstormy16_md_apply_fix() 470 fixP->fx_r_type = BFD_RELOC_32_PCREL; in xstormy16_md_apply_fix() 473 fixP->fx_r_type = BFD_RELOC_64_PCREL; in xstormy16_md_apply_fix() [all …]
|
| D | tc-sh.h | 69 ((FIX)->fx_r_type == 0 \ 80 && ((FIX)->fx_r_type == BFD_RELOC_32 \ 81 || (FIX)->fx_r_type == BFD_RELOC_16 \ 82 || (FIX)->fx_r_type == BFD_RELOC_8 \ 139 #define TC_COFF_FIX2RTYPE(fix) ((fix)->fx_r_type) 231 || (FIX)->fx_r_type == BFD_RELOC_32_PLT_PCREL \ 232 || (FIX)->fx_r_type == BFD_RELOC_32_GOT_PCREL \ 233 || (FIX)->fx_r_type == BFD_RELOC_SH_GOTPC \ 241 ((FIX)->fx_r_type == BFD_RELOC_32_PLT_PCREL) 246 ((FIX)->fx_r_type == BFD_RELOC_32_PLT_PCREL \
|
| D | tc-cris.h | 106 || IS_CRIS_PIC_RELOC ((FIX)->fx_r_type) \ 112 ((FIX)->fx_r_type != BFD_RELOC_VTABLE_INHERIT \ 113 && (FIX)->fx_r_type != BFD_RELOC_VTABLE_ENTRY \ 114 && (! IS_CRIS_PIC_RELOC ((FIX)->fx_r_type) \ 115 || (FIX)->fx_r_type == BFD_RELOC_CRIS_32_GOTREL))
|
| D | tc-vax.h | 67 ((FIX)->fx_r_type != BFD_RELOC_VTABLE_INHERIT \ 68 && (FIX)->fx_r_type != BFD_RELOC_32_PLT_PCREL \ 69 && (FIX)->fx_r_type != BFD_RELOC_32_GOT_PCREL \ 70 && (FIX)->fx_r_type != BFD_RELOC_VTABLE_ENTRY \
|
| D | tc-v850.c | 2169 if ( fixp->fx_r_type == BFD_RELOC_VTABLE_ENTRY in tc_gen_reloc() 2170 || fixp->fx_r_type == BFD_RELOC_VTABLE_INHERIT in tc_gen_reloc() 2171 || fixp->fx_r_type == BFD_RELOC_V850_LONGCALL in tc_gen_reloc() 2172 || fixp->fx_r_type == BFD_RELOC_V850_LONGJUMP in tc_gen_reloc() 2173 || fixp->fx_r_type == BFD_RELOC_V850_ALIGN) in tc_gen_reloc() 2177 if (fixp->fx_r_type == BFD_RELOC_32 in tc_gen_reloc() 2179 fixp->fx_r_type = BFD_RELOC_32_PCREL; in tc_gen_reloc() 2184 reloc->howto = bfd_reloc_type_lookup (stdoutput, fixp->fx_r_type); in tc_gen_reloc() 2191 (int) fixp->fx_r_type); in tc_gen_reloc() 2248 if (fixP->fx_r_type == BFD_RELOC_VTABLE_INHERIT in md_apply_fix() [all …]
|
| D | tc-sh.c | 3295 if (fix->fx_r_type != BFD_RELOC_SH_USES) in sh_frob_section() 3322 && fscan->fx_r_type != BFD_RELOC_SH_ALIGN in sh_frob_section() 3323 && fscan->fx_r_type != BFD_RELOC_SH_CODE in sh_frob_section() 3324 && fscan->fx_r_type != BFD_RELOC_SH_DATA in sh_frob_section() 3325 && fscan->fx_r_type != BFD_RELOC_SH_LABEL) in sh_frob_section() 3699 && (fix->fx_r_type == BFD_RELOC_SH_PCDISP8BY2 in sh_local_pcrel() 3700 || fix->fx_r_type == BFD_RELOC_SH_PCDISP12BY2 in sh_local_pcrel() 3701 || fix->fx_r_type == BFD_RELOC_SH_PCRELIMM8BY2 in sh_local_pcrel() 3702 || fix->fx_r_type == BFD_RELOC_SH_PCRELIMM8BY4 in sh_local_pcrel() 3703 || fix->fx_r_type == BFD_RELOC_8_PCREL in sh_local_pcrel() [all …]
|
| D | tc-or32.c | 919 know (fixP->fx_r_type < BFD_RELOC_NONE); in md_apply_fix() 921 switch (fixP->fx_r_type) in md_apply_fix() 992 as_bad (_("bad relocation type: 0x%02x"), fixP->fx_r_type); in md_apply_fix() 1013 know (fixP->fx_r_type < NO_RELOC); in md_apply_fix() 1016 if (fixP->fx_r_type == RELOC_WDISP30 && fixP->fx_addsy) in md_apply_fix() 1019 switch (fixP->fx_r_type) in md_apply_fix() 1113 as_bad (_("bad relocation type: 0x%02x"), fixP->fx_r_type); in md_apply_fix() 1130 switch (fixP->fx_r_type) in tc_coff_fix2rtype() 1138 printf ("need %d\n", fixP->fx_r_type); in tc_coff_fix2rtype() 1222 know (fixP->fx_r_type < BFD_RELOC_NONE); in tc_aout_fix_to_chars() [all …]
|
| D | tc-mn10300.h | 34 ((FIX)->fx_r_type != BFD_RELOC_32_PLT_PCREL \ 35 && (FIX)->fx_r_type != BFD_RELOC_MN10300_GOT32 \ 36 && (FIX)->fx_r_type != BFD_RELOC_32_GOT_PCREL \
|
| D | tc-i370.c | 1150 if (fixp->fx_r_type <= BFD_RELOC_UNUSED in i370_elf_validate_fix() 1151 && fixp->fx_r_type != BFD_RELOC_16_GOTOFF in i370_elf_validate_fix() 1152 && fixp->fx_r_type != BFD_RELOC_HI16_GOTOFF in i370_elf_validate_fix() 1153 && fixp->fx_r_type != BFD_RELOC_LO16_GOTOFF in i370_elf_validate_fix() 1154 && fixp->fx_r_type != BFD_RELOC_HI16_S_GOTOFF in i370_elf_validate_fix() 1155 && fixp->fx_r_type != BFD_RELOC_32_BASEREL in i370_elf_validate_fix() 1156 && fixp->fx_r_type != BFD_RELOC_LO16_BASEREL in i370_elf_validate_fix() 1157 && fixp->fx_r_type != BFD_RELOC_HI16_BASEREL in i370_elf_validate_fix() 1158 && fixp->fx_r_type != BFD_RELOC_HI16_S_BASEREL in i370_elf_validate_fix() 1168 || fixp->fx_r_type != BFD_RELOC_CTOR) in i370_elf_validate_fix() [all …]
|
| D | tc-ip2k.c | 400 switch (fix->fx_r_type) in ip2k_force_relocation() 421 fix->fx_r_type = BFD_RELOC_IP2K_TEXT; in ip2k_force_relocation() 436 if (fixP->fx_r_type == BFD_RELOC_IP2K_TEXT in ip2k_apply_fix() 441 fixP->fx_r_type = BFD_RELOC_16; in ip2k_apply_fix() 443 else if (fixP->fx_r_type == BFD_RELOC_UNUSED + IP2K_OPERAND_FR) in ip2k_apply_fix()
|
| D | tc-ppc.c | 1873 if (fixp->fx_r_type <= BFD_RELOC_UNUSED 1874 && fixp->fx_r_type != BFD_RELOC_16_GOTOFF 1875 && fixp->fx_r_type != BFD_RELOC_HI16_GOTOFF 1876 && fixp->fx_r_type != BFD_RELOC_LO16_GOTOFF 1877 && fixp->fx_r_type != BFD_RELOC_HI16_S_GOTOFF 1878 && fixp->fx_r_type != BFD_RELOC_16_BASEREL 1879 && fixp->fx_r_type != BFD_RELOC_LO16_BASEREL 1880 && fixp->fx_r_type != BFD_RELOC_HI16_BASEREL 1881 && fixp->fx_r_type != BFD_RELOC_HI16_S_BASEREL 1892 || fixp->fx_r_type != BFD_RELOC_CTOR) [all …]
|
| D | tc-i860.c | 1369 fix->fx_r_type = BFD_RELOC_NONE; in md_apply_fix() 1374 fix->fx_r_type = obtain_reloc_for_imm16 (fix, &val); in md_apply_fix() 1383 fix->fx_r_type = BFD_RELOC_NONE; in md_apply_fix() 1392 fix->fx_r_type = obtain_reloc_for_imm16 (fix, &val); in md_apply_fix() 1402 fix->fx_r_type = BFD_RELOC_NONE; in md_apply_fix() 1418 fix->fx_r_type = BFD_RELOC_860_PC16; in md_apply_fix() 1425 fix->fx_r_type = BFD_RELOC_NONE; in md_apply_fix() 1440 fix->fx_r_type = BFD_RELOC_860_PC26; in md_apply_fix() 1447 fix->fx_r_type = BFD_RELOC_NONE; in md_apply_fix() 1463 fix->fx_r_type = BFD_RELOC_32; in md_apply_fix() [all …]
|
| D | tc-ms1.c | 470 if ((fixP->fx_pcrel != 0) && (fixP->fx_r_type == BFD_RELOC_32)) in ms1_apply_fix() 471 fixP->fx_r_type = BFD_RELOC_32_PCREL; in ms1_apply_fix() 481 if ((int) fixP->fx_r_type >= (int) BFD_RELOC_UNUSED) in ms1_fix_adjustable() 484 int opindex = (int) fixP->fx_r_type - (int) BFD_RELOC_UNUSED; in ms1_fix_adjustable() 491 reloc_type = fixP->fx_r_type; in ms1_fix_adjustable()
|
| D | tc-mmix.h | 133 && (FIX)->fx_r_type != BFD_RELOC_VTABLE_INHERIT \ 134 && (FIX)->fx_r_type != BFD_RELOC_VTABLE_ENTRY \ 135 && (FIX)->fx_r_type != BFD_RELOC_MMIX_LOCAL)
|
| D | tc-a29k.c | 743 know (fixP->fx_r_type < NO_RELOC); in md_apply_fix() 746 if (fixP->fx_r_type == RELOC_WDISP30 && fixP->fx_addsy) in md_apply_fix() 749 switch (fixP->fx_r_type) in md_apply_fix() 835 as_bad (_("bad relocation type: 0x%02x"), fixP->fx_r_type); in md_apply_fix() 847 switch (fixP->fx_r_type) in tc_coff_fix2rtype() 855 printf (_("need %o3\n"), fixP->fx_r_type); in tc_coff_fix2rtype() 902 know (fixP->fx_r_type < NO_RELOC); in tc_aout_fix_to_chars() 916 …where[7] = (((!S_IS_DEFINED (fixP->fx_addsy)) << 7) & 0x80) | (0 & 0x60) | (fixP->fx_r_type & 0x1F… in tc_aout_fix_to_chars()
|
| D | tc-pj.h | 59 (! ((FIX)->fx_r_type == BFD_RELOC_VTABLE_INHERIT \ 60 || (FIX)->fx_r_type == BFD_RELOC_VTABLE_ENTRY))
|
| D | tc-w65.c | 888 if (fixP->fx_r_type == 0) in md_apply_fix() 891 fixP->fx_r_type = R_W65_ABS8; in md_apply_fix() 893 fixP->fx_r_type = R_W65_ABS16; in md_apply_fix() 896 switch (fixP->fx_r_type) in md_apply_fix() 961 return fix_ptr->fx_r_type; in tc_coff_fix2rtype() 976 if (fix_ptr->fx_r_type == RELOC_32) in tc_reloc_mangle() 996 intr->r_type = fix_ptr->fx_r_type; in tc_reloc_mangle()
|
| D | tc-mcore.h | 36 (x)->fx_r_type < BFD_RELOC_MCORE_PCREL_IMM8BY4) 77 ((x)->fx_r_type == BFD_RELOC_RVA || generic_force_reloc (x))
|
| D | tc-crx.c | 285 && ( (fix)->fx_r_type == BFD_RELOC_CRX_NUM8 \ 286 || (fix)->fx_r_type == BFD_RELOC_CRX_NUM16 \ 287 || (fix)->fx_r_type == BFD_RELOC_CRX_NUM32)) 323 switch (fixP->fx_r_type) in tc_gen_reloc() 326 fixP->fx_r_type = BFD_RELOC_CRX_SWITCH8; in tc_gen_reloc() 329 fixP->fx_r_type = BFD_RELOC_CRX_SWITCH16; in tc_gen_reloc() 332 fixP->fx_r_type = BFD_RELOC_CRX_SWITCH32; in tc_gen_reloc() 353 assert ((int) fixP->fx_r_type > 0); in tc_gen_reloc() 354 reloc->howto = bfd_reloc_type_lookup (stdoutput, fixP->fx_r_type); in tc_gen_reloc() 360 fixP->fx_r_type, in tc_gen_reloc() [all …]
|
| D | tc-i386.c | 1279 && fixP->fx_r_type == BFD_RELOC_32_PCREL) 1283 if (fixP->fx_r_type == BFD_RELOC_386_GOTOFF 1284 || fixP->fx_r_type == BFD_RELOC_386_PLT32 1285 || fixP->fx_r_type == BFD_RELOC_386_GOT32 1286 || fixP->fx_r_type == BFD_RELOC_386_TLS_GD 1287 || fixP->fx_r_type == BFD_RELOC_386_TLS_LDM 1288 || fixP->fx_r_type == BFD_RELOC_386_TLS_LDO_32 1289 || fixP->fx_r_type == BFD_RELOC_386_TLS_IE_32 1290 || fixP->fx_r_type == BFD_RELOC_386_TLS_IE 1291 || fixP->fx_r_type == BFD_RELOC_386_TLS_GOTIE [all …]
|
| D | tc-dlx.c | 934 switch (fixP->fx_r_type) in md_assemble() 1054 return (fixP->fx_r_type != BFD_RELOC_VTABLE_INHERIT in md_dlx_fix_adjustable() 1055 && fixP->fx_r_type != BFD_RELOC_VTABLE_ENTRY); in md_dlx_fix_adjustable() 1064 switch (fixP->fx_r_type) in md_apply_fix() 1251 reloc->howto = bfd_reloc_type_lookup (stdoutput, fixP->fx_r_type); in tc_gen_reloc() 1257 fixP->fx_r_type, in tc_gen_reloc() 1258 bfd_get_reloc_code_name (fixP->fx_r_type)); in tc_gen_reloc() 1268 if (fixP->fx_r_type == BFD_RELOC_VTABLE_ENTRY) in tc_gen_reloc()
|
| /mirbsd/src/gnu/usr.bin/binutils/gas/ |
| D | cgen.c | 600 if ((int) fixP->fx_r_type >= (int) BFD_RELOC_UNUSED) 602 int opindex = (int) fixP->fx_r_type - (int) BFD_RELOC_UNUSED; 652 fixP->fx_r_type = reloc_type; 665 switch (fixP->fx_r_type) 682 fixP->fx_r_type, bfd_get_reloc_code_name (fixP->fx_r_type)); 708 reloc->howto = bfd_reloc_type_lookup (stdoutput, fixP->fx_r_type); 722 if (fixP->fx_r_type == BFD_RELOC_VTABLE_ENTRY 723 || fixP->fx_r_type == BFD_RELOC_VTABLE_INHERIT)
|