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