Home
last modified time | relevance | path

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

/platform_testing/libraries/compatibility-common-util/src/com/android/compatibility/common/util/
DReadElf.java879 final String strTabName = readShStrTabEntry(sh_name); in readSectionHeaders() local
880 if (".strtab".equals(strTabName)) { in readSectionHeaders()
886 strTabName, sh_offset, sh_size, sh_link, sh_info)); in readSectionHeaders()
887 } else if (".dynstr".equals(strTabName)) { in readSectionHeaders()
893 strTabName, sh_offset, sh_size, sh_link, sh_info)); in readSectionHeaders()
897 final String strTabName = readShStrTabEntry(sh_name); in readSectionHeaders() local
903 strTabName, sh_offset, sh_size, sh_link, sh_info)); in readSectionHeaders()
905 final String strTabName = readShStrTabEntry(sh_name); in readSectionHeaders() local
906 if (".gnu.version".equals(strTabName)) { in readSectionHeaders()
913 strTabName, sh_offset, sh_size, sh_link, sh_info)); in readSectionHeaders()
[all …]