Home
last modified time | relevance | path

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

/external/iproute2/include/uapi/linux/
Delf-em.h43 #define EM_TILEGX 191 /* Tilera TILE-Gx */ macro
/external/kernel-headers/original/uapi/linux/
Delf-em.h49 #define EM_TILEGX 191 /* Tilera TILE-Gx */ macro
Daudit.h431 #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/
Ddwelf_elf_e_machine_string.c335 case EM_TILEGX: in dwelf_elf_e_machine_string()
/external/crosvm/kernel_loader/src/
Delf.rs49 pub const EM_TILEGX: u32 = 191; constant
/external/libabigail/src/
Dabg-elf-helpers.cc282 case EM_TILEGX: in e_machine_to_string()
/external/elfutils/libebl/
Deblopenbackend.c89 { NULL, "elf_tilegx", "tilegx", 6, EM_TILEGX, ELFCLASS64, ELFDATA2LSB },
/external/llvm/include/llvm/Support/
DELF.h283 EM_TILEGX = 191, // Tilera TILE-Gx multicore architecture family enumerator
/external/swiftshader/third_party/llvm-subzero/include/llvm/Support/
DELF.h280 EM_TILEGX = 191, // Tilera TILE-Gx multicore architecture family enumerator
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/BinaryFormat/
DELF.h281 EM_TILEGX = 191, // Tilera TILE-Gx multicore architecture family enumerator
/external/llvm-project/llvm/include/llvm/BinaryFormat/
DELF.h281 EM_TILEGX = 191, // Tilera TILE-Gx multicore architecture family enumerator
/external/libabigail/
Dconfigure.ac648 AC_CHECK_DECL([EM_TILEGX],
656 [Defined to 1 if elf.h has EM_TILEGX macro defined])
DChangeLog22989 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/
Dlibconstants.gen.c1702 #ifdef EM_TILEGX
1703 { "EM_TILEGX", (unsigned long) EM_TILEGX },
/external/llvm/lib/ObjectYAML/
DELFYAML.cpp186 ECase(EM_TILEGX) in enumeration()
/external/google-breakpad/src/third_party/musl/include/
Delf.h218 #define EM_TILEGX 191 macro
/external/kmod/port-gnu/
Delf.h255 #define EM_TILEGX 191 /* Tilera TILE-Gx */ macro
/external/elfutils/libelf/
Delf.h325 #define EM_TILEGX 191 /* Tilera TILE-Gx */ macro
/external/llvm-project/llvm/test/tools/llvm-readobj/ELF/
Dfile-header-machine-types.test435 # RUN: yaml2obj %s -o %t.tilegx.o -D MACHINE=EM_TILEGX
/external/swiftshader/third_party/llvm-10.0/llvm/lib/ObjectYAML/
DELFYAML.cpp210 ECase(EM_TILEGX); in enumeration()
/external/llvm-project/llvm/lib/ObjectYAML/
DELFYAML.cpp219 ECase(EM_TILEGX); in enumeration()
/external/llvm/tools/llvm-readobj/
DELFDumper.cpp946 ENUM_ENT(EM_TILEGX, "Tilera TILE-Gx multicore architecture family"),
/external/elfutils/src/
Delflint.c333 EM_TILEGX, EM_TILEPRO, EM_AARCH64, EM_BPF, EM_RISCV, EM_CSKY
DChangeLog2730 * elflint.c (valid_e_machine): Add EM_TILEGX and EM_TILEPRO.
/external/llvm-project/llvm/tools/llvm-readobj/
DELFDumper.cpp1498 ENUM_ENT(EM_TILEGX, "Tilera TILE-Gx multicore architecture family"),