Home
last modified time | relevance | path

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

/titanic_41/usr/src/common/ctf/
H A Dctf_types.c73 kind = LCTF_INFO_KIND(fp, tp->ctt_info); in ctf_member_iter()
82 for (n = LCTF_INFO_VLEN(fp, tp->ctt_info); n != 0; n--, mp++) { in ctf_member_iter()
93 for (n = LCTF_INFO_VLEN(fp, tp->ctt_info); n != 0; n--, lmp++) { in ctf_member_iter()
124 if (LCTF_INFO_KIND(fp, tp->ctt_info) != CTF_K_ENUM) in ctf_enum_iter()
131 for (n = LCTF_INFO_VLEN(fp, tp->ctt_info); n != 0; n--, ep++) { in ctf_enum_iter()
152 if (CTF_INFO_ISROOT(tp->ctt_info) && in ctf_type_iter()
175 switch (LCTF_INFO_KIND(fp, tp->ctt_info)) { in ctf_type_resolve()
357 switch (LCTF_INFO_KIND(fp, tp->ctt_info)) { in ctf_type_size()
405 switch (LCTF_INFO_KIND(fp, tp->ctt_info)) { in ctf_type_align()
417 uint_t n = LCTF_INFO_VLEN(fp, tp->ctt_info); in ctf_type_align()
[all …]
H A Dctf_create.c274 uint_t kind = CTF_INFO_KIND(dtd->dtd_data.ctt_info); in ctf_update()
275 uint_t vlen = CTF_INFO_VLEN(dtd->dtd_data.ctt_info); in ctf_update()
332 uint_t kind = CTF_INFO_KIND(dtd->dtd_data.ctt_info); in ctf_update()
333 uint_t vlen = CTF_INFO_VLEN(dtd->dtd_data.ctt_info); in ctf_update()
498 kind = CTF_INFO_KIND(dtd->dtd_data.ctt_info); in ctf_dtd_delete()
518 for (i = 0; i < CTF_INFO_VLEN(dtd->dtd_data.ctt_info); i++) in ctf_dtd_delete()
522 CTF_INFO_VLEN(dtd->dtd_data.ctt_info)); in ctf_dtd_delete()
672 dtd->dtd_data.ctt_info = CTF_TYPE_INFO(kind, flag, 0); in ctf_add_encoded()
693 dtd->dtd_data.ctt_info = CTF_TYPE_INFO(kind, flag, 0); in ctf_add_reftype()
742 dtd->dtd_data.ctt_info = CTF_TYPE_INFO(CTF_K_ARRAY, flag, 0); in ctf_add_array()
[all …]
H A Dctf_open.c228 ushort_t kind = LCTF_INFO_KIND(fp, tp->ctt_info); in init_types()
229 ulong_t vlen = LCTF_INFO_VLEN(fp, tp->ctt_info); in init_types()
348 ushort_t kind = LCTF_INFO_KIND(fp, tp->ctt_info); in init_types()
349 ulong_t vlen = LCTF_INFO_VLEN(fp, tp->ctt_info); in init_types()
525 if (LCTF_INFO_KIND(fp, tp->ctt_info) == CTF_K_TYPEDEF && in init_types()
H A Dctf_decl.c102 switch (kind = LCTF_INFO_KIND(fp, tp->ctt_info)) { in ctf_decl_push()
/titanic_41/usr/src/tools/ctf/cvt/
H A Dctf.c260 ctt.ctt_info = CTF_TYPE_INFO(0, 0, 0); in write_type()
274 ctt.ctt_info = CTF_TYPE_INFO(CTF_K_INTEGER, in write_type()
277 ctt.ctt_info = CTF_TYPE_INFO(CTF_K_FLOAT, isroot, 1); in write_type()
299 ctt.ctt_info = CTF_TYPE_INFO(CTF_K_POINTER, isroot, 0); in write_type()
305 ctt.ctt_info = CTF_TYPE_INFO(CTF_K_ARRAY, isroot, 1); in write_type()
325 ctt.ctt_info = CTF_TYPE_INFO(CTF_K_STRUCT, isroot, i); in write_type()
327 ctt.ctt_info = CTF_TYPE_INFO(CTF_K_UNION, isroot, i); in write_type()
368 ctt.ctt_info = CTF_TYPE_INFO(CTF_K_ENUM, isroot, i); in write_type()
380 ctt.ctt_info = CTF_TYPE_INFO(CTF_K_FORWARD, isroot, 0); in write_type()
386 ctt.ctt_info = CTF_TYPE_INFO(CTF_K_TYPEDEF, isroot, 0); in write_type()
[all …]
/titanic_41/usr/src/uts/common/sys/
H A Dctf.h162 ushort_t ctt_info; /* encoded kind, variant length (see below) */ member
179 ushort_t ctt_info; /* encoded kind, variant length (see below) */ member
/titanic_41/usr/src/tools/ctf/dump/
H A Ddump.c416 ulong_t i, n = CTF_INFO_VLEN(tp->ctt_info); in read_types()
418 int kind = CTF_INFO_KIND(tp->ctt_info); in read_types()
431 "[<"[CTF_INFO_ISROOT(tp->ctt_info)], id, in read_types()
432 "]>"[CTF_INFO_ISROOT(tp->ctt_info)]); in read_types()