Searched refs:ndx (Results 1 – 1 of 1) sorted by relevance
/platform_testing/libraries/compatibility-common-util/src/com/android/compatibility/common/util/ |
D | ReadElf.java | 280 VerNeed(String file_name, String lib_name, int ndx) { in VerNeed() argument 283 this.vn_vernaux[0] = new VerNAux(lib_name, ndx); in VerNeed() 326 VerNAux(String lib_name, int ndx) { in VerNAux() argument 331 this.vna_other = ndx; in VerNAux() 380 VerDef(int ver, int flags, int ndx, int cnt, long hash, long aux, long next) { in VerDef() argument 383 this.vd_ndx = ndx; in VerDef() 1071 public VerNeed getVerNeed(int ndx) throws IOException { in getVerNeed() argument 1073 if (ndx < 2) { in getVerNeed() 1074 return this.mVerNeedArr[ndx]; in getVerNeed() 1079 if (this.mVerNeedArr[i].vn_vernaux[j].vna_other == ndx) { in getVerNeed() [all …]
|