Home
last modified time | relevance | path

Searched refs:EM_TILEPRO (Results 1 – 21 of 21) sorted by relevance

/third_party/elfutils/libdwelf/
Ddwelf_elf_e_machine_string.c329 case EM_TILEPRO: in dwelf_elf_e_machine_string()
/third_party/elfio/c_wrapper/
Delf_types_c_wrapper.hpp276 #define EM_TILEPRO 188 // Tilera TILEPro multicore architecture family macro
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/Support/
DELF.h278 EM_TILEPRO = 188, // Tilera TILEPro multicore architecture family enumerator
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/BinaryFormat/
DELF.h279 EM_TILEPRO = 188, // Tilera TILEPro multicore architecture family enumerator
/third_party/libabigail/src/
Dabg-elf-helpers.cc279 case EM_TILEPRO: in e_machine_to_string()
/third_party/elfio/elfio/
Delfio_dump.hpp299 { EM_TILEPRO, "Tilera TILEPro multicore architecture family" },
Delf_types.hpp255 constexpr Elf_Half EM_TILEPRO = 188; // Tilera TILEPro multicore architecture family variable
/third_party/musl/ndk_musl_include/
Delf.h283 #define EM_TILEPRO 188 macro
/third_party/musl/porting/liteos_m/kernel/include/
Delf.h283 #define EM_TILEPRO 188 macro
/third_party/musl/include/
Delf.h283 #define EM_TILEPRO 188 macro
/third_party/musl/porting/uniproton/kernel/include/
Delf.h283 #define EM_TILEPRO 188 macro
/third_party/musl/porting/liteos_m_iccarm/kernel/include/
Delf.h283 #define EM_TILEPRO 188 macro
/third_party/musl/porting/linux/user/include/
Delf.h283 #define EM_TILEPRO 188 macro
/third_party/rust/crates/libc/libc-test/semver/
Dlinux.txt489 EM_TILEPRO
/third_party/elfutils/libelf/
Delf.h322 #define EM_TILEPRO 188 /* Tilera TILEPro */ macro
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ObjectYAML/
DELFYAML.cpp208 ECase(EM_TILEPRO); in enumeration()
/third_party/libabigail/
Dconfigure.ac782 AC_CHECK_DECL([EM_TILEPRO],
DChangeLog31403 Check if EM_AARCH64, EM_TILEPRO and EM_TILEGX macros are defined in elf.h
31408 whether EM_AARCH64, EM_TILEPRO and EM_TILEGX macros are defined
31411 EM_AARCH64, EM_TILEPRO and EM_TILEGX macros only
/third_party/rust/crates/libc/src/unix/linux_like/linux/
Dmod.rs1521 pub const EM_TILEPRO: u16 = 188; constant
/third_party/elfutils/src/
Delflint.c332 EM_TILEGX, EM_TILEPRO, EM_AARCH64, EM_BPF, EM_RISCV, EM_CSKY
DChangeLog3012 * elflint.c (valid_e_machine): Add EM_TILEGX and EM_TILEPRO.