Home
last modified time | relevance | path

Searched refs:EM_PDSP (Results 1 – 7 of 7) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/BinaryFormat/
H A DELF.cpp65 .Case("pdsp", EM_PDSP) in convertArchNameToEMachine()
298 case EM_PDSP: in convertEMachineToArchName()
/freebsd/sys/sys/
H A Delf_common.h252 #define EM_PDSP 63 /* Sony DSP Processor. */ macro
/freebsd/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
H A DELF.h180 EM_PDSP = 63, // Sony DSP Processor enumerator
/freebsd/contrib/elftoolchain/common/
H A Delfdefinitions.h671 _ELF_DEFINE_EM(EM_PDSP, 63, "Sony DSP Processor") \
/freebsd/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DELFYAML.cpp242 ECase(EM_PDSP); in enumeration()
/freebsd/contrib/elftoolchain/readelf/
H A Dreadelf.c548 case EM_PDSP: return "Sony DSP Processor"; in elf_machine()
/freebsd/contrib/llvm-project/llvm/tools/llvm-readobj/
H A DELFDumper.cpp1169 ENUM_ENT(EM_PDSP, "Sony DSP processor"),