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

12

/freebsd-13-stable/usr.bin/elfdump/
H A Delfdump.c271 case EM_PPC: return "EM_PPC";
/freebsd-13-stable/contrib/llvm-project/lld/ELF/
H A DSyntheticSections.cpp1089 if (config->emachine == EM_PPC) {
1484 if (config->emachine == EM_PPC)
2511 if (config->emachine == EM_PPC || config->emachine == EM_PPC64) {
H A DInputFiles.cpp1517 return EM_PPC;
/freebsd-13-stable/contrib/llvm-project/lldb/source/Utility/
H A DArchSpec.cpp409 {ArchSpec::eCore_ppc_generic, llvm::ELF::EM_PPC, LLDB_INVALID_CPUTYPE,
/freebsd-13-stable/contrib/elftoolchain/readelf/
H A Dreadelf.c512 case EM_PPC: return "PowerPC 32-bit";
2390 case EM_PPC:
4486 else if (re->ehdr.e_machine == EM_PPC)
/freebsd-13-stable/contrib/elftoolchain/common/
H A Delfdefinitions.h633 _ELF_DEFINE_EM(EM_PPC, 20, "PowerPC") \
/freebsd-13-stable/contrib/elftoolchain/elfdump/
H A Delfdump.c251 case EM_PPC: return "EM_PPC";
/freebsd-13-stable/contrib/llvm-project/llvm/tools/llvm-readobj/
H A DELFDumper.cpp1376 ENUM_ENT(EM_PPC, "PowerPC"),

Completed in 270 milliseconds

12