| /freebsd-13.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) 114 #define ELF_TARG_MACH EM_PPC
|
| /freebsd-13.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-13.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()
|
| H A D | kvm_private.c | 135 ((machine == EM_PPC || machine == EM_PPC64) ? in _kvm_probe_elf_kernel()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/BinaryFormat/ |
| H A D | ELF.cpp | 36 .Case("ppc", EM_PPC) in convertArchNameToEMachine() 237 case EM_PPC: in convertEMachineToArchName()
|
| /freebsd-13.1/contrib/elftoolchain/libelf/ |
| H A D | _libelf_config.h | 92 #define LIBELF_ARCH EM_PPC
|
| /freebsd-13.1/sys/powerpc/powerpc/ |
| H A D | elf32_machdep.c | 143 .machine = EM_PPC, 163 .machine = EM_PPC,
|
| /freebsd-13.1/contrib/llvm-project/lld/ELF/ |
| H A D | Target.cpp | 80 case EM_PPC: in getTarget()
|
| H A D | InputSection.cpp | 489 } else if (config->emachine == EM_PPC && type == R_PPC_PLTREL24 && in copyRelocations() 657 case EM_PPC: in getTlsTpOffset() 782 else if (config->emachine == EM_PPC) in getRelocTargetVA()
|
| H A D | ScriptParser.cpp | 420 .Case("elf32-powerpc", {ELF32BEKind, EM_PPC}) in parseBfdName() 421 .Case("elf32-powerpcle", {ELF32LEKind, EM_PPC}) in parseBfdName()
|
| H A D | Driver.cpp | 154 .Cases("elf32ppc", "elf32ppclinux", {ELF32BEKind, EM_PPC}) in parseEmulation() 155 .Cases("elf32lppc", "elf32lppclinux", {ELF32LEKind, EM_PPC}) in parseEmulation() 981 return m == EM_AARCH64 || m == EM_AMDGPU || m == EM_HEXAGON || m == EM_PPC || in getIsRela()
|
| H A D | Writer.cpp | 268 } else if (config->emachine == EM_PPC) { in addReservedSymbols() 506 if (config->emachine == EM_PPC) { in createSyntheticSections() 556 in.plt = config->emachine == EM_PPC ? make<PPC32GlinkSection>() in createSyntheticSections()
|
| H A D | Relocations.cpp | 1270 if (config->emachine == EM_PPC) { in processRelocAux() 1386 if (config->emachine == EM_PPC && expr == R_PPC32_PLTREL) in scanReloc()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Object/ |
| H A D | ELF.cpp | 97 case ELF::EM_PPC: in getELFRelocationTypeName() 199 case ELF::EM_PPC: in getELFRelativeRelocationType()
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/ObjectFile/ELF/ |
| H A D | ELFHeader.cpp | 183 case EM_PPC: in GetRelocationJumpSlotType()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/PowerPC/MCTargetDesc/ |
| H A D | PPCELFObjectWriter.cpp | 38 Is64Bit ? ELF::EM_PPC64 : ELF::EM_PPC, in PPCELFObjectWriter()
|
| /freebsd-13.1/contrib/elftoolchain/libdwarf/ |
| H A D | libdwarf_reloc.c | 96 case EM_PPC: in _dwarf_get_reloc_size()
|
| /freebsd-13.1/usr.sbin/crunch/crunchide/ |
| H A D | exec_elf32.c | 190 case EM_PPC: break; in ELFNAMEEND()
|
| /freebsd-13.1/sys/sys/ |
| H A D | elf_common.h | 224 #define EM_PPC 20 /* PowerPC 32-bit. */ macro
|
| /freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Object/ |
| H A D | ELFObjectFile.h | 1186 case ELF::EM_PPC: in getFileFormatName() 1264 case ELF::EM_PPC: in getArch()
|
| /freebsd-13.1/contrib/llvm-project/llvm/include/llvm/BinaryFormat/ |
| H A D | ELF.h | 149 EM_PPC = 20, // PowerPC enumerator
|
| /freebsd-13.1/cddl/contrib/opensolaris/lib/libdtrace/common/ |
| H A D | dt_link.c | 510 elf_file.ehdr.e_machine = EM_PPC; in dump_elf32() 1190 emachine1 = emachine2 = EM_PPC; in process_obj()
|
| /freebsd-13.1/contrib/llvm-project/llvm/tools/llvm-objcopy/ |
| H A D | ConfigManager.cpp | 303 {"elf32-powerpc", {ELF::EM_PPC, false, false}}, 304 {"elf32-powerpcle", {ELF::EM_PPC, false, true}},
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/ObjectYAML/ |
| H A D | ELFYAML.cpp | 189 ECase(EM_PPC); in enumeration() 876 case ELF::EM_PPC: in enumeration()
|