/aosp12/system/unwinding/libunwindstack/tests/ |
H A D | GenGnuDebugdata.cpp | 29 #if !defined(EM_AARCH64) 30 #define EM_AARCH64 183 macro 109 InitEhdr<Elf64_Ehdr>(&ehdr64, ELFCLASS64, EM_AARCH64); in main()
|
H A D | MapInfoGetElfTest.cpp | 105 TestInitEhdr<Elf64_Ehdr>(&ehdr, ELFCLASS64, EM_AARCH64); in TEST_F() 111 EXPECT_EQ(static_cast<uint32_t>(EM_AARCH64), elf->machine_type()); in TEST_F() 146 TestInitGnuDebugdata<Elf64_Ehdr, Elf64_Shdr>(ELFCLASS64, EM_AARCH64, true, in TEST_F() 154 EXPECT_EQ(static_cast<uint32_t>(EM_AARCH64), elf->machine_type()); in TEST_F() 279 TestInitEhdr<Elf64_Ehdr>(&ehdr, ELFCLASS64, EM_AARCH64); in TEST_F()
|
H A D | ElfTest.cpp | 231 InitElf64(EM_AARCH64); in TEST_F() 235 ASSERT_EQ(static_cast<uint32_t>(EM_AARCH64), elf.machine_type()); in TEST_F() 279 TestInitGnuDebugdata<Elf64_Ehdr, Elf64_Shdr>(ELFCLASS64, EM_AARCH64, true, in TEST_F()
|
H A D | JitDebugTest.cpp | 366 CreateElf<Elf64_Ehdr, Elf64_Shdr>(0x4000, ELFCLASS64, EM_AARCH64, 0x1500, 0x200); in TEST_F()
|
H A D | MapInfoCreateMemoryTest.cpp | 452 TestInitEhdr<Elf64_Ehdr>(&ehdr, ELFCLASS64, EM_AARCH64); in TEST_F()
|
H A D | ElfInterfaceTest.cpp | 35 #if !defined(EM_AARCH64) 36 #define EM_AARCH64 183 macro
|
/aosp12/system/update_engine/payload_generator/ |
H A D | xz_android.cc | 94 #ifdef EM_AARCH64 in GetFilterID() 95 case EM_AARCH64: in GetFilterID()
|
/aosp12/system/unwinding/libunwindstack/include/unwindstack/ |
H A D | Elf.h | 33 #if !defined(EM_AARCH64) 34 #define EM_AARCH64 183 macro
|
/aosp12/frameworks/compile/mclinker/lib/Target/AArch64/ |
H A D | AArch64GNUInfo.h | 21 uint32_t machine() const { return llvm::ELF::EM_AARCH64; } in machine()
|
/aosp12/bionic/libc/kernel/uapi/linux/ |
H A D | elf-em.h | 56 #define EM_AARCH64 183 macro
|
H A D | audit.h | 270 #define AUDIT_ARCH_AARCH64 (EM_AARCH64 | __AUDIT_ARCH_64BIT | __AUDIT_ARCH_LE)
|
/aosp12/system/unwinding/libunwindstack/tools/ |
H A D | unwind_symbols.cpp | 77 case EM_AARCH64: in main()
|
/aosp12/art/libelffile/elf/ |
H A D | elf_utils.h | 70 #define EM_AARCH64 183 macro
|
H A D | elf_builder.h | 815 case EM_AARCH64: in GetIsaFromHeader() 838 elf_header.e_machine = EM_AARCH64; in MakeElfHeader()
|
/aosp12/system/extras/simpleperf/ |
H A D | read_elf.cpp | 381 bool is_arm = (machine == llvm::ELF::EM_ARM || machine == llvm::ELF::EM_AARCH64); 416 bool is_arm = (machine == llvm::ELF::EM_ARM || machine == llvm::ELF::EM_AARCH64);
|
/aosp12/system/unwinding/libunwindstack/ |
H A D | Elf.cpp | 315 if (e_machine == EM_AARCH64) { in CreateInterfaceFromMemory()
|
/aosp12/bionic/linker/ |
H A D | linker_phdr.cpp | 51 return EM_AARCH64; in GetTargetElfMachine() 215 if (em == EM_AARCH64) return "EM_AARCH64"; in EM_to_string()
|
/aosp12/art/runtime/ |
H A D | elf_file.cc | 1083 case EM_AARCH64: in GetInstructionSetFromELF()
|