Searched refs:sh_info (Results 1 – 1 of 1) sorted by relevance
/platform_testing/libraries/compatibility-common-util/src/com/android/compatibility/common/util/ |
D | ReadElf.java | 227 public final long sh_info; field in ReadElf.SecHeader 249 this.sh_info = info; in SecHeader() 265 this.sh_info, in toString() 857 long sh_info = readWord(); in readSectionHeaders() local 877 symTabName, sh_offset, sh_size, sh_link, sh_info, sh_entsize)); in readSectionHeaders() 886 strTabName, sh_offset, sh_size, sh_link, sh_info)); in readSectionHeaders() 893 strTabName, sh_offset, sh_size, sh_link, sh_info)); in readSectionHeaders() 903 strTabName, sh_offset, sh_size, sh_link, sh_info)); in readSectionHeaders() 913 strTabName, sh_offset, sh_size, sh_link, sh_info)); in readSectionHeaders() 919 mVerNeedEntryCnt = (int) sh_info; in readSectionHeaders() [all …]
|