Searched refs:ctt_type (Results 1 – 7 of 7) sorted by relevance
/titanic_41/usr/src/common/ctf/ |
H A D | ctf_decl.c | 112 ctf_decl_push(cd, fp, tp->ctt_type); in ctf_decl_push() 119 ctf_decl_push(cd, fp, tp->ctt_type); in ctf_decl_push() 124 ctf_decl_push(cd, fp, tp->ctt_type); in ctf_decl_push() 131 ctf_decl_push(cd, fp, tp->ctt_type); in ctf_decl_push()
|
H A D | ctf_open.c | 277 if (tp->ctt_type == CTF_K_UNKNOWN || in init_types() 278 tp->ctt_type >= CTF_K_MAX) in init_types() 281 pop[tp->ctt_type]++; in init_types() 291 child |= CTF_TYPE_ISCHILD(tp->ctt_type); in init_types() 452 switch (tp->ctt_type) { in init_types() 482 if (CTF_TYPE_ISCHILD(tp->ctt_type) == child && in init_types() 483 CTF_TYPE_TO_INDEX(tp->ctt_type) <= fp->ctf_typemax) in init_types() 485 CTF_TYPE_TO_INDEX(tp->ctt_type)] = id; in init_types() 527 CTF_TYPE_ISCHILD(tp->ctt_type) == child && in init_types() 528 CTF_TYPE_TO_INDEX(tp->ctt_type) <= fp->ctf_typemax) in init_types() [all …]
|
H A D | ctf_types.c | 180 if (tp->ctt_type == type || tp->ctt_type == otype || in ctf_type_resolve() 181 tp->ctt_type == prev) { in ctf_type_resolve() 186 type = tp->ctt_type; in ctf_type_resolve() 487 return (tp->ctt_type); in ctf_type_reference()
|
H A D | ctf_create.c | 517 ctf_ref_dec(fp, dtd->dtd_data.ctt_type); in ctf_dtd_delete() 529 ctf_ref_dec(fp, dtd->dtd_data.ctt_type); in ctf_dtd_delete() 535 ctf_ref_dec(fp, dtd->dtd_data.ctt_type); in ctf_dtd_delete() 694 dtd->dtd_data.ctt_type = (ushort_t)ref; in ctf_add_reftype() 826 dtd->dtd_data.ctt_type = (ushort_t)ctc->ctc_return; in ctf_add_function() 940 dtd->dtd_data.ctt_type = kind; in ctf_add_forward() 961 dtd->dtd_data.ctt_type = (ushort_t)ref; in ctf_add_typedef() 1411 ctc.ctc_return = ctf_add_type(dst_fp, src_fp, tp->ctt_type); in ctf_add_type()
|
/titanic_41/usr/src/tools/ctf/cvt/ |
H A D | ctf.c | 300 ctt.ctt_type = tp->t_tdesc->t_id; in write_type() 381 ctt.ctt_type = 0; in write_type() 387 ctt.ctt_type = tp->t_tdesc->t_id; in write_type() 393 ctt.ctt_type = tp->t_tdesc->t_id; in write_type() 399 ctt.ctt_type = tp->t_tdesc->t_id; in write_type() 412 ctt.ctt_type = tp->t_fndef->fn_ret->t_id; in write_type() 434 ctt.ctt_type = tp->t_tdesc->t_id; in write_type() 1006 tdp->t_tdesc = tdarr[ctt->ctt_type]; in resurrect_types() 1089 tdp->t_tdesc = tdarr[ctt->ctt_type]; in resurrect_types() 1094 tdp->t_tdesc = tdarr[ctt->ctt_type]; in resurrect_types() [all …]
|
/titanic_41/usr/src/tools/ctf/dump/ |
H A D | dump.c | 477 tp->ctt_type); in read_types() 495 tp->ctt_type); in read_types() 585 tp->ctt_type); in read_types() 593 tp->ctt_type); in read_types() 601 tp->ctt_type); in read_types() 609 tp->ctt_type); in read_types()
|
/titanic_41/usr/src/uts/common/sys/ |
H A D | ctf.h | 189 #define ctt_type _u._type /* for types that reference another type */ macro
|