Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/BinaryFormat/
H A DELF.cpp110 .Case("sep", EM_SEP) in convertArchNameToEMachine()
388 case EM_SEP: in convertEMachineToArchName()
/freebsd/sys/sys/
H A Delf_common.h303 #define EM_SEP 108 /* Sharp embedded microprocessor. */ macro
/freebsd/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
H A DELF.h226 EM_SEP = 108, // Sharp embedded microprocessor enumerator
/freebsd/contrib/elftoolchain/common/
H A Delfdefinitions.h744 _ELF_DEFINE_EM(EM_SEP, 108, \
/freebsd/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DELFYAML.cpp287 ECase(EM_SEP); in enumeration()
/freebsd/contrib/elftoolchain/readelf/
H A Dreadelf.c591 case EM_SEP: return "Sharp embedded microprocessor"; in elf_machine()
/freebsd/contrib/llvm-project/llvm/tools/llvm-readobj/
H A DELFDumper.cpp1214 ENUM_ENT(EM_SEP, "Sharp embedded microprocessor"),