Home
last modified time | relevance | path

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

/system/unwinding/libunwindstack/
DElf.cpp236 } else if (class_type == ELFCLASS64) { in GetInfo()
308 } else if (class_type_ == ELFCLASS64) { in CreateInterfaceFromMemory()
345 } else if (class_type == ELFCLASS64) { in GetLoadBias()
438 } else if (class_type == ELFCLASS64) { in GetBuildID()
/system/unwinding/libunwindstack/tests/
DMapInfoGetElfTest.cpp105 TestInitEhdr<Elf64_Ehdr>(&ehdr, ELFCLASS64, EM_AARCH64); in TEST_F()
112 EXPECT_EQ(ELFCLASS64, elf->class_type()); in TEST_F()
146 TestInitGnuDebugdata<Elf64_Ehdr, Elf64_Shdr>(ELFCLASS64, EM_AARCH64, true, in TEST_F()
155 EXPECT_EQ(ELFCLASS64, elf->class_type()); in TEST_F()
279 TestInitEhdr<Elf64_Ehdr>(&ehdr, ELFCLASS64, EM_AARCH64); in TEST_F()
308 TestInitEhdr<Elf64_Ehdr>(&ehdr, ELFCLASS64, EM_X86_64); in TEST_F()
335 TestInitEhdr<Elf64_Ehdr>(&ehdr, ELFCLASS64, EM_X86_64); in TEST_F()
DElfTest.cpp88 TestInitEhdr<Elf64_Ehdr>(&ehdr, ELFCLASS64, machine_type); in InitElf64()
236 ASSERT_EQ(ELFCLASS64, elf.class_type()); in TEST_F()
248 ASSERT_EQ(ELFCLASS64, elf.class_type()); in TEST_F()
260 ASSERT_EQ(ELFCLASS64, elf.class_type()); in TEST_F()
279 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()
193 ASSERT_EQ(ELFCLASS64, buffer[EI_CLASS]); in TEST_F()
421 TestInitEhdr<Elf64_Ehdr>(&ehdr, ELFCLASS64, EM_AARCH64); in TEST_F()
DGenGnuDebugdata.cpp109 InitEhdr<Elf64_Ehdr>(&ehdr64, ELFCLASS64, EM_AARCH64); in main()
DElfCacheTest.cpp53 TestInitEhdr(&ehdr64, ELFCLASS64, type); in WriteElfFile()
DJitDebugTest.cpp366 CreateElf<Elf64_Ehdr, Elf64_Shdr>(0x4000, ELFCLASS64, EM_AARCH64, 0x1500, 0x200); in TEST_F()
/system/chre/platform/shared/include/chre/platform/shared/
Dloader_util.h75 #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.cc645 case ELFCLASS64: in GetFileFormatELF()