Home
last modified time | relevance | path

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

/platform_testing/libraries/compatibility-common-util/src/com/android/compatibility/common/util/
DReadElf.java220 public final long sh_name; field in ReadElf.SecHeader
242 this.sh_name = name; in SecHeader()
258 this.sh_name, in toString()
828 long sh_name = readWord(); in readSectionHeaders() local
850 long sh_name = readWord(); in readSectionHeaders() local
864 final String symTabName = readShStrTabEntry(sh_name); in readSectionHeaders()
879 final String strTabName = readShStrTabEntry(sh_name); in readSectionHeaders()
897 final String strTabName = readShStrTabEntry(sh_name); in readSectionHeaders()
905 final String strTabName = readShStrTabEntry(sh_name); in readSectionHeaders()
915 final String strTabName = readShStrTabEntry(sh_name); in readSectionHeaders()
[all …]