Home
last modified time | relevance | path

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

/system/unwinding/libunwindstack/tests/
DMapInfoCreateMemoryTest.cpp52 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()
DGenGnuDebugdata.cpp40 ehdr->e_ident[EI_CLASS] = elf_class; in InitEhdr()
DElfTestUtils.cpp43 ehdr->e_ident[EI_CLASS] = elf_class; in TestInitEhdr()
DJitDebugTest.cpp98 ehdr.e_ident[EI_CLASS] = class_type; in CreateElf()
DMapInfoGetElfTest.cpp55 ehdr->e_ident[EI_CLASS] = class_type; in InitElf()
/system/unwinding/libunwindstack/
DElf.cpp229 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/
Dloader_util.h62 #define EI_CLASS 4 macro
/system/update_engine/common/
Dutils.cc639 if (size < EI_CLASS + 1) in GetFileFormatELF()
641 switch (buffer[EI_CLASS]) { in GetFileFormatELF()
/system/unwinding/libunwindstack/tests/fuzz/
DUnwinderComponentCreator.cpp257 ehdr.e_ident[EI_CLASS] = class_type; in PutElfInMemory()