Searched refs:iitype (Results 1 – 2 of 2) sorted by relevance
193 iitype_t iitype = 0; in parse_fun() local206 iitype = II_NOT; /* not interesting */ in parse_fun()210 iitype = II_GFUN; in parse_fun()214 iitype = II_SFUN; in parse_fun()240 ii->ii_type = iitype; in parse_fun()246 return (iitype); in parse_fun()253 iitype_t iitype = 0; in parse_sym() local261 iitype = II_GVAR; in parse_sym()264 iitype = II_SVAR; in parse_sym()267 iitype = II_PSYM; in parse_sym()[all …]
275 typedef enum iitype { enum