Home
last modified time | relevance | path

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

/test/suite_harness/common/util/src/com/android/compatibility/common/util/
DReadElf.java956 long p_type = readWord(); in readProgramHeaders() local
957 if (p_type == PT_LOAD) { in readProgramHeaders()
/test/vts/utils/python/library/
Delf_parser.py688 if ph.p_type == consts.PT_INTERP: