Home
last modified time | relevance | path

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

/test/suite_harness/common/util/src/com/android/compatibility/common/util/
DReadElf.java225 public final long sh_info; field in ReadElf.SecHeader
247 this.sh_info = info; in SecHeader()
263 this.sh_info, in toString()
858 long sh_info = readWord(); in readSectionHeaders() local
878 symTabName, sh_offset, sh_size, sh_link, sh_info, sh_entsize)); in readSectionHeaders()
887 strTabName, sh_offset, sh_size, sh_link, sh_info)); in readSectionHeaders()
894 strTabName, sh_offset, sh_size, sh_link, sh_info)); in readSectionHeaders()
904 strTabName, sh_offset, sh_size, sh_link, sh_info)); in readSectionHeaders()
914 strTabName, sh_offset, sh_size, sh_link, sh_info)); in readSectionHeaders()
920 mVerNeedEntryCnt = (int) sh_info; in readSectionHeaders()
[all …]