Home
last modified time | relevance | path

Searched refs:ctf_type_t (Results 1 – 10 of 10) sorted by relevance

/illumos-gate/usr/src/common/ctf/
H A Dctf_impl.h160 ctf_type_t dtd_data; /* type node (see <sys/ctf.h>) */
242 ((ctf_type_t *)((uintptr_t)(fp)->ctf_buf + (fp)->ctf_txlate[(i)]))
260 extern ssize_t ctf_get_ctt_size(const ctf_file_t *, const ctf_type_t *,
263 extern void ctf_set_ctt_size(ctf_type_t *, ssize_t);
265 extern const ctf_type_t *ctf_lookup_by_id(ctf_file_t **, ctf_id_t);
328 extern const ctf_type_t *ctf_dyn_lookup_by_id(ctf_file_t *, ctf_id_t);
H A Dctf_types.c36 ctf_get_ctt_size(const ctf_file_t *fp, const ctf_type_t *tp, ssize_t *sizep, in ctf_get_ctt_size()
44 increment = sizeof (ctf_type_t); in ctf_get_ctt_size()
59 ctf_set_ctt_size(ctf_type_t *tp, ssize_t size) in ctf_set_ctt_size()
78 const ctf_type_t *tp; in ctf_member_iter()
129 const ctf_type_t *tp; in ctf_enum_iter()
169 const ctf_type_t *tp = LCTF_INDEX_TO_TYPEPTR(fp, id); in ctf_type_iter()
191 const ctf_type_t *tp; in ctf_type_resolve()
338 const ctf_type_t *tp = in ctf_type_qlname()
492 const ctf_type_t *tp; in ctf_type_size()
559 const ctf_type_t *tp; in ctf_type_align()
[all …]
H A Dctf_lookup.c218 const ctf_type_t *
324 const ctf_type_t *
328 const ctf_type_t *t; in ctf_dyn_lookup_by_id()
344 const ctf_type_t *t; in ctf_dyn_array_info()
H A Dctf_open.c204 const ctf_type_t *tbuf = (ctf_type_t *)(fp->ctf_buf + cth->cth_typeoff); in init_types()
206 const ctf_type_t *tend = (ctf_type_t *)(fp->ctf_buf + cth->cth_stroff); in init_types()
209 const ctf_type_t *tp; in init_types()
299 tp = (ctf_type_t *)((uintptr_t)tp + increment + vbytes); in init_types()
504 tp = (ctf_type_t *)((uintptr_t)tp + increment + vbytes); in init_types()
H A Dctf_decl.c92 const ctf_type_t *tp; in ctf_decl_push()
H A Dctf_create.c359 size += sizeof (ctf_type_t); in ctf_update()
526 len = sizeof (ctf_type_t); in ctf_update()
1701 const ctf_type_t *tp; in ctf_add_type()
/illumos-gate/usr/src/lib/libctf/common/
H A Dctf_merge.c182 const ctf_type_t *tp; in ctf_merge_add_number()
211 const ctf_type_t *tp; in ctf_merge_add_array()
253 const ctf_type_t *tp; in ctf_merge_add_reftype()
290 const ctf_type_t *tp; in ctf_merge_add_typedef()
340 const ctf_type_t *tp; in ctf_merge_add_enum()
374 const ctf_type_t *tp; in ctf_merge_add_func()
428 const ctf_type_t *tp; in ctf_merge_add_forward()
474 const ctf_type_t *tp; in ctf_merge_add_sou()
562 const ctf_type_t *tp; in ctf_merge_add_type()
H A Dctf_diff.c110 const ctf_type_t *itp, *otp; in ctf_diff_name()
320 const ctf_type_t *itp, *otp; in ctf_diff_struct()
512 const ctf_type_t *itp, *otp; in ctf_diff_union()
557 const ctf_type_t *itp, *otp; in ctf_diff_enum()
H A Dctf_dwarf.c1805 const ctf_type_t *t; in needed_array_qualifier()
/illumos-gate/usr/src/uts/common/sys/
H A Dctf.h186 } ctf_type_t; typedef