Home
last modified time | relevance | path

Searched refs:BFD_RELOC_32_PLT_PCREL (Results 1 – 19 of 19) sorted by relevance

/toolchain/binutils/binutils-2.25/gas/config/
Dtc-sh64.c900 reloctype = BFD_RELOC_32_PLT_PCREL; in shmedia_md_convert_frag()
939 reloctype == BFD_RELOC_32_PLT_PCREL in shmedia_md_convert_frag()
944 reloctype == BFD_RELOC_32_PLT_PCREL in shmedia_md_convert_frag()
994 reloctype == BFD_RELOC_32_PLT_PCREL in shmedia_md_convert_frag()
999 reloctype == BFD_RELOC_32_PLT_PCREL in shmedia_md_convert_frag()
1004 reloctype == BFD_RELOC_32_PLT_PCREL in shmedia_md_convert_frag()
1014 reloctype = BFD_RELOC_32_PLT_PCREL; in shmedia_md_convert_frag()
1069 reloctype == BFD_RELOC_32_PLT_PCREL in shmedia_md_convert_frag()
1074 reloctype == BFD_RELOC_32_PLT_PCREL in shmedia_md_convert_frag()
1079 reloctype == BFD_RELOC_32_PLT_PCREL in shmedia_md_convert_frag()
[all …]
Dtc-sh.h208 || (FIX)->fx_r_type == BFD_RELOC_32_PLT_PCREL \
220 ((FIX)->fx_r_type == BFD_RELOC_32_PLT_PCREL \
227 && ((FIX)->fx_r_type == BFD_RELOC_32_PLT_PCREL \
Dtc-sh64.h82 || (FIX)->fx_r_type == BFD_RELOC_32_PLT_PCREL \
119 && ((FIX)->fx_r_type == BFD_RELOC_32_PLT_PCREL \
Dtc-vax.h65 && (FIX)->fx_r_type != BFD_RELOC_32_PLT_PCREL \
Dtc-mn10300.h33 || (FIX)->fx_r_type == BFD_RELOC_32_PLT_PCREL \
Dtc-sh.c665 case BFD_RELOC_32_PLT_PCREL: in sh_check_fixup()
689 case BFD_RELOC_32_PLT_PCREL: in sh_check_fixup()
713 case BFD_RELOC_32_PLT_PCREL: in sh_check_fixup()
737 case BFD_RELOC_32_PLT_PCREL: in sh_check_fixup()
3864 if (fixP->fx_r_type == BFD_RELOC_32_PLT_PCREL in sh_fix_adjustable()
4209 case BFD_RELOC_32_PLT_PCREL: in md_apply_fix()
4559 reloc_type = BFD_RELOC_32_PLT_PCREL; in sh_parse_name()
Dtc-mn10300.c1000 if (fixup->reloc == BFD_RELOC_32_PLT_PCREL in mn10300_check_fixup()
2067 && fixups[i].reloc != BFD_RELOC_32_PLT_PCREL in md_assemble()
2511 reloc_type = BFD_RELOC_32_PLT_PCREL; in mn10300_parse_name()
Dtc-vax.c414 reloc_type = BFD_RELOC_32_PLT_PCREL; in md_estimate_size_before_relax()
2362 case BFD_RELOC_32_PLT_PCREL: in tc_gen_reloc()
Dtc-ppc.c1933 MAP32 ("pltrel", BFD_RELOC_32_PLT_PCREL), in ppc_elf_suffix()
6929 case BFD_RELOC_32_PLT_PCREL: in md_apply_fix()
7050 case BFD_RELOC_32_PLT_PCREL: in md_apply_fix()
Dtc-m68k.c1059 return BFD_RELOC_32_PLT_PCREL; in get_reloc_code()
1199 case BFD_RELOC_32_PLT_PCREL: in tc_m68k_fix_adjustable()
1291 case BFD_RELOC_32_PLT_PCREL: in tc_gen_reloc()
/toolchain/binutils/binutils-2.25/bfd/
Delf32-vax.c305 { BFD_RELOC_32_PLT_PCREL, R_VAX_PLT32 },
Delf32-m68k.c380 { BFD_RELOC_32_PLT_PCREL, R_68K_PLT32 },
Dbfd-in2.h2603 BFD_RELOC_32_PLT_PCREL, enumerator
Delf-m10300.c659 { BFD_RELOC_32_PLT_PCREL, R_MN10300_PLT32 },
Delf32-sh.c354 { BFD_RELOC_32_PLT_PCREL, R_SH_PLT32 },
Delf32-ppc.c1894 case BFD_RELOC_32_PLT_PCREL: r = R_PPC_PLTREL32; break; in ppc_elf_reloc_type_lookup()
Delf64-ppc.c2238 case BFD_RELOC_32_PLT_PCREL: r = R_PPC64_PLTREL32; in ppc64_elf_reloc_type_lookup()
/toolchain/binutils/binutils-2.25/gas/
DChangeLog-02033556 for BFD_RELOC_32_PLT_PCREL.
4558 (md_apply_fix3 <case BFD_RELOC_32_PLT_PCREL>): Simplify,
7053 * config/tc-sh.c (md_apply_fix3) <BFD_RELOC_32_PLT_PCREL>: Don't
DChangeLog-2006794 in fx_addnumber for BFD_RELOC_32_PLT_PCREL.