Home
last modified time | relevance | path

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

12

/freebsd-13.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)
114 #define ELF_TARG_MACH EM_PPC
/freebsd-13.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-13.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()
H A Dkvm_private.c135 ((machine == EM_PPC || machine == EM_PPC64) ? in _kvm_probe_elf_kernel()
/freebsd-13.1/contrib/llvm-project/llvm/lib/BinaryFormat/
H A DELF.cpp36 .Case("ppc", EM_PPC) in convertArchNameToEMachine()
237 case EM_PPC: in convertEMachineToArchName()
/freebsd-13.1/contrib/elftoolchain/libelf/
H A D_libelf_config.h92 #define LIBELF_ARCH EM_PPC
/freebsd-13.1/sys/powerpc/powerpc/
H A Delf32_machdep.c143 .machine = EM_PPC,
163 .machine = EM_PPC,
/freebsd-13.1/contrib/llvm-project/lld/ELF/
H A DTarget.cpp80 case EM_PPC: in getTarget()
H A DInputSection.cpp489 } 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 DScriptParser.cpp420 .Case("elf32-powerpc", {ELF32BEKind, EM_PPC}) in parseBfdName()
421 .Case("elf32-powerpcle", {ELF32LEKind, EM_PPC}) in parseBfdName()
H A DDriver.cpp154 .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 DWriter.cpp268 } 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 DRelocations.cpp1270 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 DELF.cpp97 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 DELFHeader.cpp183 case EM_PPC: in GetRelocationJumpSlotType()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/PowerPC/MCTargetDesc/
H A DPPCELFObjectWriter.cpp38 Is64Bit ? ELF::EM_PPC64 : ELF::EM_PPC, in PPCELFObjectWriter()
/freebsd-13.1/contrib/elftoolchain/libdwarf/
H A Dlibdwarf_reloc.c96 case EM_PPC: in _dwarf_get_reloc_size()
/freebsd-13.1/usr.sbin/crunch/crunchide/
H A Dexec_elf32.c190 case EM_PPC: break; in ELFNAMEEND()
/freebsd-13.1/sys/sys/
H A Delf_common.h224 #define EM_PPC 20 /* PowerPC 32-bit. */ macro
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Object/
H A DELFObjectFile.h1186 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 DELF.h149 EM_PPC = 20, // PowerPC enumerator
/freebsd-13.1/cddl/contrib/opensolaris/lib/libdtrace/common/
H A Ddt_link.c510 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 DConfigManager.cpp303 {"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 DELFYAML.cpp189 ECase(EM_PPC); in enumeration()
876 case ELF::EM_PPC: in enumeration()

12