Home
last modified time | relevance | path

Searched refs:R_PPC64_TOC16_DS (Results 1 – 10 of 10) sorted by relevance

/openbsd/gnu/llvm/llvm/include/llvm/BinaryFormat/ELFRelocs/
H A DPowerPC64.def49 #undef R_PPC64_TOC16_DS
152 ELF_RELOC(R_PPC64_TOC16_DS, 63)
/openbsd/sys/arch/powerpc64/include/
H A Dreloc.h83 #define R_PPC64_TOC16_DS 63 macro
/openbsd/gnu/usr.bin/binutils/include/elf/
H A Dppc64.h93 RELOC_NUMBER (R_PPC64_TOC16_DS, 63)
/openbsd/gnu/usr.bin/binutils-2.17/include/elf/
H A Dppc64.h93 RELOC_NUMBER (R_PPC64_TOC16_DS, 63)
/openbsd/gnu/llvm/llvm/lib/Target/PowerPC/MCTargetDesc/
H A DPPCELFObjectWriter.cpp369 Type = ELF::R_PPC64_TOC16_DS; in getRelocType()
/openbsd/gnu/llvm/lld/ELF/Arch/
H A DPPC64.cpp976 case R_PPC64_TOC16_DS: in getRelExpr()
1157 case R_PPC64_TOC16_DS: in toAddr16Rel()
/openbsd/gnu/usr.bin/binutils/bfd/
H A Delf64-ppc.c1150 HOWTO (R_PPC64_TOC16_DS, /* type */
1997 case BFD_RELOC_PPC64_TOC16_DS: r = R_PPC64_TOC16_DS; in ppc64_elf_reloc_type_lookup()
3803 case R_PPC64_TOC16_DS: in ppc64_elf_check_relocs()
7554 if (R_PPC64_TOC16_LO_DS != R_PPC64_TOC16_DS + 1 in ppc64_elf_relocate_section()
7573 case R_PPC64_TOC16_DS: in ppc64_elf_relocate_section()
7588 if (r_type == R_PPC64_TOC16_DS in ppc64_elf_relocate_section()
7772 r_type += R_PPC64_TOC16_DS - R_PPC64_TOC16; in ppc64_elf_relocate_section()
8286 case R_PPC64_TOC16_DS: in ppc64_elf_relocate_section()
8616 case R_PPC64_TOC16_DS: in ppc64_elf_relocate_section()
/openbsd/gnu/usr.bin/binutils-2.17/bfd/
H A Delf64-ppc.c1165 HOWTO (R_PPC64_TOC16_DS, /* type */
4578 case R_PPC64_TOC16_DS: in ppc64_elf_check_relocs()
7227 case R_PPC64_TOC16_DS: in ppc64_elf_edit_toc()
7329 case R_PPC64_TOC16_DS: in ppc64_elf_edit_toc()
7488 case R_PPC64_TOC16_DS: in ppc64_elf_edit_toc()
9920 if (R_PPC64_TOC16_LO_DS != R_PPC64_TOC16_DS + 1 in ppc64_elf_relocate_section()
9939 case R_PPC64_TOC16_DS: in ppc64_elf_relocate_section()
9954 if (r_type == R_PPC64_TOC16_DS in ppc64_elf_relocate_section()
10139 r_type += R_PPC64_TOC16_DS - R_PPC64_TOC16; in ppc64_elf_relocate_section()
10692 case R_PPC64_TOC16_DS: in ppc64_elf_relocate_section()
[all …]
/openbsd/gnu/llvm/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyldELF.cpp1654 RelType == ELF::R_PPC64_TOC16_DS || in processRelocationRef()
1671 case ELF::R_PPC64_TOC16_DS: RelType = ELF::R_PPC64_ADDR16_DS; break; in processRelocationRef()
/openbsd/gnu/llvm/lld/ELF/
H A DRelocations.cpp1406 if (type == R_PPC64_TOC16 || type == R_PPC64_TOC16_DS) in scanOne()