Home
last modified time | relevance | path

Searched refs:EM_TILEGX (Results 1 – 22 of 22) sorted by relevance

/third_party/elfutils/libdwelf/
Ddwelf_elf_e_machine_string.c335 case EM_TILEGX: in dwelf_elf_e_machine_string()
/third_party/elfio/c_wrapper/
Delf_types_c_wrapper.hpp279 #define EM_TILEGX 191 // Tilera TILE-Gx multicore architecture family macro
/third_party/elfutils/libebl/
Deblopenbackend.c88 { NULL, "elf_tilegx", "tilegx", 6, EM_TILEGX, ELFCLASS64, ELFDATA2LSB },
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/Support/
DELF.h280 EM_TILEGX = 191, // Tilera TILE-Gx multicore architecture family enumerator
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/BinaryFormat/
DELF.h281 EM_TILEGX = 191, // Tilera TILE-Gx multicore architecture family enumerator
/third_party/libabigail/src/
Dabg-elf-helpers.cc284 case EM_TILEGX: in e_machine_to_string()
/third_party/libabigail/
Dconfigure.ac794 AC_CHECK_DECL([EM_TILEGX],
802 [Defined to 1 if elf.h has EM_TILEGX macro defined])
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/elfio/elfio/
Delfio_dump.hpp302 { EM_TILEGX, "Tilera TILE-Gx multicore architecture family" },
Delf_types.hpp258 constexpr Elf_Half EM_TILEGX = 191; // Tilera TILE-Gx multicore architecture family variable
/third_party/musl/ndk_musl_include/
Delf.h286 #define EM_TILEGX 191 macro
/third_party/musl/porting/liteos_m/kernel/include/
Delf.h286 #define EM_TILEGX 191 macro
/third_party/musl/include/
Delf.h286 #define EM_TILEGX 191 macro
/third_party/musl/porting/uniproton/kernel/include/
Delf.h286 #define EM_TILEGX 191 macro
/third_party/musl/porting/liteos_m_iccarm/kernel/include/
Delf.h286 #define EM_TILEGX 191 macro
/third_party/musl/porting/linux/user/include/
Delf.h286 #define EM_TILEGX 191 macro
/third_party/rust/crates/libc/libc-test/semver/
Dlinux.txt488 EM_TILEGX
/third_party/elfutils/libelf/
Delf.h325 #define EM_TILEGX 191 /* Tilera TILE-Gx */ macro
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ObjectYAML/
DELFYAML.cpp210 ECase(EM_TILEGX); in enumeration()
/third_party/rust/crates/libc/src/unix/linux_like/linux/
Dmod.rs1522 pub const EM_TILEGX: u16 = 191; 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.