Home
last modified time | relevance | path

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

/test/suite_harness/common/util/src/com/android/compatibility/common/util/
DReadElf.java815 int e_shentsize = readHalf(); in readHeader() local
823 private void readSectionHeaders(long sh_off, int e_shnum, int e_shentsize, int e_shstrndx) in readSectionHeaders()