Home
last modified time | relevance | path

Searched refs:EM_TRICORE (Results 1 – 8 of 8) sorted by relevance

/NextBSD/contrib/binutils/include/elf/
HDcommon.h132 #define EM_TRICORE 44 /* Siemens Tricore embedded processor */ macro
/NextBSD/sys/sys/
HDelf_common.h224 #define EM_TRICORE 44 /* Siemens TriCore embedded processor. */ macro
/NextBSD/contrib/llvm/include/llvm/Support/
HDELF.h157 EM_TRICORE = 44, // Siemens TriCore enumerator
/NextBSD/contrib/llvm/lib/Object/
HDELFYAML.cpp68 ECase(EM_TRICORE) in enumeration()
/NextBSD/contrib/llvm/tools/llvm-readobj/
HDELFDumper.cpp263 LLVM_READOBJ_ENUM_ENT(ELF, EM_TRICORE ),
/NextBSD/contrib/elftoolchain/common/
HDelfdefinitions.h590 _ELF_DEFINE_EM(EM_TRICORE, 44, \
/NextBSD/contrib/elftoolchain/readelf/
HDreadelf.c472 case EM_TRICORE: return "Siemens TriCore embedded processor"; in elf_machine()
/NextBSD/contrib/binutils/binutils/
HDreadelf.c1714 case EM_TRICORE: return "Siemens Tricore"; in get_machine_name()