Home
last modified time | relevance | path

Searched refs:R_SPARC_64 (Results 1 – 13 of 13) sorted by relevance

/openbsd/gnu/llvm/lld/ELF/Arch/
H A DSPARCV9.cpp39 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 Dexec.h65 #define R_SPARC_64 32 macro
/openbsd/gnu/llvm/llvm/include/llvm/BinaryFormat/ELFRelocs/
H A DSparc.def38 ELF_RELOC(R_SPARC_64, 32)
/openbsd/gnu/usr.bin/binutils/include/elf/
H A Dsparc.h104 RELOC_NUMBER (R_SPARC_64, 32)
/openbsd/gnu/usr.bin/binutils-2.17/include/elf/
H A Dsparc.h105 RELOC_NUMBER (R_SPARC_64, 32)
/openbsd/gnu/llvm/llvm/lib/Target/Sparc/MCTargetDesc/
H A DSparcELFObjectWriter.cpp84 : ELF::R_SPARC_64); in getRelocType()
H A DSparcAsmBackend.cpp154 .Case("BFD_RELOC_64", ELF::R_SPARC_64) in getFixupKind()
/openbsd/gnu/usr.bin/binutils/bfd/
H A Delf64-sparc.c156 …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 Delf32-sparc.c138 …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 DChangeLog-9697490 (sparc_reloc_map): Likewise. Map BFD_RELOC_CTOR to R_SPARC_64.
/openbsd/gnu/usr.bin/binutils-2.17/bfd/
H A Delfxx-sparc.c212 …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 DChangeLog-9697490 (sparc_reloc_map): Likewise. Map BFD_RELOC_CTOR to R_SPARC_64.
/openbsd/gnu/llvm/llvm/lib/Object/
H A DRelocationResolver.cpp233 case ELF::R_SPARC_64: in supportsSparc64()
246 case ELF::R_SPARC_64: in resolveSparc64()