Searched refs:EI_DATA (Results 1 – 5 of 5) sorted by relevance
81 if (header->e_ident[EI_DATA] != ELFDATA2LSB) in GetFilterID()
37 ehdr->e_ident[EI_DATA] = ELFDATA2LSB; in InitEhdr()
40 ehdr->e_ident[EI_DATA] = ELFDATA2LSB; in TestInitEhdr()
70 #define EI_DATA 5 macro
708 if (size < EI_DATA + 1) in GetFileFormatELF()710 uint8_t ei_data = buffer[EI_DATA]; in GetFileFormatELF()