/freebsd/sys/powerpc/include/ |
H A D | elf.h | 55 #define ELF_ARCH EM_PPC 56 #define ELF_ARCH32 EM_PPC 57 #define ELF_MACHINE_OK(x) ((x) == EM_PPC) 112 #define ELF_TARG_MACH EM_PPC
|
/freebsd/contrib/elftoolchain/libelftc/ |
H A D | libelftc_bfdtarget.c | 126 .bt_machine = EM_PPC, 134 .bt_machine = EM_PPC, 143 .bt_machine = EM_PPC,
|
H A D | elftc_reloc_type_str.c | 425 case EM_PPC: in elftc_reloc_type_str()
|
/freebsd/lib/libkvm/ |
H A D | kvm_powerpc.c | 68 if (be16toh(eh->e_machine) != EM_PPC) in valid_elf_header() 184 return (_kvm_probe_elf_kernel(kd, ELFCLASS32, EM_PPC) && in _powerpc_probe()
|
H A D | kvm_private.c | 132 ((machine == EM_PPC || machine == EM_PPC64) ? in _kvm_probe_elf_kernel()
|
/freebsd/lib/libkldelf/ |
H A D | ef_powerpc.c | 95 ELF_RELOC(ELFCLASS32, ELFDATA2MSB, EM_PPC, ef_ppc_reloc);
|
H A D | ef.c | 262 ((elf_machine(ef->ef_efile) == EM_PPC || in ef_parse_dynamic()
|
/freebsd/contrib/llvm-project/llvm/lib/BinaryFormat/ |
H A D | ELF.cpp | 34 .Case("ppc", EM_PPC) in convertArchNameToEMachine() 236 case EM_PPC: in convertEMachineToArchName()
|
/freebsd/sys/powerpc/powerpc/ |
H A D | elf32_machdep.c | 146 .machine = EM_PPC, 165 .machine = EM_PPC,
|
/freebsd/contrib/elftoolchain/libelf/ |
H A D | _libelf_config.h | 92 #define LIBELF_ARCH EM_PPC
|
/freebsd/contrib/llvm-project/lld/ELF/ |
H A D | Target.cpp | 82 case EM_PPC: in getTarget()
|
H A D | InputSection.cpp | 519 } else if (config->emachine == EM_PPC && type == R_PPC_PLTREL24 && in copyRelocations() 690 case EM_PPC: in getTlsTpOffset() 846 else if (config->emachine == EM_PPC) in getRelocTargetVA()
|
H A D | ScriptParser.cpp | 453 .Case("elf32-powerpc", {ELF32BEKind, EM_PPC}) in parseBfdName() 454 .Case("elf32-powerpcle", {ELF32LEKind, EM_PPC}) in parseBfdName()
|
/freebsd/contrib/llvm-project/llvm/lib/Object/ |
H A D | ELF.cpp | 98 case ELF::EM_PPC: in getELFRelocationTypeName() 214 case ELF::EM_PPC: in getELFRelativeRelocationType() 550 case ELF::EM_PPC: in getDynamicTagAsString()
|
H A D | ELFObjectFile.cpp | 441 case ELF::EM_PPC: in tryGetCPUName()
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/ObjectFile/ELF/ |
H A D | ELFHeader.cpp | 183 case EM_PPC: 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 | 188 case EM_PPC: break; in ELFNAMEEND()
|
/freebsd/contrib/elftoolchain/libdwarf/ |
H A D | libdwarf_reloc.c | 96 case EM_PPC: in _dwarf_get_reloc_size()
|
/freebsd/sys/sys/ |
H A D | elf_common.h | 222 #define EM_PPC 20 /* PowerPC 32-bit. */ macro
|
/freebsd/contrib/llvm-project/llvm/lib/ObjectYAML/ |
H A D | ELFYAML.cpp | 211 ECase(EM_PPC); in enumeration() 928 case ELF::EM_PPC: in enumeration() 989 case ELF::EM_PPC: in enumeration()
|
/freebsd/cddl/contrib/opensolaris/lib/libdtrace/common/ |
H A D | dt_link.c | 504 elf_file.ehdr.e_machine = EM_PPC; in dump_elf32() 1261 emachine1 = emachine2 = EM_PPC; in process_obj()
|
/freebsd/contrib/llvm-project/llvm/include/llvm/BinaryFormat/ |
H A D | ELF.h | 149 EM_PPC = 20, // PowerPC enumerator
|
/freebsd/contrib/llvm-project/llvm/include/llvm/Object/ |
H A D | ELFObjectFile.h | 1307 case ELF::EM_PPC: in getFileFormatName() 1391 case ELF::EM_PPC: in getArch()
|
/freebsd/contrib/llvm-project/llvm/tools/llvm-objcopy/ |
H A D | ObjcopyOptions.cpp | 300 {"elf32-powerpc", {ELF::EM_PPC, false, false}}, 301 {"elf32-powerpcle", {ELF::EM_PPC, false, true}},
|