Home
last modified time | relevance | path

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

/test/suite_harness/common/util/src/com/android/compatibility/common/util/
DReadElf.java218 public final long sh_name; field in ReadElf.SecHeader
240 this.sh_name = name; in SecHeader()
256 this.sh_name, in toString()
829 long sh_name = readWord(); in readSectionHeaders() local
851 long sh_name = readWord(); in readSectionHeaders() local
865 final String symTabName = readShStrTabEntry(sh_name); in readSectionHeaders()
880 final String strTabName = readShStrTabEntry(sh_name); in readSectionHeaders()
898 final String strTabName = readShStrTabEntry(sh_name); in readSectionHeaders()
906 final String strTabName = readShStrTabEntry(sh_name); in readSectionHeaders()
916 final String strTabName = readShStrTabEntry(sh_name); in readSectionHeaders()
[all …]
/test/vts/utils/python/library/
Delf_parser.py276 return self.GetString(strtab, sh.sh_name)