Home
last modified time | relevance | path

Searched refs:e_phnum (Results 1 – 1 of 1) sorted by relevance

/platform_testing/libraries/compatibility-common-util/src/com/android/compatibility/common/util/
DReadElf.java813 int e_phnum = readHalf(); in readHeader() local
819 readProgramHeaders(ph_off, e_phnum, e_phentsize); in readHeader()
951 private void readProgramHeaders(long ph_off, int e_phnum, int e_phentsize) throws IOException { in readProgramHeaders() argument
952 for (int i = 0; i < e_phnum; ++i) { in readProgramHeaders()