Home
last modified time | relevance | path

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

/test/suite_harness/common/util/src/com/android/compatibility/common/util/
DReadElf.java816 int e_shnum = readHalf(); in readHeader() local
819 readSectionHeaders(sh_off, e_shnum, e_shentsize, e_shstrndx); in readHeader()
823 private void readSectionHeaders(long sh_off, int e_shnum, int e_shentsize, int e_shstrndx) in readSectionHeaders() argument
843 for (int i = 0; i < e_shnum; ++i) { in readSectionHeaders()
/test/vts/utils/python/library/
Delf_parser.py141 for i in range(self.Ehdr.e_shnum)]