Searched refs:R_SPARC_64 (Results 1 – 13 of 13) sorted by relevance
/openbsd/gnu/llvm/lld/ELF/Arch/ |
H A D | SPARCV9.cpp | 39 symbolicRel = R_SPARC_64; in SPARCV9() 53 case R_SPARC_64: in getRelExpr() 137 case R_SPARC_64: in relocate()
|
/openbsd/sys/arch/sparc64/include/ |
H A D | exec.h | 65 #define R_SPARC_64 32 macro
|
/openbsd/gnu/llvm/llvm/include/llvm/BinaryFormat/ELFRelocs/ |
H A D | Sparc.def | 38 ELF_RELOC(R_SPARC_64, 32)
|
/openbsd/gnu/usr.bin/binutils/include/elf/ |
H A D | sparc.h | 104 RELOC_NUMBER (R_SPARC_64, 32)
|
/openbsd/gnu/usr.bin/binutils-2.17/include/elf/ |
H A D | sparc.h | 105 RELOC_NUMBER (R_SPARC_64, 32)
|
/openbsd/gnu/llvm/llvm/lib/Target/Sparc/MCTargetDesc/ |
H A D | SparcELFObjectWriter.cpp | 84 : ELF::R_SPARC_64); in getRelocType()
|
H A D | SparcAsmBackend.cpp | 154 .Case("BFD_RELOC_64", ELF::R_SPARC_64) in getFixupKind()
|
/openbsd/gnu/usr.bin/binutils/bfd/ |
H A D | elf64-sparc.c | 156 …HOWTO(R_SPARC_64, 0,4,64,FALSE,0,complain_overflow_bitfield,bfd_elf_generic_reloc, "R_SPAR… 218 { BFD_RELOC_CTOR, R_SPARC_64 }, 243 { BFD_RELOC_SPARC_64, R_SPARC_64 }, 1303 case R_SPARC_64: 2130 case R_SPARC_64: 2200 case R_SPARC_64: 2204 if (!(outrel.r_offset & 7)) r_type = R_SPARC_64; 2241 if (r_type == R_SPARC_64) 2435 r_type = r_type == R_SPARC_PLT32 ? R_SPARC_32 : R_SPARC_64;
|
H A D | elf32-sparc.c | 138 …HOWTO(R_SPARC_64, 0,0,00,FALSE,0,complain_overflow_dont, sparc_elf_notsupported_reloc, … 233 { BFD_RELOC_SPARC_64, R_SPARC_64 },
|
H A D | ChangeLog-9697 | 490 (sparc_reloc_map): Likewise. Map BFD_RELOC_CTOR to R_SPARC_64.
|
/openbsd/gnu/usr.bin/binutils-2.17/bfd/ |
H A D | elfxx-sparc.c | 212 …HOWTO(R_SPARC_64, 0,4,64,FALSE,0,complain_overflow_bitfield,bfd_elf_generic_reloc, "R_SPAR… 280 { BFD_RELOC_CTOR, R_SPARC_64 }, 305 { BFD_RELOC_SPARC_64, R_SPARC_64 }, 1337 case R_SPARC_64: in _bfd_sparc_elf_check_relocs() 1652 case R_SPARC_64: in _bfd_sparc_elf_gc_sweep_hook() 2660 r_type = (r_type == R_SPARC_PLT32) ? R_SPARC_32 : R_SPARC_64; in _bfd_sparc_elf_relocate_section() 2708 r_type = r_type == R_SPARC_PLT32 ? R_SPARC_32 : R_SPARC_64; in _bfd_sparc_elf_relocate_section() 2742 case R_SPARC_64: in _bfd_sparc_elf_relocate_section() 2823 case R_SPARC_64: in _bfd_sparc_elf_relocate_section() 2829 r_type = R_SPARC_64; in _bfd_sparc_elf_relocate_section() [all …]
|
H A D | ChangeLog-9697 | 490 (sparc_reloc_map): Likewise. Map BFD_RELOC_CTOR to R_SPARC_64.
|
/openbsd/gnu/llvm/llvm/lib/Object/ |
H A D | RelocationResolver.cpp | 233 case ELF::R_SPARC_64: in supportsSparc64() 246 case ELF::R_SPARC_64: in resolveSparc64()
|