Searched refs:EM_PPC (Results 1 - 25 of 33) sorted by relevance

12

/freebsd-13-stable/sys/powerpc/include/
H A Delf.h57 #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-stable/contrib/elftoolchain/libelftc/
H A Delftc_reloc_type_str.c425 case EM_PPC:
H A Dlibelftc_bfdtarget.c126 .bt_machine = EM_PPC,
134 .bt_machine = EM_PPC,
143 .bt_machine = EM_PPC,
/freebsd-13-stable/contrib/elftoolchain/libelf/
H A D_libelf_config.h92 #define LIBELF_ARCH EM_PPC
/freebsd-13-stable/lib/libkvm/
H A Dkvm_powerpc.c71 if (be16toh(eh->e_machine) != EM_PPC)
187 return (_kvm_probe_elf_kernel(kd, ELFCLASS32, EM_PPC) &&
H A Dkvm_private.c135 ((machine == EM_PPC || machine == EM_PPC64) ?
/freebsd-13-stable/contrib/llvm-project/lld/ELF/
H A DTarget.cpp80 case EM_PPC:
H A DInputSection.cpp489 } else if (config->emachine == EM_PPC && type == R_PPC_PLTREL24 &&
644 case EM_PPC:
765 else if (config->emachine == EM_PPC)
H A DWriter.cpp263 } else if (config->emachine == EM_PPC) {
501 if (config->emachine == EM_PPC) {
551 in.plt = config->emachine == EM_PPC ? make<PPC32GlinkSection>()
H A DRelocations.cpp1230 if (config->emachine == EM_PPC) {
1343 if (config->emachine == EM_PPC && expr == R_PPC32_PLTREL)
H A DDriver.cpp144 .Cases("elf32ppc", "elf32ppclinux", {ELF32BEKind, EM_PPC})
877 return m == EM_AARCH64 || m == EM_AMDGPU || m == EM_HEXAGON || m == EM_PPC ||
H A DScriptParser.cpp412 .Case("elf32-powerpc", {ELF32BEKind, EM_PPC})
H A DThunks.cpp1006 if (config->emachine == EM_PPC)
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Object/
H A DELF.cpp90 case ELF::EM_PPC:
185 case ELF::EM_PPC:
/freebsd-13-stable/sys/powerpc/powerpc/
H A Delf32_machdep.c139 .machine = EM_PPC,
159 .machine = EM_PPC,
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/ObjectFile/ELF/
H A DELFHeader.cpp183 case EM_PPC:
/freebsd-13-stable/contrib/elftoolchain/libdwarf/
H A Dlibdwarf_reloc.c96 case EM_PPC:
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/PowerPC/MCTargetDesc/
H A DPPCELFObjectWriter.cpp38 Is64Bit ? ELF::EM_PPC64 : ELF::EM_PPC,
/freebsd-13-stable/usr.sbin/crunch/crunchide/
H A Dexec_elf32.c190 case EM_PPC: break;
/freebsd-13-stable/contrib/llvm-project/llvm/tools/llvm-objcopy/
H A DCopyConfig.cpp261 {"elf32-powerpc", {ELF::EM_PPC, false, false}}, member in class:llvm::objcopy::ELF
262 {"elf32-powerpcle", {ELF::EM_PPC, false, true}}, member in class:llvm::objcopy::ELF
/freebsd-13-stable/cddl/contrib/opensolaris/lib/libdtrace/common/
H A Ddt_link.c510 elf_file.ehdr.e_machine = EM_PPC;
1190 emachine1 = emachine2 = EM_PPC;
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/Object/
H A DELFObjectFile.h1108 case ELF::EM_PPC:
1182 case ELF::EM_PPC:
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
H A DELF.h143 EM_PPC = 20, // PowerPC enumerator in enum:llvm::ELF::__anon3066
/freebsd-13-stable/sys/sys/
H A Delf_common.h224 #define EM_PPC 20 /* PowerPC 32-bit. */ macro
/freebsd-13-stable/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DELFYAML.cpp80 ECase(EM_PPC);
719 case ELF::EM_PPC:

Completed in 203 milliseconds

12