Home
last modified time | relevance | path

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

/cts/common/device-side/util-axt/src/com/android/compatibility/common/util/
DReadElf.java59 private static final int SHT_DYNAMIC = 6; field in ReadElf
344 } else if (sh_type == SHT_DYNAMIC) { in readSectionHeaders()