Home
last modified time | relevance | path

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

/cts/common/device-side/util-axt/src/com/android/compatibility/common/util/
DReadElf.java298 long sh_type = readWord(); in readSectionHeaders() local
305 if (sh_type == SHT_STRTAB) { in readSectionHeaders()
320 long sh_type = readWord(); in readSectionHeaders() local
326 if (sh_type == SHT_SYMTAB || sh_type == SHT_DYNSYM) { in readSectionHeaders()
335 } else if (sh_type == SHT_STRTAB) { in readSectionHeaders()
344 } else if (sh_type == SHT_DYNAMIC) { in readSectionHeaders()