Home
last modified time | relevance | path

Searched refs:EI_DATA (Results 1 – 4 of 4) sorted by relevance

/system/unwinding/libunwindstack/tests/
DGenGnuDebugdata.cpp33 ehdr->e_ident[EI_DATA] = ELFDATA2LSB; in InitEhdr()
DElfTestUtils.cpp40 ehdr->e_ident[EI_DATA] = ELFDATA2LSB; in TestInitEhdr()
/system/chre/platform/shared/include/chre/platform/shared/
Dloader_util.h70 #define EI_DATA 5 macro
/system/update_engine/common/
Dutils.cc805 if (size < EI_DATA + 1) in GetFileFormatELF()
807 uint8_t ei_data = buffer[EI_DATA]; in GetFileFormatELF()