Home
last modified time | relevance | path

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

/platform_testing/libraries/compatibility-common-util/src/com/android/compatibility/common/util/
DReadElf.java814 int e_shentsize = readHalf(); in readHeader() local
818 readSectionHeaders(sh_off, e_shnum, e_shentsize, e_shstrndx); in readHeader()
822 private void readSectionHeaders(long sh_off, int e_shnum, int e_shentsize, int e_shstrndx) in readSectionHeaders() argument
826 mFile.seek(sh_off + e_shstrndx * e_shentsize); in readSectionHeaders()
848 mFile.seek(sh_off + i * e_shentsize); in readSectionHeaders()