Home
last modified time | relevance | path

Searched refs:EM_PPC (Results 1 – 25 of 32) sorted by relevance

12

/freebsd-12.1/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)
140 #define ELF_TARG_MACH EM_PPC
/freebsd-12.1/contrib/elftoolchain/libelftc/
H A Dlibelftc_bfdtarget.c126 .bt_machine = EM_PPC,
134 .bt_machine = EM_PPC,
143 .bt_machine = EM_PPC,
H A Delftc_reloc_type_str.c425 case EM_PPC: in elftc_reloc_type_str()
/freebsd-12.1/lib/libkvm/
H A Dkvm_powerpc.c71 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 Delf32_machdep.c133 .machine = EM_PPC,
153 .machine = EM_PPC,
/freebsd-12.1/contrib/elftoolchain/libelf/
H A D_libelf_config.h96 #define LIBELF_ARCH EM_PPC
/freebsd-12.1/contrib/llvm/lib/Object/
H A DELF.cpp91 case ELF::EM_PPC: in getELFRelocationTypeName()
179 case ELF::EM_PPC: in getELFRelativeRelocationType()
/freebsd-12.1/contrib/llvm/tools/lld/ELF/
H A DTarget.cpp80 case EM_PPC: in getTarget()
H A DDriver.cpp133 .Cases("elf32ppc", "elf32ppclinux", {ELF32BEKind, EM_PPC}) in parseEmulation()
1031 M == EM_PPC || M == EM_PPC64 || M == EM_RISCV || in setConfigs()
H A DInputFiles.cpp1089 return EM_PPC; in getBitcodeMachineKind()
H A DScriptParser.cpp395 .Case("elf32-powerpc", {ELF32BEKind, EM_PPC}) in parseBfdName()
/freebsd-12.1/contrib/binutils/include/elf/
H A Dcommon.h118 #define EM_PPC 20 /* PowerPC */ macro
H A DChangeLog-91031807 * 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 DPPCELFObjectWriter.cpp39 Is64Bit ? ELF::EM_PPC64 : ELF::EM_PPC, in PPCELFObjectWriter()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/ObjectFile/ELF/
H A DELFHeader.cpp186 case EM_PPC: in GetRelocationJumpSlotType()
/freebsd-12.1/usr.sbin/crunch/crunchide/
H A Dexec_elf32.c190 case EM_PPC: break; in ELFNAMEEND()
/freebsd-12.1/contrib/elftoolchain/libdwarf/
H A Dlibdwarf_reloc.c96 case EM_PPC: in _dwarf_get_reloc_size()
/freebsd-12.1/contrib/llvm/tools/llvm-objcopy/
H A DCopyConfig.cpp195 {"elf32-powerpcle", {ELF::EM_PPC, false, true}},
/freebsd-12.1/contrib/llvm/include/llvm/BinaryFormat/
H A DELF.h144 EM_PPC = 20, // PowerPC enumerator
/freebsd-12.1/sys/sys/
H A Delf_common.h219 #define EM_PPC 20 /* PowerPC 32-bit. */ macro
/freebsd-12.1/contrib/llvm/include/llvm/Object/
H A DELFObjectFile.h1043 case ELF::EM_PPC: in getFileFormatName()
1115 case ELF::EM_PPC: in getArch()
/freebsd-12.1/cddl/contrib/opensolaris/lib/libdtrace/common/
H A Ddt_link.c539 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 Dreadelf.c648 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 Delfdump.c270 case EM_PPC: return "EM_PPC"; in e_machines()
/freebsd-12.1/contrib/llvm/lib/ObjectYAML/
H A DELFYAML.cpp76 ECase(EM_PPC); in enumeration()

12