Searched refs:EI_CLASS (Results 1 – 2 of 2) sorted by relevance
64 if (file_header_32->e_ident[EI_CLASS] == ELFCLASS32) { in GetElfEntryPoint()67 } else if (file_header_32->e_ident[EI_CLASS] == ELFCLASS64) { in GetElfEntryPoint()
42 private static final int EI_CLASS = 4; field in ReadElf755 int elfClass = mBuffer[EI_CLASS]; in readHeader()