Home
last modified time | relevance | path

Searched refs:iitype (Results 1 – 2 of 2) sorted by relevance

/NextBSD/cddl/contrib/opensolaris/tools/ctf/cvt/
HDst_parse.c189 iitype_t iitype = 0; in parse_fun() local
202 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() local
257 iitype = II_GVAR; in parse_sym()
260 iitype = II_SVAR; in parse_sym()
263 iitype = II_PSYM; in parse_sym()
[all …]
HDctftools.h260 typedef enum iitype { enum