Searched refs:BFD_RELOC_32_PLT_PCREL (Results 1 – 19 of 19) sorted by relevance
/toolchain/binutils/binutils-2.25/gas/config/ |
D | tc-sh64.c | 900 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 …]
|
D | tc-sh.h | 208 || (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 \
|
D | tc-sh64.h | 82 || (FIX)->fx_r_type == BFD_RELOC_32_PLT_PCREL \ 119 && ((FIX)->fx_r_type == BFD_RELOC_32_PLT_PCREL \
|
D | tc-vax.h | 65 && (FIX)->fx_r_type != BFD_RELOC_32_PLT_PCREL \
|
D | tc-mn10300.h | 33 || (FIX)->fx_r_type == BFD_RELOC_32_PLT_PCREL \
|
D | tc-sh.c | 665 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()
|
D | tc-mn10300.c | 1000 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()
|
D | tc-vax.c | 414 reloc_type = BFD_RELOC_32_PLT_PCREL; in md_estimate_size_before_relax() 2362 case BFD_RELOC_32_PLT_PCREL: in tc_gen_reloc()
|
D | tc-ppc.c | 1933 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()
|
D | tc-m68k.c | 1059 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/ |
D | elf32-vax.c | 305 { BFD_RELOC_32_PLT_PCREL, R_VAX_PLT32 },
|
D | elf32-m68k.c | 380 { BFD_RELOC_32_PLT_PCREL, R_68K_PLT32 },
|
D | bfd-in2.h | 2603 BFD_RELOC_32_PLT_PCREL, enumerator
|
D | elf-m10300.c | 659 { BFD_RELOC_32_PLT_PCREL, R_MN10300_PLT32 },
|
D | elf32-sh.c | 354 { BFD_RELOC_32_PLT_PCREL, R_SH_PLT32 },
|
D | elf32-ppc.c | 1894 case BFD_RELOC_32_PLT_PCREL: r = R_PPC_PLTREL32; break; in ppc_elf_reloc_type_lookup()
|
D | elf64-ppc.c | 2238 case BFD_RELOC_32_PLT_PCREL: r = R_PPC64_PLTREL32; in ppc64_elf_reloc_type_lookup()
|
/toolchain/binutils/binutils-2.25/gas/ |
D | ChangeLog-0203 | 3556 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
|
D | ChangeLog-2006 | 794 in fx_addnumber for BFD_RELOC_32_PLT_PCREL.
|