Home
last modified time | relevance | path

Searched refs:EM_TRIMEDIA (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/BinaryFormat/
H A DELF.cpp138 .Case("trimedia", EM_TRIMEDIA) in convertArchNameToEMachine()
444 case EM_TRIMEDIA: in convertEMachineToArchName()
/freebsd/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
H A DELF.h257 EM_TRIMEDIA = 163, // NXP Semiconductors TriMedia architecture family enumerator
/freebsd/contrib/elftoolchain/common/
H A Delfdefinitions.h796 _ELF_DEFINE_EM(EM_TRIMEDIA, 163, \
/freebsd/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DELFYAML.cpp315 ECase(EM_TRIMEDIA); in enumeration()
/freebsd/contrib/llvm-project/llvm/tools/llvm-readobj/
H A DELFDumper.cpp1242 ENUM_ENT(EM_TRIMEDIA, "NXP Semiconductors TriMedia architecture family"),