Searched refs:ctf_type_t (Results 1 – 9 of 9) sorted by relevance
/onnv-gate/usr/src/common/ctf/ |
H A D | ctf_types.c | 33 ctf_get_ctt_size(const ctf_file_t *fp, const ctf_type_t *tp, ssize_t *sizep, in ctf_get_ctt_size() 41 increment = sizeof (ctf_type_t); in ctf_get_ctt_size() 63 const ctf_type_t *tp; in ctf_member_iter() 114 const ctf_type_t *tp; in ctf_enum_iter() 153 const ctf_type_t *tp = LCTF_INDEX_TO_TYPEPTR(fp, id); in ctf_type_iter() 174 const ctf_type_t *tp; in ctf_type_resolve() 242 const ctf_type_t *tp = in ctf_type_lname() 322 const ctf_type_t *tp; in ctf_type_size() 371 const ctf_type_t *tp; in ctf_type_align() 435 const ctf_type_t *tp; in ctf_type_kind() [all …]
|
H A D | ctf_impl.h | 151 ctf_type_t dtd_data; /* type node (see <sys/ctf.h>) */ 215 ((ctf_type_t *)((uintptr_t)(fp)->ctf_buf + (fp)->ctf_txlate[(i)])) 275 extern ssize_t ctf_get_ctt_size(const ctf_file_t *, const ctf_type_t *, 278 extern const ctf_type_t *ctf_lookup_by_id(ctf_file_t **, ctf_id_t);
|
H A D | ctf_open.c | 202 const ctf_type_t *tbuf = (ctf_type_t *)(fp->ctf_buf + cth->cth_typeoff); in init_types() 204 const ctf_type_t *tend = (ctf_type_t *)(fp->ctf_buf + cth->cth_stroff); in init_types() 207 const ctf_type_t *tp; in init_types() 297 tp = (ctf_type_t *)((uintptr_t)tp + increment + vbytes); in init_types() 502 tp = (ctf_type_t *)((uintptr_t)tp + increment + vbytes); in init_types()
|
H A D | ctf_decl.c | 94 const ctf_type_t *tp; in ctf_decl_push()
|
H A D | ctf_lookup.c | 215 const ctf_type_t *
|
H A D | ctf_create.c | 229 size += sizeof (ctf_type_t); in ctf_update() 299 len = sizeof (ctf_type_t); in ctf_update() 1091 const ctf_type_t *tp; in ctf_add_type()
|
/onnv-gate/usr/src/tools/ctf/cvt/ |
H A D | ctf.c | 203 write_sized_type_rec(ctf_buf_t *b, ctf_type_t *ctt, size_t size) in write_sized_type_rec() 219 write_unsized_type_rec(ctf_buf_t *b, ctf_type_t *ctt) in write_unsized_type_rec() 239 ctf_type_t ctt; in write_type() 661 get_ctt_size(ctf_type_t *ctt, size_t *sizep, size_t *incrementp) in get_ctt_size() 665 *incrementp = sizeof (ctf_type_t); in get_ctt_size() 681 ctf_type_t *ctt = (ctf_type_t *)dptr; in count_types() 922 ctf_type_t *ctt; in resurrect_types() 941 ctt = (ctf_type_t *)dptr; in resurrect_types()
|
/onnv-gate/usr/src/tools/ctf/dump/ |
H A D | dump.c | 392 const ctf_type_t *tp = (ctf_type_t *)(cd->cd_ctfdata + hp->cth_typeoff); in read_types() 395 const ctf_type_t *end = (ctf_type_t *)(cd->cd_ctfdata + hp->cth_stroff); in read_types() 436 increment = sizeof (ctf_type_t); in read_types() 627 tp = (ctf_type_t *)((uintptr_t)tp + increment + vlen); in read_types()
|
/onnv-gate/usr/src/uts/common/sys/ |
H A D | ctf.h | 186 } ctf_type_t; typedef
|