HomeSort by relevance Sort by last modified time
    Searched refs:EM_ARM (Results 1 - 25 of 54) sorted by null

1 2 3

  /external/minijail/
arch.h 23 * <linux/audit.h> includes <linux/elf-em.h>, which does not define EM_ARM.
26 # ifndef EM_ARM
27 # define EM_ARM 40
  /bionic/libc/kernel/uapi/linux/
elf-em.h 37 #define EM_ARM 40
audit.h 265 #define AUDIT_ARCH_ARM (EM_ARM | __AUDIT_ARCH_LE)
266 #define AUDIT_ARCH_ARMEB (EM_ARM)
  /external/iproute2/include/uapi/linux/
elf-em.h 26 #define EM_ARM 40 /* ARM 32 bit */
  /external/kernel-headers/original/uapi/linux/
elf-em.h 26 #define EM_ARM 40 /* ARM 32 bit */
audit.h 378 #define AUDIT_ARCH_ARM (EM_ARM|__AUDIT_ARCH_LE)
379 #define AUDIT_ARCH_ARMEB (EM_ARM)
  /external/strace/xlat/
audit_arch.in 4 #ifdef EM_ARM
audit_arch.h 6 #ifdef EM_ARM
34 #ifdef EM_ARM
  /external/llvm/lib/Object/
ELF.cpp 50 case ELF::EM_ARM:
  /external/swiftshader/third_party/LLVM/include/llvm/Target/
TargetELFWriterInfo.h 46 EM_ARM = 40, // ARM
  /cts/common/device-side/util/src/com/android/compatibility/common/util/
ReadElf.java 41 private static final int EM_ARM = 40;
253 e_machine != EM_AARCH64 && e_machine != EM_ARM &&
263 (e_machine == EM_ARM && elfClass != ELFCLASS32) ||
  /cts/common/device-side/util-axt/src/com/android/compatibility/common/util/
ReadElf.java 41 private static final int EM_ARM = 40;
253 e_machine != EM_AARCH64 && e_machine != EM_ARM &&
263 (e_machine == EM_ARM && elfClass != ELFCLASS32) ||
  /art/libelffile/elf/
elf_utils.h 71 #define EM_ARM 40
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Object/
ELF.cpp 55 case ELF::EM_ARM:
161 case ELF::EM_ARM:
196 case ELF::EM_ARM:
ELFObjectFile.cpp 256 case ELF::EM_ARM:
  /external/elfutils/tests/
saridx.c 52 MACHINE (EM_ARM),
  /device/linaro/bootloader/edk2/BaseTools/Source/C/GenFw/
Elf32Convert.c 151 if (!((mEhdr->e_machine == EM_386) || (mEhdr->e_machine == EM_ARM))) {
152 Error (NULL, 0, 3000, "Unsupported", "ELF e_machine not EM_386 or EM_ARM");
357 case EM_ARM:
555 case EM_ARM:
790 } else if (mEhdr->e_machine == EM_ARM) {
857 Error (NULL, 0, 3000, "Invalid", "WriteSections (): %s unsupported ELF EM_ARM relocation 0x%x.", mInImageName, (unsigned) ELF32_R_TYPE(Rel->r_info));
917 } else if (mEhdr->e_machine == EM_ARM) {
990 Error (NULL, 0, 3000, "Invalid", "WriteRelocations(): %s unsupported ELF EM_ARM relocation 0x%x.", mInImageName, (unsigned) ELF32_R_TYPE(Rel->r_info));
1000 if (!FoundRelocations && (mEhdr->e_machine == EM_ARM)) {
    [all...]
  /device/linaro/bootloader/edk2/ArmPlatformPkg/Library/ArmShellCmdRunAxf/
ElfLoader.c 44 if (Hdr->e_machine != EM_ARM) {
  /external/google-breakpad/src/common/linux/
synth_elf.cc 27 machine == EM_ARM);
  /external/llvm/include/llvm/Object/
ELFObjectFile.h 392 if ((Header->e_machine == ELF::EM_ARM || Header->e_machine == ELF::EM_MIPS) &&
503 if (EF.getHeader()->e_machine == ELF::EM_ARM) {
845 case ELF::EM_ARM:
909 case ELF::EM_ARM:
  /external/llvm/lib/ObjectYAML/
ELFYAML.cpp 64 ECase(EM_ARM)
257 case ELF::EM_ARM:
383 case ELF::EM_ARM:
528 case ELF::EM_ARM:
  /external/llvm/lib/Target/ARM/MCTargetDesc/
ARMELFObjectWriter.cpp 47 ELF::EM_ARM,
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/ARM/MCTargetDesc/
ARMELFObjectWriter.cpp 49 ELF::EM_ARM,
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/ObjectYAML/
ELFYAML.cpp 84 ECase(EM_ARM);
280 case ELF::EM_ARM:
456 case ELF::EM_ARM:
506 case ELF::EM_ARM:
629 case ELF::EM_ARM:
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Object/
ELFObjectFile.h 466 if ((Header->e_machine == ELF::EM_ARM || Header->e_machine == ELF::EM_MIPS) &&
588 if (EF.getHeader()->e_machine == ELF::EM_ARM) {
1012 case ELF::EM_ARM:
    [all...]

Completed in 411 milliseconds

1 2 3