Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/BinaryFormat/
H A DELF.cpp125 .Case("sharc", EM_SHARC) in convertArchNameToEMachine()
418 case EM_SHARC: in convertEMachineToArchName()
/freebsd/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
H A DELF.h243 EM_SHARC = 133, // Analog Devices SHARC family of 32-bit DSP enumerator
/freebsd/contrib/elftoolchain/common/
H A Delfdefinitions.h772 _ELF_DEFINE_EM(EM_SHARC, 133, \
/freebsd/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DELFYAML.cpp302 ECase(EM_SHARC); in enumeration()
/freebsd/contrib/llvm-project/llvm/tools/llvm-readobj/
H A DELFDumper.cpp1229 ENUM_ENT(EM_SHARC, "EM_SHARC"),