Searched refs:EI_NIDENT (Results 1 – 4 of 4) sorted by relevance
68 _fields_ = [('e_ident', ctypes.c_uint8 * consts.EI_NIDENT),86 _fields_ = [('e_ident', ctypes.c_uint8 * consts.EI_NIDENT),
29 EI_NIDENT = 16 # Size of e_ident[] variable
38 private static final int EI_NIDENT = 16; field in ReadElf627 if (file.length() < EI_NIDENT) { in isElf()635 raFile.readFully(buffer, 0, EI_NIDENT); in isElf()721 if (mFile.length() < EI_NIDENT) { in ReadElf()747 mFile.readFully(mBuffer, 0, EI_NIDENT); in readHeader()
87 e_ident = self._SeekRead(0, consts.EI_NIDENT)