Home
last modified time | relevance | path

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

12

/external/libchrome/sandbox/linux/system_headers/
Dlinux_seccomp.h17 #ifndef EM_ARM
18 #define EM_ARM 40 macro
40 #define AUDIT_ARCH_ARM (EM_ARM|__AUDIT_ARCH_LE)
/external/minijail/
Darch.h23 # ifndef EM_ARM
24 # define EM_ARM 40 macro
/external/strace/xlat/
Daudit_arch.h2 #ifdef EM_ARM
28 #ifdef EM_ARM
Daudit_arch.in4 #ifdef EM_ARM
/external/kernel-headers/original/uapi/linux/
Delf-em.h25 #define EM_ARM 40 /* ARM 32 bit */ macro
Daudit.h364 #define AUDIT_ARCH_ARM (EM_ARM|__AUDIT_ARCH_LE)
365 #define AUDIT_ARCH_ARMEB (EM_ARM)
/external/llvm/lib/Object/
DELF.cpp50 case ELF::EM_ARM: in getELFRelocationTypeName()
/external/swiftshader/third_party/LLVM/include/llvm/Target/
DTargetELFWriterInfo.h46 EM_ARM = 40, // ARM enumerator
/external/syslinux/gpxe/src/include/
Delf.h40 #define EM_ARM 40 /* ARM */ macro
/external/elfutils/tests/
Dsaridx.c52 MACHINE (EM_ARM),
/external/valgrind/coregrind/
Dpub_core_machine.h71 # define VG_ELF_MACHINE EM_ARM
Dlauncher-linux.c219 if (header.ehdr32.e_machine == EM_ARM && in select_platform()
/external/llvm/lib/ObjectYAML/
DELFYAML.cpp64 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/
DARMELFObjectWriter.cpp47 ELF::EM_ARM, in ARMELFObjectWriter()
/external/llvm/include/llvm/Object/
DELFObjectFile.h392 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/
DIceTypes.def30 X(Target_ARM32, "arm32", false, EM_ARM, EF_ARM_EABI_VER5) \
/external/google-breakpad/src/common/linux/
Dsynth_elf.cc27 machine == EM_ARM); in ELF()
Ddump_symbols.cc298 case EM_ARM: in DwarfCFIRegisterNames()
781 case EM_ARM: return "arm"; in ElfArchitecture()
/external/vixl/examples/aarch32/
Ddisasm-a32.cc248 if (ehdr->e_machine != EM_ARM) { in main()
/external/swiftshader/third_party/LLVM/lib/Target/ARM/MCTargetDesc/
DARMAsmBackend.cpp35 : MCELFObjectTargetWriter(/*Is64Bit*/ false, OSType, ELF::EM_ARM, in ARMELFObjectWriter()
/external/llvm/tools/llvm-readobj/
DELFDumper.cpp824 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/
DELF.h150 EM_ARM = 40, // ARM enumerator
/external/llvm/include/llvm/Support/
DELF.h153 EM_ARM = 40, // ARM enumerator
/external/elfutils/libebl/
Deblopenbackend.c69 { "arm", "ebl_arm", "arm", 3, EM_ARM, 0, 0 },
/external/swiftshader/third_party/llvm-subzero/include/llvm/Support/
DELF.h150 EM_ARM = 40, // ARM enumerator

12