Home
last modified time | relevance | path

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

/test/suite_harness/common/util/src/com/android/compatibility/common/util/
DReadElf.java814 int e_phnum = readHalf(); in readHeader() local
820 readProgramHeaders(ph_off, e_phnum, e_phentsize); in readHeader()
952 private void readProgramHeaders(long ph_off, int e_phnum, int e_phentsize) throws IOException { in readProgramHeaders() argument
953 for (int i = 0; i < e_phnum; ++i) { in readProgramHeaders()
/test/vts/utils/python/library/
Delf_parser.py696 for ph_index in range(self.Ehdr.e_phnum):