Searched refs:SHN_UNDEF (Results 1 – 1 of 1) sorted by relevance
95 public static final int SHN_UNDEF = 0; field in ReadElf.Symbol167 case SHN_UNDEF: in toShndx()175 return (bind != STB_LOCAL && shndx == SHN_UNDEF); in isGlobalUnd()180 return (bind != STB_LOCAL && shndx != SHN_UNDEF); in isExtern()