Searched refs:STT_NOTYPE (Results 1 – 3 of 3) sorted by relevance
126 STT_NOTYPE = 0 variable
85 public static final int STT_NOTYPE = 0; field in ReadElf.Symbol143 case STT_NOTYPE: in toType()1018 if (sym.type == Symbol.STT_NOTYPE) { in readSymbolTable()
653 if sym.GetType() == consts.STT_NOTYPE: