/freebsd/sys/powerpc/include/ |
H A D | elf.h | 52 #define ELF_ARCH EM_PPC64 53 #define ELF_MACHINE_OK(x) ((x) == EM_PPC64) 108 #define ELF_TARG_MACH EM_PPC64
|
/freebsd/lib/libkldelf/ |
H A D | ef_powerpc.c | 96 ELF_RELOC(ELFCLASS64, ELFDATA2LSB, EM_PPC64, ef_ppc_reloc); 97 ELF_RELOC(ELFCLASS64, ELFDATA2MSB, EM_PPC64, ef_ppc_reloc);
|
H A D | ef.c | 263 elf_machine(ef->ef_efile) == EM_PPC64) ? in ef_parse_dynamic()
|
/freebsd/lib/libkvm/ |
H A D | kvm_powerpc64.c | 69 if (_kvm16toh(kd, eh->e_machine) != EM_PPC64) in valid_elf_header() 189 return (_kvm_probe_elf_kernel(kd, ELFCLASS64, EM_PPC64) && in _powerpc64_probe() 197 return (_kvm_probe_elf_kernel(kd, ELFCLASS64, EM_PPC64) && in _powerpc64le_probe()
|
H A D | kvm_minidump_powerpc64.c | 46 return (_kvm_probe_elf_kernel(kd, ELFCLASS64, EM_PPC64) && in _powerpc64_minidump_probe()
|
H A D | kvm_private.c | 132 ((machine == EM_PPC || machine == EM_PPC64) ? in _kvm_probe_elf_kernel()
|
/freebsd/contrib/elftoolchain/libelftc/ |
H A D | libelftc_bfdtarget.c | 298 .bt_machine = EM_PPC64, 306 .bt_machine = EM_PPC64, 315 .bt_machine = EM_PPC64,
|
H A D | elftc_reloc_type_str.c | 506 case EM_PPC64: in elftc_reloc_type_str()
|
/freebsd/sys/powerpc/powerpc/ |
H A D | elf64_machdep.c | 155 .machine = EM_PPC64, 171 .machine = EM_PPC64, 187 .machine = EM_PPC64,
|
/freebsd/contrib/llvm-project/llvm/lib/BinaryFormat/ |
H A D | ELF.cpp | 35 .Case("ppc64", EM_PPC64) in convertArchNameToEMachine() 238 case EM_PPC64: in convertEMachineToArchName()
|
/freebsd/contrib/elftoolchain/libelf/ |
H A D | _libelf_config.h | 82 #define LIBELF_ARCH EM_PPC64
|
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/JITLink/ |
H A D | ELF.cpp | 94 case ELF::EM_PPC64: { in createLinkGraphFromELFObject()
|
H A D | ELF_ppc64.cpp | 274 object::getELFRelocationTypeName(ELF::EM_PPC64, ELFReloc)); in defineTOCBase()
|
/freebsd/contrib/llvm-project/lld/ELF/ |
H A D | Target.cpp | 84 case EM_PPC64: in getTarget()
|
H A D | Relocations.cpp | 1469 else if (config->emachine == EM_PPC64 && config->isPic && type == R_PPC64_TOC) in scanOne() 1482 if (config->emachine == EM_PPC64) { in scanOne() 1589 if (config->emachine == EM_PPC64) in scan() 1614 (config->emachine == EM_PPC64 && sec->name == ".toc")) in scan() 1644 config->emachine == EM_PPC64; in scanRelocations()
|
H A D | Driver.cpp | 195 .Case("elf64ppc", {ELF64BEKind, EM_PPC64}) in parseEmulation() 196 .Case("elf64lppc", {ELF64LEKind, EM_PPC64}) in parseEmulation() 411 if (config->tocOptimize && config->emachine != EM_PPC64) in checkOptions() 414 if (config->pcRelOptimize && config->emachine != EM_PPC64) in checkOptions() 1179 EM_PPC, EM_PPC64, EM_RISCV, EM_S390, EM_X86_64}, in getIsRela() 1854 args.hasFlag(OPT_toc_optimize, OPT_no_toc_optimize, m == EM_PPC64); in setConfigs() 1856 args.hasFlag(OPT_pcrel_optimize, OPT_no_pcrel_optimize, m == EM_PPC64); in setConfigs()
|
H A D | SyntheticSections.cpp | 704 if (config->emachine == EM_PPC64 && in finalizeContents() 1169 } else if (config->emachine == EM_PPC64) { in GotPltSection() 1208 if (config->emachine == EM_PPC64) in getIgotPltName() 1218 config->emachine == EM_PPC64 ? SHT_NOBITS : SHT_PROGBITS, in IgotPltSection() 1560 if (config->emachine == EM_PPC64 && in.plt->isNeeded()) { in computeContents() 1566 if (config->emachine == EM_PPC64) in computeContents() 2541 if (config->emachine == EM_PPC64) { in PltSection() 2599 if (config->emachine == EM_PPC || config->emachine == EM_PPC64) { in IpltSection() 4214 config->emachine == EM_PPC64 ? 16 : 4, ".text.thunk") { in ThunkSection() 4844 if (config->emachine == EM_PPC64) { in createSyntheticSections()
|
H A D | Writer.cpp | 187 } else if (config->emachine == EM_PPC64) { in addReservedSymbols() 200 (config->emachine == EM_PPC64) ? ".TOC." : "_GLOBAL_OFFSET_TABLE_"; in addReservedSymbols() 210 if (config->emachine == EM_PPC64) in addReservedSymbols() 734 if (config->emachine == EM_PPC64) { in getSectionRank() 1211 } else if (config->emachine == EM_PPC64 && name == ".toc") { in sortSection()
|
/freebsd/contrib/llvm-project/llvm/lib/Object/ |
H A D | ELF.cpp | 105 case ELF::EM_PPC64: in getELFRelocationTypeName() 216 case ELF::EM_PPC64: in getELFRelativeRelocationType() 558 case ELF::EM_PPC64: in getDynamicTagAsString()
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/ObjectFile/ELF/ |
H A D | ELFHeader.cpp | 186 case EM_PPC64: in GetRelocationJumpSlotType()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/MCTargetDesc/ |
H A D | PPCELFObjectWriter.cpp | 38 Is64Bit ? ELF::EM_PPC64 : ELF::EM_PPC, in PPCELFObjectWriter()
|
/freebsd/usr.sbin/crunch/crunchide/ |
H A D | exec_elf32.c | 189 case EM_PPC64: break; in ELFNAMEEND()
|
/freebsd/contrib/elftoolchain/libdwarf/ |
H A D | libdwarf_reloc.c | 100 case EM_PPC64: in _dwarf_get_reloc_size()
|
/freebsd/sys/sys/ |
H A D | elf_common.h | 223 #define EM_PPC64 21 /* PowerPC 64-bit. */ macro
|
/freebsd/contrib/llvm-project/llvm/lib/ObjectYAML/ |
H A D | ELFYAML.cpp | 212 ECase(EM_PPC64); in enumeration() 931 case ELF::EM_PPC64: in enumeration() 996 case ELF::EM_PPC64: in enumeration()
|