Home
last modified time | relevance | path

Searched refs:ctt_type (Results 1 – 7 of 7) sorted by relevance

/illumos-gate/usr/src/common/ctf/
H A Dctf_decl.c110 ctf_decl_push(cd, fp, tp->ctt_type); in ctf_decl_push()
117 ctf_decl_push(cd, fp, tp->ctt_type); in ctf_decl_push()
122 ctf_decl_push(cd, fp, tp->ctt_type); in ctf_decl_push()
129 ctf_decl_push(cd, fp, tp->ctt_type); in ctf_decl_push()
H A Dctf_open.c278 if (tp->ctt_type == CTF_K_UNKNOWN || in init_types()
279 tp->ctt_type >= CTF_K_MAX) in init_types()
282 pop[tp->ctt_type]++; in init_types()
292 child |= CTF_TYPE_ISCHILD(tp->ctt_type); in init_types()
453 switch (tp->ctt_type) { in init_types()
483 if (CTF_TYPE_ISCHILD(tp->ctt_type) == child && in init_types()
484 CTF_TYPE_TO_INDEX(tp->ctt_type) <= fp->ctf_typemax) in init_types()
486 CTF_TYPE_TO_INDEX(tp->ctt_type)] = id; in init_types()
528 CTF_TYPE_ISCHILD(tp->ctt_type) == child && in init_types()
529 CTF_TYPE_TO_INDEX(tp->ctt_type) <= fp->ctf_typemax) in init_types()
[all …]
H A Dctf_types.c199 if (tp->ctt_type == type || tp->ctt_type == otype || in ctf_type_resolve()
200 tp->ctt_type == prev) { in ctf_type_resolve()
205 type = tp->ctt_type; in ctf_type_resolve()
374 switch (tp->ctt_type) { in ctf_type_qlname()
648 return (tp->ctt_type); in ctf_type_reference()
1048 fip->ctc_return = tp->ctt_type; in ctf_func_info_by_id()
H A Dctf_create.c776 ctf_ref_dec(fp, dtd->dtd_data.ctt_type); in ctf_dtd_delete()
788 ctf_ref_dec(fp, dtd->dtd_data.ctt_type); in ctf_dtd_delete()
794 ctf_ref_dec(fp, dtd->dtd_data.ctt_type); in ctf_dtd_delete()
1040 dtd->dtd_data.ctt_type = (ushort_t)ref; in ctf_add_reftype()
1177 dtd->dtd_data.ctt_type = (ushort_t)ctc->ctc_return; in ctf_add_funcptr()
1343 dtd->dtd_data.ctt_type = kind; in ctf_add_forward()
1364 dtd->dtd_data.ctt_type = (ushort_t)ref; in ctf_add_typedef()
1862 ctc.ctc_return = ctf_add_type(dst_fp, src_fp, tp->ctt_type); in ctf_add_type()
/illumos-gate/usr/src/uts/common/sys/
H A Dctf.h189 #define ctt_type _u._type /* for types that reference another type */ macro
/illumos-gate/usr/src/lib/libctf/common/
H A Dctf_dwarf.c1307 dtd = ctf_dtd_lookup(cup->cu_ctfp, dtd->dtd_data.ctt_type); in ctf_dwarf_member_bitfield()
1845 id = t->ctt_type; in needed_array_qualifier()
H A Dctf_merge.c575 kind = tp->ctt_type; in ctf_merge_add_type()