Searched refs:BFD_RELOC_64_PCREL (Results 1 – 25 of 32) sorted by relevance
12
/toolchain/binutils/binutils-2.25/gas/config/ |
D | tc-microblaze.c | 1868 fragP->fr_offset, TRUE, BFD_RELOC_64_PCREL); in md_convert_frag() 1902 fragP->fr_offset, TRUE, BFD_RELOC_64_PCREL); in md_convert_frag() 2086 case BFD_RELOC_64_PCREL: in md_apply_fix() 2164 if (fixP->fx_r_type == BFD_RELOC_64_PCREL) in md_apply_fix() 2365 if (fixp->fx_r_type == BFD_RELOC_64_PCREL) in md_pcrel_from_section() 2392 case BFD_RELOC_64_PCREL: in tc_gen_reloc()
|
D | tc-s390.c | 2390 fixP->fx_r_type = BFD_RELOC_64_PCREL; in md_apply_fix() 2397 case BFD_RELOC_64_PCREL: in md_apply_fix() 2398 fixP->fx_r_type = BFD_RELOC_64_PCREL; in md_apply_fix() 2464 || (s390_arch_size == 64 && code == BFD_RELOC_64_PCREL)) in tc_gen_reloc()
|
D | tc-xstormy16.c | 470 fixP->fx_r_type = BFD_RELOC_64_PCREL; in xstormy16_md_apply_fix()
|
D | tc-sh64.c | 517 case BFD_RELOC_64_PCREL: in shmedia_init_reloc() 632 fixP->fx_r_type = BFD_RELOC_64_PCREL; in shmedia_md_apply_fix() 668 case BFD_RELOC_64_PCREL: in shmedia_md_apply_fix() 3065 case BFD_RELOC_64_PCREL: in shmedia_md_pcrel_from_section()
|
D | tc-tilegx.c | 1716 case BFD_RELOC_64_PCREL: in md_apply_fix()
|
D | tc-mmix.c | 2465 case BFD_RELOC_64_PCREL: in md_apply_fix() 2672 case BFD_RELOC_64_PCREL: in tc_gen_reloc()
|
D | tc-i386.c | 2915 case 8: return BFD_RELOC_64_PCREL; in reloc() 9144 fixP->fx_r_type = BFD_RELOC_64_PCREL; in md_apply_fix() 9161 || fixP->fx_r_type == BFD_RELOC_64_PCREL in md_apply_fix() 10423 case 8: code = BFD_RELOC_64_PCREL; break; in tc_gen_reloc() 10459 if ((code == BFD_RELOC_64 || code == BFD_RELOC_64_PCREL) in tc_gen_reloc() 10493 case BFD_RELOC_64_PCREL: in tc_gen_reloc()
|
D | tc-sparc.c | 3723 case BFD_RELOC_64_PCREL: in tc_gen_reloc() 4787 case 8: r = BFD_RELOC_64_PCREL; break; in cons_fix_new_sparc()
|
D | tc-ppc.c | 6980 case BFD_RELOC_64_PCREL: in md_apply_fix() 7026 fixP->fx_r_type = BFD_RELOC_64_PCREL; in md_apply_fix() 7041 case BFD_RELOC_64_PCREL: in md_apply_fix()
|
D | tc-aarch64.c | 6402 case BFD_RELOC_64_PCREL: in md_apply_fix() 6709 code = BFD_RELOC_64_PCREL; in tc_gen_reloc()
|
D | tc-alpha.c | 5785 fixP->fx_r_type = BFD_RELOC_64_PCREL; in md_apply_fix()
|
/toolchain/binutils/binutils-2.25/bfd/ |
D | coff-x86_64.c | 661 case BFD_RELOC_64_PCREL: in coff_amd64_reloc_type_lookup()
|
D | coff-alpha.c | 1189 case BFD_RELOC_64_PCREL: in alpha_bfd_reloc_type_lookup()
|
D | bfd-in2.h | 2582 BFD_RELOC_64_PCREL, enumerator 2723 #define BFD_RELOC_SPARC_DISP64 BFD_RELOC_64_PCREL
|
D | elf64-mmix.c | 779 {BFD_RELOC_64_PCREL, R_MMIX_PC_64},
|
D | elf64-sh64.c | 1362 { BFD_RELOC_64_PCREL, R_SH_64_PCREL },
|
D | elf32-microblaze.c | 548 case BFD_RELOC_64_PCREL: in microblaze_elf_reloc_type_lookup()
|
D | elfxx-tilegx.c | 652 TH_REMAP (BFD_RELOC_64_PCREL, R_TILEGX_64_PCREL)
|
D | elf64-s390.c | 251 case BFD_RELOC_64_PCREL: in elf_s390_reloc_type_lookup()
|
D | elf64-alpha.c | 1047 {BFD_RELOC_64_PCREL, R_ALPHA_SREL64},
|
D | elf64-x86-64.c | 242 { BFD_RELOC_64_PCREL, R_X86_64_PC64, },
|
D | elf32-sh.c | 418 { BFD_RELOC_64_PCREL, R_SH_64_PCREL },
|
/toolchain/binutils/binutils-2.25/gas/ |
D | cgen.c | 1030 case BFD_RELOC_64: r = BFD_RELOC_64_PCREL; break; in gas_cgen_pcrel_r_type()
|
D | ChangeLog-2008 | 1258 md_pcrel_from_section for BFD_RELOC_64 and BFD_RELOC_64_PCREL.
|
D | ChangeLog-2005 | 1859 * config/tc-i386.c (reloc): Also handle BFD_RELOC_64_PCREL. 1878 to pc-relative variant. Also check for BFD_RELOC_64_PCREL.
|
12