Searched refs:R_PPC64_TOC (Results 1 - 9 of 9) sorted by relevance

/openbsd-current/sys/arch/powerpc64/include/
H A Dreloc.h71 #define R_PPC64_TOC 51 macro
/openbsd-current/gnu/usr.bin/binutils/include/elf/
H A Dppc64.h78 RELOC_NUMBER (R_PPC64_TOC, 51)
/openbsd-current/gnu/usr.bin/binutils-2.17/include/elf/
H A Dppc64.h78 RELOC_NUMBER (R_PPC64_TOC, 51)
/openbsd-current/gnu/llvm/lld/ELF/Arch/
H A DPPC64.cpp987 case R_PPC64_TOC:
1064 if (type == R_PPC64_ADDR64 || type == R_PPC64_TOC)
1343 case R_PPC64_TOC:
/openbsd-current/gnu/llvm/llvm/lib/Target/PowerPC/MCTargetDesc/
H A DPPCELFObjectWriter.cpp442 Type = ELF::R_PPC64_TOC;
/openbsd-current/gnu/usr.bin/binutils-2.17/bfd/
H A Delf64-ppc.c972 /* R_PPC64_TOC 51 doubleword64 .TOC. */
973 HOWTO (R_PPC64_TOC, /* type */
981 "R_PPC64_TOC", /* name */
2050 case BFD_RELOC_PPC64_TOC: r = R_PPC64_TOC;
4730 && ELF64_R_TYPE ((rel + 1)->r_info) == R_PPC64_TOC)
4776 case R_PPC64_TOC:
4977 && ELF64_R_TYPE ((look + 1)->r_info) == R_PPC64_TOC)
6245 case R_PPC64_TOC:
6419 || (r_type = ELF64_R_TYPE ((rel + 1)->r_info)) != R_PPC64_TOC)
6483 && ELF64_R_TYPE (rel[1].r_info) == R_PPC64_TOC)
[all...]
/openbsd-current/gnu/usr.bin/binutils/bfd/
H A Delf64-ppc.c957 /* R_PPC64_TOC 51 doubleword64 .TOC. */
958 HOWTO (R_PPC64_TOC, /* type */
966 "R_PPC64_TOC", /* name */
1975 case BFD_RELOC_PPC64_TOC: r = R_PPC64_TOC;
3937 && ELF64_R_TYPE ((rel + 1)->r_info) == R_PPC64_TOC)
3971 case R_PPC64_TOC:
5037 || (r_type = ELF64_R_TYPE ((rel + 1)->r_info)) != R_PPC64_TOC)
6724 the correct TOC value for R_PPC64_TOC relocs that don't have or
7458 /* For old style R_PPC64_TOC relocs with a zero symbol, use the
7461 if (rel->r_info == ELF64_R_INFO (0, R_PPC64_TOC)
[all...]
/openbsd-current/gnu/llvm/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyldELF.cpp749 // Just check if following relocation is a R_PPC64_TOC
751 if (TypeTOC != ELF::R_PPC64_TOC)
1688 // via a ELF::R_PPC64_TOC relocation (where both symbol and addend are
1691 if (RelType == ELF::R_PPC64_TOC) {
/openbsd-current/gnu/llvm/lld/ELF/
H A DRelocations.cpp1384 else if (config->emachine == EM_PPC64 && config->isPic && type == R_PPC64_TOC)

Completed in 278 milliseconds