Home
last modified time | relevance | path

Searched refs:EM_AARCH64 (Results 1 – 18 of 18) sorted by relevance

/aosp12/system/unwinding/libunwindstack/tests/
H A DGenGnuDebugdata.cpp29 #if !defined(EM_AARCH64)
30 #define EM_AARCH64 183 macro
109 InitEhdr<Elf64_Ehdr>(&ehdr64, ELFCLASS64, EM_AARCH64); in main()
H A DMapInfoGetElfTest.cpp105 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 DElfTest.cpp231 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 DJitDebugTest.cpp366 CreateElf<Elf64_Ehdr, Elf64_Shdr>(0x4000, ELFCLASS64, EM_AARCH64, 0x1500, 0x200); in TEST_F()
H A DMapInfoCreateMemoryTest.cpp452 TestInitEhdr<Elf64_Ehdr>(&ehdr, ELFCLASS64, EM_AARCH64); in TEST_F()
H A DElfInterfaceTest.cpp35 #if !defined(EM_AARCH64)
36 #define EM_AARCH64 183 macro
/aosp12/system/update_engine/payload_generator/
H A Dxz_android.cc94 #ifdef EM_AARCH64 in GetFilterID()
95 case EM_AARCH64: in GetFilterID()
/aosp12/system/unwinding/libunwindstack/include/unwindstack/
H A DElf.h33 #if !defined(EM_AARCH64)
34 #define EM_AARCH64 183 macro
/aosp12/frameworks/compile/mclinker/lib/Target/AArch64/
H A DAArch64GNUInfo.h21 uint32_t machine() const { return llvm::ELF::EM_AARCH64; } in machine()
/aosp12/bionic/libc/kernel/uapi/linux/
H A Delf-em.h56 #define EM_AARCH64 183 macro
H A Daudit.h270 #define AUDIT_ARCH_AARCH64 (EM_AARCH64 | __AUDIT_ARCH_64BIT | __AUDIT_ARCH_LE)
/aosp12/system/unwinding/libunwindstack/tools/
H A Dunwind_symbols.cpp77 case EM_AARCH64: in main()
/aosp12/art/libelffile/elf/
H A Delf_utils.h70 #define EM_AARCH64 183 macro
H A Delf_builder.h815 case EM_AARCH64: in GetIsaFromHeader()
838 elf_header.e_machine = EM_AARCH64; in MakeElfHeader()
/aosp12/system/extras/simpleperf/
H A Dread_elf.cpp381 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 DElf.cpp315 if (e_machine == EM_AARCH64) { in CreateInterfaceFromMemory()
/aosp12/bionic/linker/
H A Dlinker_phdr.cpp51 return EM_AARCH64; in GetTargetElfMachine()
215 if (em == EM_AARCH64) return "EM_AARCH64"; in EM_to_string()
/aosp12/art/runtime/
H A Delf_file.cc1083 case EM_AARCH64: in GetInstructionSetFromELF()