Home
last modified time | relevance | path

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

12

/freebsd/sys/powerpc/include/
H A Delf.h55 #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 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/lib/libkvm/
H A Dkvm_powerpc.c68 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 Dkvm_private.c132 ((machine == EM_PPC || machine == EM_PPC64) ? in _kvm_probe_elf_kernel()
/freebsd/lib/libkldelf/
H A Def_powerpc.c95 ELF_RELOC(ELFCLASS32, ELFDATA2MSB, EM_PPC, ef_ppc_reloc);
H A Def.c262 ((elf_machine(ef->ef_efile) == EM_PPC || in ef_parse_dynamic()
/freebsd/contrib/llvm-project/llvm/lib/BinaryFormat/
H A DELF.cpp34 .Case("ppc", EM_PPC) in convertArchNameToEMachine()
236 case EM_PPC: in convertEMachineToArchName()
/freebsd/sys/powerpc/powerpc/
H A Delf32_machdep.c146 .machine = EM_PPC,
165 .machine = EM_PPC,
/freebsd/contrib/elftoolchain/libelf/
H A D_libelf_config.h92 #define LIBELF_ARCH EM_PPC
/freebsd/contrib/llvm-project/lld/ELF/
H A DTarget.cpp82 case EM_PPC: in getTarget()
H A DInputSection.cpp519 } 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 DScriptParser.cpp453 .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 DELF.cpp98 case ELF::EM_PPC: in getELFRelocationTypeName()
214 case ELF::EM_PPC: in getELFRelativeRelocationType()
550 case ELF::EM_PPC: in getDynamicTagAsString()
H A DELFObjectFile.cpp441 case ELF::EM_PPC: in tryGetCPUName()
/freebsd/contrib/llvm-project/lldb/source/Plugins/ObjectFile/ELF/
H A DELFHeader.cpp183 case EM_PPC: in GetRelocationJumpSlotType()
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/MCTargetDesc/
H A DPPCELFObjectWriter.cpp38 Is64Bit ? ELF::EM_PPC64 : ELF::EM_PPC, in PPCELFObjectWriter()
/freebsd/usr.sbin/crunch/crunchide/
H A Dexec_elf32.c188 case EM_PPC: break; in ELFNAMEEND()
/freebsd/contrib/elftoolchain/libdwarf/
H A Dlibdwarf_reloc.c96 case EM_PPC: in _dwarf_get_reloc_size()
/freebsd/sys/sys/
H A Delf_common.h222 #define EM_PPC 20 /* PowerPC 32-bit. */ macro
/freebsd/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DELFYAML.cpp211 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 Ddt_link.c504 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 DELF.h149 EM_PPC = 20, // PowerPC enumerator
/freebsd/contrib/llvm-project/llvm/include/llvm/Object/
H A DELFObjectFile.h1307 case ELF::EM_PPC: in getFileFormatName()
1391 case ELF::EM_PPC: in getArch()
/freebsd/contrib/llvm-project/llvm/tools/llvm-objcopy/
H A DObjcopyOptions.cpp300 {"elf32-powerpc", {ELF::EM_PPC, false, false}},
301 {"elf32-powerpcle", {ELF::EM_PPC, false, true}},

12