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

1 2 3 4

  /frameworks/compile/mclinker/lib/Target/AArch64/
AArch64GNUInfo.h 21 uint32_t machine() const { return llvm::ELF::EM_AARCH64; }
  /bionic/libc/kernel/uapi/linux/
elf-em.h 51 #define EM_AARCH64 183
audit.h 260 #define AUDIT_ARCH_AARCH64 (EM_AARCH64 | __AUDIT_ARCH_64BIT | __AUDIT_ARCH_LE)
  /external/iproute2/include/uapi/linux/
elf-em.h 40 #define EM_AARCH64 183 /* ARM 64 bit */
  /external/kernel-headers/original/uapi/linux/
elf-em.h 40 #define EM_AARCH64 183 /* ARM 64 bit */
audit.h 373 #define AUDIT_ARCH_AARCH64 (EM_AARCH64|__AUDIT_ARCH_64BIT|__AUDIT_ARCH_LE)
  /external/llvm/lib/Object/
ELF.cpp 43 case ELF::EM_AARCH64:
  /system/core/libunwindstack/tests/
GenGnuDebugdata.cpp 29 #if !defined(EM_AARCH64)
30 #define EM_AARCH64 183
109 InitEhdr<Elf64_Ehdr>(&ehdr64, ELFCLASS64, EM_AARCH64);
MapInfoGetElfTest.cpp 98 TestInitEhdr<Elf64_Ehdr>(&ehdr, ELFCLASS64, EM_AARCH64);
104 EXPECT_EQ(static_cast<uint32_t>(EM_AARCH64), elf->machine_type());
127 TestInitGnuDebugdata<Elf64_Ehdr, Elf64_Shdr>(ELFCLASS64, EM_AARCH64, false,
135 EXPECT_EQ(static_cast<uint32_t>(EM_AARCH64), elf->machine_type());
159 TestInitGnuDebugdata<Elf64_Ehdr, Elf64_Shdr>(ELFCLASS64, EM_AARCH64, true,
167 EXPECT_EQ(static_cast<uint32_t>(EM_AARCH64), elf->machine_type());
292 TestInitEhdr<Elf64_Ehdr>(&ehdr, ELFCLASS64, EM_AARCH64);
319 TestInitEhdr<Elf64_Ehdr>(&ehdr, ELFCLASS64, EM_AARCH64);
ElfTest.cpp 204 InitElf64(EM_AARCH64);
208 ASSERT_EQ(static_cast<uint32_t>(EM_AARCH64), elf.machine_type());
252 TestInitGnuDebugdata<Elf64_Ehdr, Elf64_Shdr>(ELFCLASS64, EM_AARCH64, false,
280 TestInitGnuDebugdata<Elf64_Ehdr, Elf64_Shdr>(ELFCLASS64, EM_AARCH64, true,
  /system/core/libunwindstack/include/unwindstack/
Elf.h 31 #if !defined(EM_AARCH64)
32 #define EM_AARCH64 183
  /art/runtime/
elf_utils.h 43 #define EM_AARCH64 183
  /cts/common/device-side/util/src/com/android/compatibility/common/util/
ReadElf.java 45 private static final int EM_AARCH64 = 183;
253 e_machine != EM_AARCH64 && e_machine != EM_ARM &&
262 (e_machine == EM_AARCH64 && elfClass != ELFCLASS64) ||
  /system/core/libunwindstack/tools/
unwind_symbols.cpp 83 case EM_AARCH64:
  /external/valgrind/coregrind/
launcher-linux.c 60 #ifndef EM_AARCH64
61 #define EM_AARCH64 183 // ditto
264 } else if (header.ehdr64.e_machine == EM_AARCH64 &&
pub_core_machine.h 76 # define VG_ELF_MACHINE EM_AARCH64
  /art/runtime/arch/
instruction_set.cc 90 case EM_AARCH64:
  /device/linaro/bootloader/edk2/BaseTools/Source/C/GenFw/
Elf64Convert.c 154 if (!((mEhdr->e_machine == EM_X86_64) || (mEhdr->e_machine == EM_AARCH64))) {
155 Error (NULL, 0, 3000, "Unsupported", "ELF e_machine not EM_X86_64 or EM_AARCH64");
350 case EM_AARCH64:
551 case EM_AARCH64:
837 } else if (mEhdr->e_machine == EM_AARCH64) {
935 Error (NULL, 0, 3000, "Invalid", "WriteSections64(): %s unsupported ELF EM_AARCH64 relocation 0x%x.", mInImageName, (unsigned) ELF_R_TYPE(Rel->r_info));
993 } else if (mEhdr->e_machine == EM_AARCH64) {
    [all...]
  /prebuilts/go/darwin-x86/src/cmd/internal/objfile/
elf.go 102 case elf.EM_AARCH64:
  /prebuilts/go/linux-x86/src/cmd/internal/objfile/
elf.go 102 case elf.EM_AARCH64:
  /device/linaro/bootloader/edk2/ArmPlatformPkg/Library/ArmShellCmdRunAxf/
ElfLoader.c 67 if (Hdr->e_machine != EM_AARCH64) {
  /external/google-breakpad/src/common/linux/
dump_symbols.cc 94 #ifndef EM_AARCH64
95 #define EM_AARCH64 183
301 case EM_AARCH64:
782 case EM_AARCH64: return "arm64";
    [all...]
  /external/llvm/lib/Target/AArch64/MCTargetDesc/
AArch64ELFObjectWriter.cpp 42 : MCELFObjectTargetWriter(/*Is64Bit*/ true, OSABI, ELF::EM_AARCH64,
  /system/core/libunwindstack/
Elf.cpp 273 if (e_machine == EM_AARCH64) {
  /test/suite_harness/common/util/src/com/android/compatibility/common/util/
ReadElf.java 47 private static final int EM_AARCH64 = 183;
651 && e_machine != EM_AARCH64
661 || (e_machine == EM_AARCH64 && elfClass != ELFCLASS64)
    [all...]

Completed in 534 milliseconds

1 2 3 4