Home
last modified time | relevance | path

Searched defs:e_phentsize (Results 1 – 1 of 1) sorted by relevance

/cts/common/device-side/util-axt/src/com/android/compatibility/common/util/
DReadElf.java281 int e_phentsize = readHalf(); in readHeader() local
350 private void readProgramHeaders(long ph_off, int e_phnum, int e_phentsize) throws IOException { in readProgramHeaders()