Searched refs:shndx (Results 1 – 1 of 1) sorted by relevance
99 public final int shndx; field in ReadElf.Symbol111 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()