Searched refs:ctt_type (Results 1 - 8 of 8) sorted by relevance

/freebsd-11-stable/cddl/contrib/opensolaris/common/ctf/
H A Dctf_decl.c112 ctf_decl_push(cd, fp, tp->ctt_type);
119 ctf_decl_push(cd, fp, tp->ctt_type);
124 ctf_decl_push(cd, fp, tp->ctt_type);
131 ctf_decl_push(cd, fp, tp->ctt_type);
H A Dctf_open.c273 * For forward declarations, ctt_type is the CTF_K_*
275 * If ctt_type is unknown, treat the tag as a struct.
277 if (tp->ctt_type == CTF_K_UNKNOWN ||
278 tp->ctt_type >= CTF_K_MAX)
281 pop[tp->ctt_type]++;
291 child |= CTF_TYPE_ISCHILD(tp->ctt_type);
452 switch (tp->ctt_type) {
482 if (CTF_TYPE_ISCHILD(tp->ctt_type) == child &&
483 CTF_TYPE_TO_INDEX(tp->ctt_type) <= fp->ctf_typemax)
485 CTF_TYPE_TO_INDEX(tp->ctt_type)]
[all...]
H A Dctf_types.c180 if (tp->ctt_type == type || tp->ctt_type == otype ||
181 tp->ctt_type == prev) {
186 type = tp->ctt_type;
487 return (tp->ctt_type);
H A Dctf_create.c517 ctf_ref_dec(fp, dtd->dtd_data.ctt_type);
529 ctf_ref_dec(fp, dtd->dtd_data.ctt_type);
535 ctf_ref_dec(fp, dtd->dtd_data.ctt_type);
694 dtd->dtd_data.ctt_type = (ushort_t)ref;
826 dtd->dtd_data.ctt_type = (ushort_t)ctc->ctc_return;
940 dtd->dtd_data.ctt_type = kind;
961 dtd->dtd_data.ctt_type = (ushort_t)ref;
1427 ctc.ctc_return = ctf_add_type(dst_fp, src_fp, tp->ctt_type);
/freebsd-11-stable/cddl/contrib/opensolaris/tools/ctf/cvt/
H A Dctf.c361 ctt.ctt_type = tp->t_tdesc->t_id;
468 ctt.ctt_type = 0;
474 ctt.ctt_type = tp->t_tdesc->t_id;
480 ctt.ctt_type = tp->t_tdesc->t_id;
486 ctt.ctt_type = tp->t_tdesc->t_id;
499 ctt.ctt_type = tp->t_fndef->fn_ret->t_id;
526 ctt.ctt_type = tp->t_tdesc->t_id;
1113 tdp->t_tdesc = tdarr[ctt->ctt_type];
1202 tdp->t_tdesc = tdarr[ctt->ctt_type];
1207 tdp->t_tdesc = tdarr[ctt->ctt_type];
[all...]
/freebsd-11-stable/sys/cddl/dev/fbt/
H A Dfbt.c479 * For forward declarations, ctt_type is the CTF_K_*
481 * If ctt_type is unknown, treat the tag as a struct.
483 if (tp->ctt_type == CTF_K_UNKNOWN ||
484 tp->ctt_type >= CTF_K_MAX)
487 pop[tp->ctt_type]++;
497 child |= CTF_TYPE_ISCHILD(tp->ctt_type);
807 ctf_decl_push(cd, lc, tp->ctt_type);
814 ctf_decl_push(cd, lc, tp->ctt_type);
819 ctf_decl_push(cd, lc, tp->ctt_type);
826 ctf_decl_push(cd, lc, tp->ctt_type);
[all...]
/freebsd-11-stable/cddl/contrib/opensolaris/tools/ctf/dump/
H A Ddump.c476 tp->ctt_type);
494 tp->ctt_type);
585 tp->ctt_type);
593 tp->ctt_type);
601 tp->ctt_type);
609 tp->ctt_type);
/freebsd-11-stable/sys/cddl/contrib/opensolaris/uts/common/sys/
H A Dctf.h191 #define ctt_type _u._type /* for types that reference another type */ macro
259 #define CTF_K_POINTER 3 /* ctt_type is referenced type */
261 #define CTF_K_FUNCTION 5 /* ctt_type is return type, variant data is */
267 #define CTF_K_TYPEDEF 10 /* ctt_type is referenced type */
268 #define CTF_K_VOLATILE 11 /* ctt_type is base type */
269 #define CTF_K_CONST 12 /* ctt_type is base type */
270 #define CTF_K_RESTRICT 13 /* ctt_type is base type */
275 * Values for ctt_type when kind is CTF_K_INTEGER. The flags, offset in bits,
291 * Values for ctt_type when kind is CTF_K_FLOAT. The encoding, offset in bits,

Completed in 189 milliseconds