Searched refs:e_phentsize (Results 1 – 1 of 1) sorted by relevance
281 int e_phentsize = readHalf(); in readHeader() local288 readProgramHeaders(ph_off, e_phnum, e_phentsize); in readHeader()350 private void readProgramHeaders(long ph_off, int e_phnum, int e_phentsize) throws IOException { in readProgramHeaders() argument352 mFile.seek(ph_off + i * e_phentsize); in readProgramHeaders()