Home
last modified time | relevance | path

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

/test/suite_harness/common/util/src/com/android/compatibility/common/util/
DReadElf.java865 final String symTabName = readShStrTabEntry(sh_name); in readSectionHeaders() local
866 if (".symtab".equals(symTabName)) { in readSectionHeaders()
870 } else if (".dynsym".equals(symTabName)) { in readSectionHeaders()
878 symTabName, sh_offset, sh_size, sh_link, sh_info, sh_entsize)); in readSectionHeaders()