Searched refs:SHN_UNDEF (Results 1 – 4 of 4) sorted by relevance
167 sym_is_undefined = (sym.st_shndx == consts.SHN_UNDEF)210 if sym.st_shndx == consts.SHN_UNDEF:246 and sym.st_shndx != consts.SHN_UNDEF):
105 SHN_UNDEF = 0 variable
93 public static final int SHN_UNDEF = 0; field in ReadElf.Symbol165 case SHN_UNDEF: in toShndx()173 return (bind != STB_LOCAL && shndx == SHN_UNDEF); in isGlobalUnd()178 return (bind != STB_LOCAL && shndx != SHN_UNDEF); in isExtern()
657 if sym.st_shndx == consts.SHN_UNDEF: