Home
last modified time | relevance | path

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

/cts/common/device-side/util-axt/src/com/android/compatibility/common/util/
DReadElf.java327 final String symTabName = readShStrTabEntry(sh_name); in readSectionHeaders()
336 final String strTabName = readShStrTabEntry(sh_name); in readSectionHeaders()
404 private String readShStrTabEntry(long strOffset) throws IOException { in readShStrTabEntry() method in ReadElf