Home
last modified time | relevance | path

Searched refs:EM_TI_C6000 (Results 1 – 14 of 14) sorted by relevance

/third_party/elfutils/libdwelf/
Ddwelf_elf_e_machine_string.c267 case EM_TI_C6000: in dwelf_elf_e_machine_string()
/third_party/elfio/c_wrapper/
Delf_types_c_wrapper.hpp227 #define EM_TI_C6000 140 // Texas Instruments TMS320C6000 DSP family macro
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/Support/
DELF.h244 EM_TI_C6000 = 140, // The Texas Instruments TMS320C6000 DSP family enumerator
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/BinaryFormat/
DELF.h245 EM_TI_C6000 = 140, // The Texas Instruments TMS320C6000 DSP family enumerator
/third_party/elfio/elfio/
Delfio_dump.hpp249 { EM_TI_C6000, "Texas Instruments TMS320C6000 DSP family" },
Delf_types.hpp206 constexpr Elf_Half EM_TI_C6000 = 140; // Texas Instruments TMS320C6000 DSP family variable
/third_party/musl/ndk_musl_include/
Delf.h252 #define EM_TI_C6000 140 macro
/third_party/musl/porting/liteos_m/kernel/include/
Delf.h252 #define EM_TI_C6000 140 macro
/third_party/musl/include/
Delf.h252 #define EM_TI_C6000 140 macro
/third_party/musl/porting/uniproton/kernel/include/
Delf.h252 #define EM_TI_C6000 140 macro
/third_party/musl/porting/liteos_m_iccarm/kernel/include/
Delf.h252 #define EM_TI_C6000 140 macro
/third_party/musl/porting/linux/user/include/
Delf.h252 #define EM_TI_C6000 140 macro
/third_party/elfutils/libelf/
Delf.h288 #define EM_TI_C6000 140 /* Texas Instruments TMS320C6000 DSP */ macro
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ObjectYAML/
DELFYAML.cpp178 ECase(EM_TI_C6000); in enumeration()