Home
last modified time | relevance | path

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

/test/suite_harness/common/util/src/com/android/compatibility/common/util/
DReadElf.java99 public final int shndx; field in ReadElf.Symbol
111 this.shndx = st_shndx; in Symbol()
162 switch (shndx) { in toShndx()
168 return String.valueOf(shndx); in toShndx()
173 return (bind != STB_LOCAL && shndx == SHN_UNDEF); in isGlobalUnd()
178 return (bind != STB_LOCAL && shndx != SHN_UNDEF); in isExtern()