Searched refs:STT_OBJECT (Results 1 – 3 of 3) sorted by relevance
127 STT_OBJECT = 1 variable
245 if (sym.GetType() in (consts.STT_OBJECT, consts.STT_FUNC)
86 public static final int STT_OBJECT = 1; field in ReadElf.Symbol145 case STT_OBJECT: in toType()