Home
last modified time | relevance | path

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

/third_party/libunwind/include/mingw/
Dfreebsd-elf_common.h152 #define EM_TRICORE 44 /* Siemens TriCore embedded processor. */ macro
/third_party/libunwind/include/win/
Dfreebsd-elf_common.h152 #define EM_TRICORE 44 /* Siemens TriCore embedded processor. */ macro
/third_party/elfio/elfio/
Delf_types.hpp130 #define EM_TRICORE 44 // Siemens Tricore embedded processor macro
Delfio_dump.hpp124 { EM_TRICORE, "Siemens Tricore embedded processor" },
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/Support/
DELF.h154 EM_TRICORE = 44, // Siemens TriCore enumerator
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/BinaryFormat/
DELF.h155 EM_TRICORE = 44, // Siemens TriCore enumerator
/third_party/musl/porting/liteos_m_iccarm/kernel/include/
Delf.h165 #define EM_TRICORE 44 macro
/third_party/musl/porting/linux/user/include/
Delf.h165 #define EM_TRICORE 44 macro
/third_party/musl/ndk_musl_include/
Delf.h165 #define EM_TRICORE 44 macro
/third_party/musl/include/
Delf.h165 #define EM_TRICORE 44 macro
/third_party/musl/porting/liteos_m/kernel/include/
Delf.h165 #define EM_TRICORE 44 macro
/third_party/musl/porting/uniproton/kernel/include/
Delf.h165 #define EM_TRICORE 44 macro
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ObjectYAML/
DELFYAML.cpp92 ECase(EM_TRICORE); in enumeration()