Searched refs:ctf_get_ctt_size (Results 1 – 4 of 4) sorted by relevance
/titanic_41/usr/src/common/ctf/ |
H A D | ctf_types.c | 31 ctf_get_ctt_size(const ctf_file_t *fp, const ctf_type_t *tp, ssize_t *sizep, in ctf_get_ctt_size() function 72 (void) ctf_get_ctt_size(fp, tp, &size, &increment); in ctf_member_iter() 127 (void) ctf_get_ctt_size(fp, tp, NULL, &increment); in ctf_enum_iter() 375 if ((size = ctf_get_ctt_size(fp, tp, NULL, NULL)) > 0) in ctf_type_size() 385 return (ctf_get_ctt_size(fp, tp, NULL, NULL)); in ctf_type_size() 422 (void) ctf_get_ctt_size(fp, tp, &size, &increment); in ctf_type_align() 450 return (ctf_get_ctt_size(fp, tp, NULL, NULL)); in ctf_type_align() 538 (void) ctf_get_ctt_size(fp, tp, NULL, &increment); in ctf_type_encoding() 665 (void) ctf_get_ctt_size(fp, tp, &size, &increment); in ctf_member_info() 715 (void) ctf_get_ctt_size(fp, tp, NULL, &increment); in ctf_array_info() [all …]
|
H A D | ctf_impl.h | 279 extern ssize_t ctf_get_ctt_size(const ctf_file_t *, const ctf_type_t *,
|
H A D | ctf_open.c | 235 (void) ctf_get_ctt_size(fp, tp, &size, &increment); in init_types() 357 (void) ctf_get_ctt_size(fp, tp, &size, &increment); in init_types()
|
H A D | ctf_create.c | 1120 ssize = ctf_get_ctt_size(fp, &dtd->dtd_data, NULL, NULL); in ctf_add_member()
|