Home
last modified time | relevance | path

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

/test/suite_harness/common/util/src/com/android/compatibility/common/util/
DReadElf.java808 long ph_off = readOff(); in readHeader() local
952 private void readProgramHeaders(long ph_off, int e_phnum, int e_phentsize) throws IOException { in readProgramHeaders()