Searched refs:ctt_name (Results 1 – 9 of 9) sorted by relevance
/freebsd/sys/sys/ |
H A D | ctf.h | 62 __uint32_t ctt_name; member 71 __uint32_t ctt_name; member 80 __uint32_t ctt_name; member 91 __uint32_t ctt_name; member
|
/freebsd/cddl/contrib/opensolaris/common/ctf/ |
H A D | ctf_open.c | 510 ctt->ctt_name); in init_types() 533 LCTF_INDEX_TO_TYPE(fp, id, child), ctt->ctt_name); in init_types() 541 LCTF_INDEX_TO_TYPE(fp, id, child), ctt->ctt_name); in init_types() 571 LCTF_INDEX_TO_TYPE(fp, id, child), ctt->ctt_name); in init_types() 601 LCTF_INDEX_TO_TYPE(fp, id, child), ctt->ctt_name); in init_types() 611 LCTF_INDEX_TO_TYPE(fp, id, child), ctt->ctt_name); in init_types() 640 ctt->ctt_name); in init_types() 663 LCTF_INDEX_TO_TYPE(fp, id, child), ctt->ctt_name); in init_types()
|
H A D | ctf_create.c | 399 dtd->dtd_data.ctt_name = (uint_t)(s - s0); in ctf_update() 404 dtd->dtd_data.ctt_name = 0; in ctf_update() 407 ctt.ctt_name = dtd->dtd_data.ctt_name; in ctf_update()
|
H A D | ctf_types.c | 467 name = ctt->ctt_name; in ctf_type_rname() 471 name = ctt->ctt_name; in ctf_type_rname()
|
/freebsd/cddl/contrib/opensolaris/tools/ctf/cvt/ |
H A D | ctf.c | 243 SWAP_32(ctt->ctt_name); in write_sized_type_rec() 256 SWAP_32(cts->ctt_name); in write_sized_type_rec() 271 SWAP_32(cts->ctt_name); in write_unsized_type_rec() 312 ctt.ctt_name = CTF_TYPE_NAME(CTF_STRTAB_0, 0); in write_type() 321 ctt.ctt_name = CTF_TYPE_NAME(CTF_STRTAB_0, offset); in write_type() 1106 name = ctt->ctt_name; in resurrect_types() 1111 name = ctt->ctt_name; in resurrect_types()
|
/freebsd/sys/ddb/ |
H A D | db_pprint.c | 294 name = db_ctf_stroff_to_str(&sym_data, ref_type->ctt_name); in db_pprint_ptr() 386 type_name = db_ctf_stroff_to_str(&sym_data, type->ctt_name); in db_pprint_symbol_cmd()
|
H A D | db_ctf.c | 183 if (t->ctt_name == name_stroff) { in db_ctf_typename_to_type()
|
/freebsd/cddl/contrib/opensolaris/tools/ctf/dump/ |
H A D | dump.c | 437 name = t2.ctt_name; in read_types() 452 name = t3.ctt_name; in read_types()
|
/freebsd/sys/cddl/dev/fbt/ |
H A D | fbt.c | 936 name = ctt->ctt_name; in ctf_type_rname() 940 name = ctt->ctt_name; in ctf_type_rname()
|