Home
last modified time | relevance | path

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

/test/vts/utils/python/library/elf/
Dconsts.py72 SHT_STRTAB = 3 variable
/test/suite_harness/common/util/src/com/android/compatibility/common/util/
DReadElf.java71 private static final int SHT_STRTAB = 3; field in ReadElf
837 if (sh_type == SHT_STRTAB) { in readSectionHeaders()
879 } else if (sh_type == SHT_STRTAB) { in readSectionHeaders()