Home
last modified time | relevance | path

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

/platform_testing/libraries/compatibility-common-util/src/com/android/compatibility/common/util/
DReadElf.java101 public final int shndx; field in ReadElf.Symbol
113 this.shndx = st_shndx; in Symbol()
164 switch (shndx) { in toShndx()
170 return String.valueOf(shndx); in toShndx()
175 return (bind != STB_LOCAL && shndx == SHN_UNDEF); in isGlobalUnd()
180 return (bind != STB_LOCAL && shndx != SHN_UNDEF); in isExtern()