| /freebsd-12.1/sys/powerpc/include/ |
| H A D | elf.h | 57 #define ELF_ARCH EM_PPC 58 #define ELF_ARCH32 EM_PPC 59 #define ELF_MACHINE_OK(x) ((x) == EM_PPC) 140 #define ELF_TARG_MACH EM_PPC
|
| /freebsd-12.1/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-12.1/lib/libkvm/ |
| H A D | kvm_powerpc.c | 71 if (be16toh(eh->e_machine) != EM_PPC) in valid_elf_header() 187 return (_kvm_probe_elf_kernel(kd, ELFCLASS32, EM_PPC) && in _powerpc_probe()
|
| /freebsd-12.1/sys/powerpc/powerpc/ |
| H A D | elf32_machdep.c | 133 .machine = EM_PPC, 153 .machine = EM_PPC,
|
| /freebsd-12.1/contrib/elftoolchain/libelf/ |
| H A D | _libelf_config.h | 96 #define LIBELF_ARCH EM_PPC
|
| /freebsd-12.1/contrib/llvm/lib/Object/ |
| H A D | ELF.cpp | 91 case ELF::EM_PPC: in getELFRelocationTypeName() 179 case ELF::EM_PPC: in getELFRelativeRelocationType()
|
| /freebsd-12.1/contrib/llvm/tools/lld/ELF/ |
| H A D | Target.cpp | 80 case EM_PPC: in getTarget()
|
| H A D | Driver.cpp | 133 .Cases("elf32ppc", "elf32ppclinux", {ELF32BEKind, EM_PPC}) in parseEmulation() 1031 M == EM_PPC || M == EM_PPC64 || M == EM_RISCV || in setConfigs()
|
| H A D | InputFiles.cpp | 1089 return EM_PPC; in getBitcodeMachineKind()
|
| H A D | ScriptParser.cpp | 395 .Case("elf32-powerpc", {ELF32BEKind, EM_PPC}) in parseBfdName()
|
| /freebsd-12.1/contrib/binutils/include/elf/ |
| H A D | common.h | 118 #define EM_PPC 20 /* PowerPC */ macro
|
| H A D | ChangeLog-9103 | 1807 * common.h (EM_PPC): Use offical value of 20, not 17. 1808 (EM_PPC_OLD): Define this to be the old value of EM_PPC. 1812 * common.h (EM_PPC): New macro, PowerPC machine id.
|
| /freebsd-12.1/contrib/llvm/lib/Target/PowerPC/MCTargetDesc/ |
| H A D | PPCELFObjectWriter.cpp | 39 Is64Bit ? ELF::EM_PPC64 : ELF::EM_PPC, in PPCELFObjectWriter()
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/ObjectFile/ELF/ |
| H A D | ELFHeader.cpp | 186 case EM_PPC: in GetRelocationJumpSlotType()
|
| /freebsd-12.1/usr.sbin/crunch/crunchide/ |
| H A D | exec_elf32.c | 190 case EM_PPC: break; in ELFNAMEEND()
|
| /freebsd-12.1/contrib/elftoolchain/libdwarf/ |
| H A D | libdwarf_reloc.c | 96 case EM_PPC: in _dwarf_get_reloc_size()
|
| /freebsd-12.1/contrib/llvm/tools/llvm-objcopy/ |
| H A D | CopyConfig.cpp | 195 {"elf32-powerpcle", {ELF::EM_PPC, false, true}},
|
| /freebsd-12.1/contrib/llvm/include/llvm/BinaryFormat/ |
| H A D | ELF.h | 144 EM_PPC = 20, // PowerPC enumerator
|
| /freebsd-12.1/sys/sys/ |
| H A D | elf_common.h | 219 #define EM_PPC 20 /* PowerPC 32-bit. */ macro
|
| /freebsd-12.1/contrib/llvm/include/llvm/Object/ |
| H A D | ELFObjectFile.h | 1043 case ELF::EM_PPC: in getFileFormatName() 1115 case ELF::EM_PPC: in getArch()
|
| /freebsd-12.1/cddl/contrib/opensolaris/lib/libdtrace/common/ |
| H A D | dt_link.c | 539 elf_file.ehdr.e_machine = EM_PPC; in dump_elf32() 1266 emachine1 = emachine2 = EM_PPC; in process_obj()
|
| /freebsd-12.1/contrib/binutils/binutils/ |
| H A D | readelf.c | 648 case EM_PPC: in guess_is_rela() 1075 case EM_PPC: in dump_relocations() 1602 case EM_PPC: in get_dynamic_type() 1704 case EM_PPC: return "PowerPC"; in get_machine_name() 2098 case EM_PPC: in get_machine_flags() 9457 case EM_PPC: in process_arch_specific()
|
| /freebsd-12.1/usr.bin/elfdump/ |
| H A D | elfdump.c | 270 case EM_PPC: return "EM_PPC"; in e_machines()
|
| /freebsd-12.1/contrib/llvm/lib/ObjectYAML/ |
| H A D | ELFYAML.cpp | 76 ECase(EM_PPC); in enumeration()
|