Home
last modified time | relevance | path

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

12

/external/minijail/
Darch.h26 # ifndef EM_ARM
27 # define EM_ARM 40 macro
/external/strace/xlat/
Daudit_arch.h6 #ifdef EM_ARM
34 #ifdef EM_ARM
Daudit_arch.in4 #ifdef EM_ARM
/external/iproute2/include/uapi/linux/
Delf-em.h26 #define EM_ARM 40 /* ARM 32 bit */ macro
/external/kernel-headers/original/uapi/linux/
Delf-em.h26 #define EM_ARM 40 /* ARM 32 bit */ macro
Daudit.h378 #define AUDIT_ARCH_ARM (EM_ARM|__AUDIT_ARCH_LE)
379 #define AUDIT_ARCH_ARMEB (EM_ARM)
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Object/
DELF.cpp55 case ELF::EM_ARM: in getELFRelocationTypeName()
161 case ELF::EM_ARM: in getELFRelrRelocationType()
196 case ELF::EM_ARM: in getELFSectionTypeName()
DELFObjectFile.cpp256 case ELF::EM_ARM: in getFeatures()
/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/swiftshader/third_party/llvm-7.0/llvm/test/tools/llvm-objcopy/
Darmexidx-link.test19 Machine: EM_ARM
Dmarker-segment.test10 Machine: EM_ARM
/external/swiftshader/third_party/llvm-7.0/llvm/lib/ObjectYAML/
DELFYAML.cpp84 ECase(EM_ARM); in enumeration()
280 case ELF::EM_ARM: in bitset()
456 case ELF::EM_ARM: in enumeration()
506 case ELF::EM_ARM: in bitset()
629 case ELF::EM_ARM: in enumeration()
/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/elfutils/tests/
Dsaridx.c52 MACHINE (EM_ARM),
/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/llvm-7.0/llvm/lib/Target/ARM/MCTargetDesc/
DARMELFObjectWriter.cpp49 ELF::EM_ARM, in ARMELFObjectWriter()
/external/llvm/lib/Target/ARM/MCTargetDesc/
DARMELFObjectWriter.cpp47 ELF::EM_ARM, in ARMELFObjectWriter()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Object/
DELFObjectFile.h466 if ((Header->e_machine == ELF::EM_ARM || Header->e_machine == ELF::EM_MIPS) && in getSymbolValueImpl()
588 if (EF.getHeader()->e_machine == ELF::EM_ARM) { in getSymbolFlags()
1012 case ELF::EM_ARM: in getFileFormatName()
1075 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.cc249 if (ehdr->e_machine != EM_ARM) { in main()
/external/u-boot/include/
Delf.h171 #define EM_ARM 40 /* Advanced Risc Machines ARM */ macro
/external/swiftshader/third_party/LLVM/lib/Target/ARM/MCTargetDesc/
DARMAsmBackend.cpp35 : MCELFObjectTargetWriter(/*Is64Bit*/ false, OSType, ELF::EM_ARM, in ARMELFObjectWriter()

12