Searched refs:ELFCLASS64 (Results 1 – 9 of 9) sorted by relevance
/system/unwinding/libunwindstack/tests/ |
D | MapInfoGetElfTest.cpp | 102 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()
|
D | ElfTest.cpp | 88 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()
|
D | MapInfoCreateMemoryTest.cpp | 69 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()
|
D | GenGnuDebugdata.cpp | 109 InitEhdr<Elf64_Ehdr>(&ehdr64, ELFCLASS64, EM_AARCH64); in main()
|
D | JitDebugTest.cpp | 366 CreateElf<Elf64_Ehdr, Elf64_Shdr>(0x4000, ELFCLASS64, EM_AARCH64, 0x1500, 0x200); in TEST_F()
|
/system/unwinding/libunwindstack/ |
D | Elf.cpp | 241 } 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/ |
D | loader_util.h | 82 #define ELFCLASS64 2 macro
|
/system/extras/simpleperf/ |
D | read_elf.cpp | 320 bool Is64Bit() override { return elf_->getHeader()->getFileClass() == llvm::ELF::ELFCLASS64; } in Is64Bit()
|
/system/update_engine/common/ |
D | utils.cc | 700 case ELFCLASS64: in GetFileFormatELF()
|