Symbol: ctt_type
usr/src/common/ctf/ctf_create.c
1040
dtd->dtd_data.ctt_type = (ushort_t)ref;
usr/src/common/ctf/ctf_create.c
1177
dtd->dtd_data.ctt_type = (ushort_t)ctc->ctc_return;
usr/src/common/ctf/ctf_create.c
1343
dtd->dtd_data.ctt_type = kind;
usr/src/common/ctf/ctf_create.c
1364
dtd->dtd_data.ctt_type = (ushort_t)ref;
usr/src/common/ctf/ctf_create.c
1862
ctc.ctc_return = ctf_add_type(dst_fp, src_fp, tp->ctt_type);
usr/src/common/ctf/ctf_create.c
776
ctf_ref_dec(fp, dtd->dtd_data.ctt_type);
usr/src/common/ctf/ctf_create.c
788
ctf_ref_dec(fp, dtd->dtd_data.ctt_type);
usr/src/common/ctf/ctf_create.c
794
ctf_ref_dec(fp, dtd->dtd_data.ctt_type);
usr/src/common/ctf/ctf_decl.c
110
ctf_decl_push(cd, fp, tp->ctt_type);
usr/src/common/ctf/ctf_decl.c
117
ctf_decl_push(cd, fp, tp->ctt_type);
usr/src/common/ctf/ctf_decl.c
122
ctf_decl_push(cd, fp, tp->ctt_type);
usr/src/common/ctf/ctf_decl.c
129
ctf_decl_push(cd, fp, tp->ctt_type);
usr/src/common/ctf/ctf_open.c
278
if (tp->ctt_type == CTF_K_UNKNOWN ||
usr/src/common/ctf/ctf_open.c
279
tp->ctt_type >= CTF_K_MAX)
usr/src/common/ctf/ctf_open.c
282
pop[tp->ctt_type]++;
usr/src/common/ctf/ctf_open.c
292
child |= CTF_TYPE_ISCHILD(tp->ctt_type);
usr/src/common/ctf/ctf_open.c
453
switch (tp->ctt_type) {
usr/src/common/ctf/ctf_open.c
483
if (CTF_TYPE_ISCHILD(tp->ctt_type) == child &&
usr/src/common/ctf/ctf_open.c
484
CTF_TYPE_TO_INDEX(tp->ctt_type) <= fp->ctf_typemax)
usr/src/common/ctf/ctf_open.c
486
CTF_TYPE_TO_INDEX(tp->ctt_type)] = id;
usr/src/common/ctf/ctf_open.c
528
CTF_TYPE_ISCHILD(tp->ctt_type) == child &&
usr/src/common/ctf/ctf_open.c
529
CTF_TYPE_TO_INDEX(tp->ctt_type) <= fp->ctf_typemax)
usr/src/common/ctf/ctf_open.c
531
CTF_TYPE_TO_INDEX(tp->ctt_type)] = dst;
usr/src/common/ctf/ctf_types.c
1132
fip->ctc_return = tp->ctt_type;
usr/src/common/ctf/ctf_types.c
200
if (tp->ctt_type == type || tp->ctt_type == otype ||
usr/src/common/ctf/ctf_types.c
201
tp->ctt_type == prev) {
usr/src/common/ctf/ctf_types.c
206
type = tp->ctt_type;
usr/src/common/ctf/ctf_types.c
375
switch (tp->ctt_type) {
usr/src/common/ctf/ctf_types.c
649
return (tp->ctt_type);
usr/src/lib/libctf/common/ctf_dwarf.c
1307
dtd = ctf_dtd_lookup(cup->cu_ctfp, dtd->dtd_data.ctt_type);
usr/src/lib/libctf/common/ctf_dwarf.c
1845
id = t->ctt_type;
usr/src/lib/libctf/common/ctf_merge.c
575
kind = tp->ctt_type;