Home
last modified time | relevance | path

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

/test/suite_harness/common/util/src/com/android/compatibility/common/util/
DReadElf.java880 final String strTabName = readShStrTabEntry(sh_name); in readSectionHeaders() local
881 if (".strtab".equals(strTabName)) { in readSectionHeaders()
887 strTabName, sh_offset, sh_size, sh_link, sh_info)); in readSectionHeaders()
888 } else if (".dynstr".equals(strTabName)) { in readSectionHeaders()
894 strTabName, sh_offset, sh_size, sh_link, sh_info)); in readSectionHeaders()
898 final String strTabName = readShStrTabEntry(sh_name); in readSectionHeaders() local
904 strTabName, sh_offset, sh_size, sh_link, sh_info)); in readSectionHeaders()
906 final String strTabName = readShStrTabEntry(sh_name); in readSectionHeaders() local
907 if (".gnu.version".equals(strTabName)) { in readSectionHeaders()
914 strTabName, sh_offset, sh_size, sh_link, sh_info)); in readSectionHeaders()
[all …]