/external/iproute2/include/uapi/linux/ |
D | elf-em.h | 43 #define EM_TILEGX 191 /* Tilera TILE-Gx */ macro
|
/external/kernel-headers/original/uapi/linux/ |
D | elf-em.h | 49 #define EM_TILEGX 191 /* Tilera TILE-Gx */ macro
|
D | audit.h | 431 #define AUDIT_ARCH_TILEGX (EM_TILEGX|__AUDIT_ARCH_64BIT|__AUDIT_ARCH_LE) 432 #define AUDIT_ARCH_TILEGX32 (EM_TILEGX|__AUDIT_ARCH_LE)
|
/external/elfutils/libdwelf/ |
D | dwelf_elf_e_machine_string.c | 335 case EM_TILEGX: in dwelf_elf_e_machine_string()
|
/external/crosvm/kernel_loader/src/ |
D | elf.rs | 49 pub const EM_TILEGX: u32 = 191; constant
|
/external/libabigail/src/ |
D | abg-elf-helpers.cc | 282 case EM_TILEGX: in e_machine_to_string()
|
/external/elfutils/libebl/ |
D | eblopenbackend.c | 89 { NULL, "elf_tilegx", "tilegx", 6, EM_TILEGX, ELFCLASS64, ELFDATA2LSB },
|
/external/llvm/include/llvm/Support/ |
D | ELF.h | 283 EM_TILEGX = 191, // Tilera TILE-Gx multicore architecture family enumerator
|
/external/swiftshader/third_party/llvm-subzero/include/llvm/Support/ |
D | ELF.h | 280 EM_TILEGX = 191, // Tilera TILE-Gx multicore architecture family enumerator
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/BinaryFormat/ |
D | ELF.h | 281 EM_TILEGX = 191, // Tilera TILE-Gx multicore architecture family enumerator
|
/external/llvm-project/llvm/include/llvm/BinaryFormat/ |
D | ELF.h | 281 EM_TILEGX = 191, // Tilera TILE-Gx multicore architecture family enumerator
|
/external/libabigail/ |
D | configure.ac | 648 AC_CHECK_DECL([EM_TILEGX], 656 [Defined to 1 if elf.h has EM_TILEGX macro defined])
|
D | ChangeLog | 22989 Check if EM_AARCH64, EM_TILEPRO and EM_TILEGX macros are defined in elf.h 22994 whether EM_AARCH64, EM_TILEPRO and EM_TILEGX macros are defined 22997 EM_AARCH64, EM_TILEPRO and EM_TILEGX macros only
|
/external/minijail/linux-x86/ |
D | libconstants.gen.c | 1702 #ifdef EM_TILEGX 1703 { "EM_TILEGX", (unsigned long) EM_TILEGX },
|
/external/llvm/lib/ObjectYAML/ |
D | ELFYAML.cpp | 186 ECase(EM_TILEGX) in enumeration()
|
/external/google-breakpad/src/third_party/musl/include/ |
D | elf.h | 218 #define EM_TILEGX 191 macro
|
/external/kmod/port-gnu/ |
D | elf.h | 255 #define EM_TILEGX 191 /* Tilera TILE-Gx */ macro
|
/external/elfutils/libelf/ |
D | elf.h | 325 #define EM_TILEGX 191 /* Tilera TILE-Gx */ macro
|
/external/llvm-project/llvm/test/tools/llvm-readobj/ELF/ |
D | file-header-machine-types.test | 435 # RUN: yaml2obj %s -o %t.tilegx.o -D MACHINE=EM_TILEGX
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/ObjectYAML/ |
D | ELFYAML.cpp | 210 ECase(EM_TILEGX); in enumeration()
|
/external/llvm-project/llvm/lib/ObjectYAML/ |
D | ELFYAML.cpp | 219 ECase(EM_TILEGX); in enumeration()
|
/external/llvm/tools/llvm-readobj/ |
D | ELFDumper.cpp | 946 ENUM_ENT(EM_TILEGX, "Tilera TILE-Gx multicore architecture family"),
|
/external/elfutils/src/ |
D | elflint.c | 333 EM_TILEGX, EM_TILEPRO, EM_AARCH64, EM_BPF, EM_RISCV, EM_CSKY
|
D | ChangeLog | 2730 * elflint.c (valid_e_machine): Add EM_TILEGX and EM_TILEPRO.
|
/external/llvm-project/llvm/tools/llvm-readobj/ |
D | ELFDumper.cpp | 1498 ENUM_ENT(EM_TILEGX, "Tilera TILE-Gx multicore architecture family"),
|