Home
last modified time | relevance | path

Searched refs:ELFCLASS64 (Results 1 – 9 of 9) sorted by relevance

/system/unwinding/libunwindstack/tests/
DMapInfoGetElfTest.cpp102 TestInitEhdr<Elf64_Ehdr>(&ehdr, ELFCLASS64, EM_AARCH64); in TEST_F()
110 EXPECT_EQ(ELFCLASS64, elf->class_type()); in TEST_F()
140 TestInitGnuDebugdata<Elf64_Ehdr, Elf64_Shdr>(ELFCLASS64, EM_AARCH64, true, in TEST_F()
150 EXPECT_EQ(ELFCLASS64, elf->class_type()); in TEST_F()
272 TestInitEhdr<Elf64_Ehdr>(&ehdr, ELFCLASS64, EM_AARCH64); in TEST_F()
303 TestInitEhdr<Elf64_Ehdr>(&ehdr, ELFCLASS64, EM_AARCH64); in TEST_F()
329 TestInitEhdr<Elf64_Ehdr>(&ehdr, ELFCLASS64, EM_X86_64); in TEST_F()
358 TestInitEhdr<Elf64_Ehdr>(&ehdr, ELFCLASS64, EM_X86_64); in TEST_F()
DElfTest.cpp88 TestInitEhdr<Elf64_Ehdr>(&ehdr, ELFCLASS64, machine_type); in InitElf64()
234 ASSERT_EQ(ELFCLASS64, elf.class_type()); in TEST_F()
246 ASSERT_EQ(ELFCLASS64, elf.class_type()); in TEST_F()
258 ASSERT_EQ(ELFCLASS64, elf.class_type()); in TEST_F()
270 ASSERT_EQ(ELFCLASS64, elf.class_type()); in TEST_F()
289 TestInitGnuDebugdata<Elf64_Ehdr, Elf64_Shdr>(ELFCLASS64, EM_AARCH64, true, in TEST_F()
DMapInfoCreateMemoryTest.cpp69 buffer[0x1000 + EI_CLASS] = ELFCLASS64; in SetUp()
74 InitElf<Elf64_Ehdr, Elf64_Shdr>(elf64_at_map_.fd, 0x2000, 0x3000, ELFCLASS64); in SetUp()
192 ASSERT_EQ(ELFCLASS64, buffer[EI_CLASS]); in TEST_F()
451 TestInitEhdr<Elf64_Ehdr>(&ehdr, ELFCLASS64, EM_AARCH64); in TEST_F()
DGenGnuDebugdata.cpp109 InitEhdr<Elf64_Ehdr>(&ehdr64, ELFCLASS64, EM_AARCH64); in main()
DJitDebugTest.cpp366 CreateElf<Elf64_Ehdr, Elf64_Shdr>(0x4000, ELFCLASS64, EM_AARCH64, 0x1500, 0x200); in TEST_F()
/system/unwinding/libunwindstack/
DElf.cpp241 } else if (class_type == ELFCLASS64) { in GetInfo()
312 } else if (class_type_ == ELFCLASS64) { in CreateInterfaceFromMemory()
349 } else if (class_type == ELFCLASS64) { in GetLoadBias()
434 } else if (class_type == ELFCLASS64) { in GetBuildID()
/system/chre/platform/shared/include/chre/platform/shared/
Dloader_util.h82 #define ELFCLASS64 2 macro
/system/extras/simpleperf/
Dread_elf.cpp320 bool Is64Bit() override { return elf_->getHeader()->getFileClass() == llvm::ELF::ELFCLASS64; } in Is64Bit()
/system/update_engine/common/
Dutils.cc700 case ELFCLASS64: in GetFileFormatELF()