Searched refs:ii_type (Results 1 - 9 of 9) sorted by relevance

/freebsd-10-stable/cddl/contrib/opensolaris/tools/ctf/cvt/
H A Diidesc.c77 if (src->ii_type != tgt->ii_type ||
172 printf("type: %d name %s\n", ii->ii_type,
184 return (ii->ii_type == match);
H A Dstabs.c325 assert(stab->n_type != N_FUN || (iidescp->ii_type != II_GFUN &&
326 iidescp->ii_type != II_SFUN) || scope == 0);
338 switch (iidescp->ii_type) {
362 aborterr("invalid ii_type %d for stab type %d",
363 iidescp->ii_type, stab->n_type);
H A Dfixup_tdescs.c173 if (iidesc->ii_type != II_TYPE && iidesc->ii_type != II_SOU)
H A Dmerge.c613 if (node->ii_type != iif->iif_template->ii_type ||
618 if ((node->ii_type == II_SVAR || node->ii_type == II_SFUN) &&
633 switch (iif->iif_template->ii_type) {
639 iif->iif_template->ii_type,
681 sii->ii_type);
H A Doutput.c63 switch (ii->ii_type) {
169 switch (iidesc->ii_type) {
319 new->ii_type = II_GVAR;
322 new->ii_type = II_GFUN;
H A Dctf.c926 ii->ii_type = II_SVAR;
929 ii->ii_type = II_GVAR;
933 (ii->ii_type == II_GVAR ? "global" : "static"),
976 ii->ii_type = II_SFUN;
979 ii->ii_type = II_GFUN;
1002 (ii->ii_type == II_GFUN ? "global" : "static"),
1257 ii->ii_type = II_SOU;
1259 ii->ii_type = II_TYPE;
H A Dst_parse.c236 ii->ii_type = iitype;
279 ii->ii_type = iitype;
337 ii->ii_type = II_TYPE;
396 idp->ii_type = II_SOU;
449 if (rc < 0 || ii->ii_type == II_NOT) {
H A Ddwarf.c867 ii->ii_type = II_SOU;
1100 ii->ii_type = II_SOU;
1536 ii->ii_type = II_TYPE;
1607 ii->ii_type = die_isglobal(dw, die) ? II_GFUN : II_SFUN;
1609 if (ii->ii_type == II_SFUN)
1613 (ii->ii_type == II_GFUN ? "global" : "static"));
1679 ii->ii_type = die_isglobal(dw, die) ? II_GVAR : II_SVAR;
1682 if (ii->ii_type == II_SVAR)
H A Dctftools.h272 iitype_t ii_type; member in struct:iidesc

Completed in 139 milliseconds