Home
last modified time | relevance | path

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

/cts/common/device-side/util-axt/src/com/android/compatibility/common/util/
DReadElf.java60 private static final int SHT_DYNSYM = 11; field in ReadElf
326 if (sh_type == SHT_SYMTAB || sh_type == SHT_DYNSYM) { in readSectionHeaders()