Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/BinaryFormat/
H A DELF.cpp109 .Case("se_c33", EM_SE_C33) in convertArchNameToEMachine()
386 case EM_SE_C33: in convertEMachineToArchName()
/freebsd/sys/sys/
H A Delf_common.h302 #define EM_SE_C33 107 /* S1C33 Family of Seiko Epson processors. */ macro
/freebsd/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
H A DELF.h225 EM_SE_C33 = 107, // S1C33 Family of Seiko Epson processors enumerator
/freebsd/contrib/elftoolchain/common/
H A Delfdefinitions.h742 _ELF_DEFINE_EM(EM_SE_C33, 107, \
/freebsd/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DELFYAML.cpp286 ECase(EM_SE_C33); in enumeration()
/freebsd/contrib/elftoolchain/readelf/
H A Dreadelf.c590 case EM_SE_C33: return "S1C33 Family of Seiko Epson processors"; in elf_machine()
/freebsd/contrib/llvm-project/llvm/tools/llvm-readobj/
H A DELFDumper.cpp1213 ENUM_ENT(EM_SE_C33, "S1C33 Family of Seiko Epson processors"),