Searched refs:EI_CLASS (Results 1 – 9 of 9) sorted by relevance
/system/unwinding/libunwindstack/tests/ |
D | MapInfoCreateMemoryTest.cpp | 52 ehdr.e_ident[EI_CLASS] = class_type; in InitElf() 64 buffer[EI_CLASS] = ELFCLASS32; in SetUp() 69 buffer[0x1000 + EI_CLASS] = ELFCLASS64; in SetUp() 123 ASSERT_EQ(ELFCLASS32, buffer[EI_CLASS]); in TEST_F() 124 for (size_t i = EI_CLASS + 1; i < buffer.size(); i++) { in TEST_F() 193 ASSERT_EQ(ELFCLASS64, buffer[EI_CLASS]); in TEST_F() 194 for (size_t i = EI_CLASS + 1; i < buffer.size(); i++) { in TEST_F()
|
D | GenGnuDebugdata.cpp | 40 ehdr->e_ident[EI_CLASS] = elf_class; in InitEhdr()
|
D | ElfTestUtils.cpp | 43 ehdr->e_ident[EI_CLASS] = elf_class; in TestInitEhdr()
|
D | JitDebugTest.cpp | 98 ehdr.e_ident[EI_CLASS] = class_type; in CreateElf()
|
D | MapInfoGetElfTest.cpp | 55 ehdr->e_ident[EI_CLASS] = class_type; in InitElf()
|
/system/unwinding/libunwindstack/ |
D | Elf.cpp | 229 if (!memory->ReadFully(EI_CLASS, &class_type, 1)) { in GetInfo() 284 if (!memory->ReadFully(EI_CLASS, &class_type_, 1)) { in CreateInterfaceFromMemory() 339 if (!memory->Read(EI_CLASS, &class_type, 1)) { in GetLoadBias() 432 if (!memory->Read(EI_CLASS, &class_type, 1)) { in GetBuildID()
|
/system/chre/platform/shared/include/chre/platform/shared/ |
D | loader_util.h | 62 #define EI_CLASS 4 macro
|
/system/update_engine/common/ |
D | utils.cc | 639 if (size < EI_CLASS + 1) in GetFileFormatELF() 641 switch (buffer[EI_CLASS]) { in GetFileFormatELF()
|
/system/unwinding/libunwindstack/tests/fuzz/ |
D | UnwinderComponentCreator.cpp | 257 ehdr.e_ident[EI_CLASS] = class_type; in PutElfInMemory()
|