Searched refs:iitype (Results 1 – 2 of 2) sorted by relevance
189 iitype_t iitype = 0; in parse_fun() local202 iitype = II_NOT; /* not interesting */ in parse_fun()206 iitype = II_GFUN; in parse_fun()210 iitype = II_SFUN; in parse_fun()236 ii->ii_type = iitype; in parse_fun()242 return (iitype); in parse_fun()249 iitype_t iitype = 0; in parse_sym() local257 iitype = II_GVAR; in parse_sym()260 iitype = II_SVAR; in parse_sym()263 iitype = II_PSYM; in parse_sym()[all …]
260 typedef enum iitype { enum