/external/libchrome/sandbox/linux/system_headers/ |
D | linux_seccomp.h | 17 #ifndef EM_ARM 18 #define EM_ARM 40 macro 40 #define AUDIT_ARCH_ARM (EM_ARM|__AUDIT_ARCH_LE)
|
/external/minijail/ |
D | arch.h | 23 # ifndef EM_ARM 24 # define EM_ARM 40 macro
|
/external/strace/xlat/ |
D | audit_arch.h | 2 #ifdef EM_ARM 28 #ifdef EM_ARM
|
D | audit_arch.in | 4 #ifdef EM_ARM
|
/external/kernel-headers/original/uapi/linux/ |
D | elf-em.h | 25 #define EM_ARM 40 /* ARM 32 bit */ macro
|
D | audit.h | 364 #define AUDIT_ARCH_ARM (EM_ARM|__AUDIT_ARCH_LE) 365 #define AUDIT_ARCH_ARMEB (EM_ARM)
|
/external/llvm/lib/Object/ |
D | ELF.cpp | 50 case ELF::EM_ARM: in getELFRelocationTypeName()
|
/external/swiftshader/third_party/LLVM/include/llvm/Target/ |
D | TargetELFWriterInfo.h | 46 EM_ARM = 40, // ARM enumerator
|
/external/syslinux/gpxe/src/include/ |
D | elf.h | 40 #define EM_ARM 40 /* ARM */ macro
|
/external/elfutils/tests/ |
D | saridx.c | 52 MACHINE (EM_ARM),
|
/external/valgrind/coregrind/ |
D | pub_core_machine.h | 71 # define VG_ELF_MACHINE EM_ARM
|
D | launcher-linux.c | 219 if (header.ehdr32.e_machine == EM_ARM && in select_platform()
|
/external/llvm/lib/ObjectYAML/ |
D | ELFYAML.cpp | 64 ECase(EM_ARM) in enumeration() 257 case ELF::EM_ARM: in bitset() 383 case ELF::EM_ARM: in enumeration() 528 case ELF::EM_ARM: in enumeration()
|
/external/llvm/lib/Target/ARM/MCTargetDesc/ |
D | ARMELFObjectWriter.cpp | 47 ELF::EM_ARM, in ARMELFObjectWriter()
|
/external/llvm/include/llvm/Object/ |
D | ELFObjectFile.h | 392 if ((Header->e_machine == ELF::EM_ARM || Header->e_machine == ELF::EM_MIPS) && in getSymbolValueImpl() 503 if (EF.getHeader()->e_machine == ELF::EM_ARM) { in getSymbolFlags() 845 case ELF::EM_ARM: in getFileFormatName() 909 case ELF::EM_ARM: in getArch()
|
/external/swiftshader/third_party/subzero/src/ |
D | IceTypes.def | 30 X(Target_ARM32, "arm32", false, EM_ARM, EF_ARM_EABI_VER5) \
|
/external/google-breakpad/src/common/linux/ |
D | synth_elf.cc | 27 machine == EM_ARM); in ELF()
|
D | dump_symbols.cc | 298 case EM_ARM: in DwarfCFIRegisterNames() 781 case EM_ARM: return "arm"; in ElfArchitecture()
|
/external/vixl/examples/aarch32/ |
D | disasm-a32.cc | 248 if (ehdr->e_machine != EM_ARM) { in main()
|
/external/swiftshader/third_party/LLVM/lib/Target/ARM/MCTargetDesc/ |
D | ARMAsmBackend.cpp | 35 : MCELFObjectTargetWriter(/*Is64Bit*/ false, OSType, ELF::EM_ARM, in ARMELFObjectWriter()
|
/external/llvm/tools/llvm-readobj/ |
D | ELFDumper.cpp | 824 ENUM_ENT(EM_ARM, "ARM"), 991 case ELF::EM_ARM: in getElfSectionType() 1136 case ELF::EM_ARM: in getElfSegmentType() 1194 case ELF::EM_ARM: in getElfPtType() 1740 if (Machine == EM_ARM) { in printUnwindInfo() 1848 if (Obj->getHeader()->e_machine != EM_ARM) { in printAttributes() 2552 case EM_ARM: in getSectionTypeString()
|
/external/swiftshader/third_party/LLVM/include/llvm/Support/ |
D | ELF.h | 150 EM_ARM = 40, // ARM enumerator
|
/external/llvm/include/llvm/Support/ |
D | ELF.h | 153 EM_ARM = 40, // ARM enumerator
|
/external/elfutils/libebl/ |
D | eblopenbackend.c | 69 { "arm", "ebl_arm", "arm", 3, EM_ARM, 0, 0 },
|
/external/swiftshader/third_party/llvm-subzero/include/llvm/Support/ |
D | ELF.h | 150 EM_ARM = 40, // ARM enumerator
|