Home
last modified time | relevance | path

Searched refs:BFD_RELOC_64_PCREL (Results 1 – 17 of 17) sorted by relevance

/freebsd-12-stable/contrib/binutils/gas/config/
Dtc-s390.c2216 fixP->fx_r_type = BFD_RELOC_64_PCREL;
2223 case BFD_RELOC_64_PCREL:
2224 fixP->fx_r_type = BFD_RELOC_64_PCREL;
2294 || (s390_arch_size == 64 && code == BFD_RELOC_64_PCREL))
Dtc-i386.c1556 case 8: return BFD_RELOC_64_PCREL; in reloc()
5606 fixP->fx_r_type = BFD_RELOC_64_PCREL;
5623 || fixP->fx_r_type == BFD_RELOC_64_PCREL
6428 case 8: code = BFD_RELOC_64_PCREL; break;
6464 if ((code == BFD_RELOC_64 || code == BFD_RELOC_64_PCREL)
Dtc-sparc.c3496 case BFD_RELOC_64_PCREL:
4579 case 8: r = BFD_RELOC_64_PCREL; break;
Dtc-ppc.c5793 fixP->fx_r_type = BFD_RELOC_64_PCREL; in md_apply_fix()
5796 case BFD_RELOC_64_PCREL: in md_apply_fix()
Dtc-alpha.c5263 fixP->fx_r_type = BFD_RELOC_64_PCREL; in md_apply_fix()
/freebsd-12-stable/contrib/binutils/bfd/
Dcoff-x86_64.c652 case BFD_RELOC_64_PCREL: in coff_amd64_reloc_type_lookup()
Dbfd-in2.h2354 BFD_RELOC_64_PCREL, enumerator
2469 #define BFD_RELOC_SPARC_DISP64 BFD_RELOC_64_PCREL
Dcoff-alpha.c1238 case BFD_RELOC_64_PCREL:
Delf64-x86-64.c195 { BFD_RELOC_64_PCREL, R_X86_64_PC64, },
Delf64-s390.c285 case BFD_RELOC_64_PCREL:
Delfxx-sparc.c286 { BFD_RELOC_64_PCREL, R_SPARC_DISP64 },
Delf64-alpha.c1025 {BFD_RELOC_64_PCREL, R_ALPHA_SREL64},
Delf.c7355 code = BFD_RELOC_64_PCREL; in _bfd_elf_validate_reloc()
Delf64-ppc.c2012 case BFD_RELOC_64_PCREL: r = R_PPC64_REL64; in ppc64_elf_reloc_type_lookup()
DChangeLog-000140 (sparc_reloc_map): Add BFD_RELOC_16_PCREL, BFD_RELOC_64_PCREL
/freebsd-12-stable/gnu/usr.bin/binutils/libbfd/
Dbfd.h2361 BFD_RELOC_64_PCREL, enumerator
2476 #define BFD_RELOC_SPARC_DISP64 BFD_RELOC_64_PCREL
/freebsd-12-stable/contrib/binutils/gas/
DChangeLog-20062255 and BFD_RELOC_64_PCREL are mapped to BFD_RELOC_X86_64_GOTPC64.