Home
last modified time | relevance | path

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

/test/suite_harness/common/util/src/com/android/compatibility/common/util/
DReadElf.java76 private static final int SHT_GNU_VERSYM = 0x6fffffff; field in ReadElf
905 } else if (sh_type == SHT_GNU_VERSYM) { in readSectionHeaders()