Home
last modified time | relevance | path

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

/cts/common/device-side/util-axt/src/com/android/compatibility/common/util/
DReadElf.java58 private static final int SHT_STRTAB = 3; field in ReadElf
305 if (sh_type == SHT_STRTAB) { in readSectionHeaders()
335 } else if (sh_type == SHT_STRTAB) { in readSectionHeaders()