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