Home
last modified time | relevance | path

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

12

/netbsd-src/external/cddl/osnet/dist/common/ctf/
H A Dctf_types.c34 ctf_get_ctt_size(const ctf_file_t *fp, const ctf_type_t *tp, ssize_t *sizep, in ctf_get_ctt_size()
42 increment = sizeof (ctf_type_t); in ctf_get_ctt_size()
64 const ctf_type_t *tp; in ctf_member_iter()
115 const ctf_type_t *tp; in ctf_enum_iter()
154 const ctf_type_t *tp = LCTF_INDEX_TO_TYPEPTR(fp, id); in ctf_type_iter()
175 const ctf_type_t *tp; in ctf_type_resolve()
244 const ctf_type_t *tp = in ctf_type_qlname()
350 const ctf_type_t *tp; in ctf_type_size()
399 const ctf_type_t *tp; in ctf_type_align()
463 const ctf_type_t *tp; in ctf_type_kind()
[all …]
H A Dctf_impl.h152 ctf_type_t dtd_data; /* type node (see <sys/ctf.h>) */
217 ((ctf_type_t *)((uintptr_t)(fp)->ctf_buf + (fp)->ctf_txlate[(i)]))
279 extern ssize_t ctf_get_ctt_size(const ctf_file_t *, const ctf_type_t *,
282 extern const ctf_type_t *ctf_lookup_by_id(ctf_file_t **, ctf_id_t);
H A Dctf_open.c206 const ctf_type_t *tbuf = (const ctf_type_t *)(fp->ctf_buf + cth->cth_typeoff); in init_types()
208 const ctf_type_t *tend = (const ctf_type_t *)(fp->ctf_buf + cth->cth_stroff); in init_types()
211 const ctf_type_t *tp; in init_types()
301 tp = (ctf_type_t *)((uintptr_t)tp + increment + vbytes); in init_types()
506 tp = (ctf_type_t *)((uintptr_t)tp + increment + vbytes); in init_types()
H A Dctf_decl.c97 const ctf_type_t *tp; in ctf_decl_push()
H A Dctf_lookup.c218 const ctf_type_t *
/netbsd-src/external/gpl3/binutils/dist/libctf/
H A Dctf-types.c41 ctf_struct_member (ctf_dict_t *fp, ctf_lmember_t *dst, const ctf_type_t *tp, in ctf_struct_member()
110 const ctf_type_t *tp; in ctf_member_next()
279 const ctf_type_t *tp; in ctf_enum_next()
445 const ctf_type_t *tp = LCTF_INDEX_TO_TYPEPTR (fp, i->ctn_type); in ctf_type_next()
560 const ctf_type_t *tp; in ctf_type_resolve()
602 const ctf_type_t *tp; in ctf_type_resolve_unsliced()
702 const ctf_type_t *tp = ctf_lookup_by_id (&rfp, cdp->cd_type); in ctf_type_aname()
888 const ctf_type_t *tp; in ctf_type_name_raw()
920 const ctf_type_t *tp; in ctf_type_size()
974 const ctf_type_t *tp; in ctf_type_align()
[all …]
H A Dctf-open.c78 const ctf_type_t *tp _libctf_unused_, in get_ctt_size_common()
105 get_ctt_size_v1 (const ctf_dict_t *fp, const ctf_type_t *tp, in get_ctt_size_v1()
119 get_ctt_size_v2_unconverted (const ctf_dict_t *fp, const ctf_type_t *tp, in get_ctt_size_v2_unconverted()
126 sizeof (ctf_type_t), sizeof (ctf_stype_t), in get_ctt_size_v2_unconverted()
131 get_ctt_size_v2 (const ctf_dict_t *fp, const ctf_type_t *tp, in get_ctt_size_v2()
136 sizeof (ctf_type_t), sizeof (ctf_stype_t), in get_ctt_size_v2()
432 ctf_type_t *t2buf; in upgrade_types_v1()
436 ctf_type_t *t2p; in upgrade_types_v1()
458 size = get_ctt_size_v1 (fp, (const ctf_type_t *) tp, NULL, &increment); in upgrade_types_v1()
461 get_ctt_size_v2_unconverted (fp, (const ctf_type_t *) tp, NULL, in upgrade_types_v1()
[all …]
H A Dctf-impl.h144 ssize_t (*ctfo_get_ctt_size) (const ctf_dict_t *, const ctf_type_t *,
187 ctf_type_t dtd_data; /* Type node, including name. */
538 const ctf_type_t *ctn_tp;
587 (ctf_type_t *)((uintptr_t)(fp)->ctf_buf + (fp)->ctf_txlate[(i)]))
601 extern const ctf_type_t *ctf_lookup_by_id (ctf_dict_t **, ctf_id_t);
H A Dctf-inlines.h36 const ctf_type_t *tp, in ctf_get_ctt_size()
H A Dctf-decl.c82 const ctf_type_t *tp; in ctf_decl_push()
/netbsd-src/external/gpl3/binutils.old/dist/libctf/
H A Dctf-types.c41 ctf_struct_member (ctf_dict_t *fp, ctf_lmember_t *dst, const ctf_type_t *tp, in ctf_struct_member()
110 const ctf_type_t *tp; in ctf_member_next()
278 const ctf_type_t *tp; in ctf_enum_next()
444 const ctf_type_t *tp = LCTF_INDEX_TO_TYPEPTR (fp, i->ctn_type); in ctf_type_next()
559 const ctf_type_t *tp; in ctf_type_resolve()
600 const ctf_type_t *tp; in ctf_type_resolve_unsliced()
694 const ctf_type_t *tp = ctf_lookup_by_id (&rfp, cdp->cd_type); in ctf_type_aname()
879 const ctf_type_t *tp; in ctf_type_name_raw()
911 const ctf_type_t *tp; in ctf_type_size()
965 const ctf_type_t *tp; in ctf_type_align()
[all …]
H A Dctf-open.c78 const ctf_type_t *tp _libctf_unused_, in get_ctt_size_common()
105 get_ctt_size_v1 (const ctf_dict_t *fp, const ctf_type_t *tp, in get_ctt_size_v1()
119 get_ctt_size_v2_unconverted (const ctf_dict_t *fp, const ctf_type_t *tp, in get_ctt_size_v2_unconverted()
126 sizeof (ctf_type_t), sizeof (ctf_stype_t), in get_ctt_size_v2_unconverted()
131 get_ctt_size_v2 (const ctf_dict_t *fp, const ctf_type_t *tp, in get_ctt_size_v2()
136 sizeof (ctf_type_t), sizeof (ctf_stype_t), in get_ctt_size_v2()
432 ctf_type_t *t2buf; in upgrade_types_v1()
436 ctf_type_t *t2p; in upgrade_types_v1()
458 size = get_ctt_size_v1 (fp, (const ctf_type_t *) tp, NULL, &increment); in upgrade_types_v1()
461 get_ctt_size_v2_unconverted (fp, (const ctf_type_t *) tp, NULL, in upgrade_types_v1()
[all …]
H A Dctf-impl.h144 ssize_t (*ctfo_get_ctt_size) (const ctf_dict_t *, const ctf_type_t *,
187 ctf_type_t dtd_data; /* Type node, including name. */
538 const ctf_type_t *ctn_tp;
587 (ctf_type_t *)((uintptr_t)(fp)->ctf_buf + (fp)->ctf_txlate[(i)]))
601 extern const ctf_type_t *ctf_lookup_by_id (ctf_dict_t **, ctf_id_t);
H A Dctf-inlines.h36 const ctf_type_t *tp, in ctf_get_ctt_size()
H A Dctf-decl.c82 const ctf_type_t *tp; in ctf_decl_push()
/netbsd-src/external/cddl/osnet/dev/fbt/
H A Dfbt.c552 fbt_get_ctt_size(uint8_t version, const ctf_type_t *tp, ssize_t *sizep, in fbt_get_ctt_size()
560 increment = sizeof (ctf_type_t); in fbt_get_ctt_size()
578 const ctf_type_t *tbuf; in fbt_typoff_init()
579 const ctf_type_t *tend; in fbt_typoff_init()
580 const ctf_type_t *tp; in fbt_typoff_init()
591 tbuf = (const ctf_type_t *) (ctfdata + hp->cth_typeoff); in fbt_typoff_init()
592 tend = (const ctf_type_t *) (ctfdata + hp->cth_stroff); in fbt_typoff_init()
671 tp = (ctf_type_t *)((uintptr_t)tp + increment + vbytes); in fbt_typoff_init()
748 tp = (ctf_type_t *)((uintptr_t)tp + increment + vbytes); in fbt_typoff_init()
886 static const ctf_type_t *
[all …]
/netbsd-src/external/cddl/osnet/dist/tools/ctf/cvt/
H A Dctf.c241 write_sized_type_rec(ctf_buf_t *b, ctf_type_t *ctt, size_t size) in write_sized_type_rec()
271 write_unsized_type_rec(ctf_buf_t *b, ctf_type_t *ctt) in write_unsized_type_rec()
299 ctf_type_t ctt; in write_type()
777 get_ctt_size(ctf_type_t *ctt, size_t *sizep, size_t *incrementp) in get_ctt_size()
781 *incrementp = sizeof (ctf_type_t); in get_ctt_size()
797 ctf_type_t *ctt = v; in count_types()
1039 ctf_type_t *ctt; in resurrect_types()
/netbsd-src/external/gpl3/binutils/dist/libctf/doc/
H A Dctf-spec.texi569 } ctf_type_t;
585 } ctf_type_t;
589 is described by a @code{ctf_type_t}: otherwise, a @code{ctf_stype_t}.
596 @tindex ctf_type_t
598 @multitable {0x1c (@code{ctf_type_t}} {@code{uint32_t ctt_lsizehi}} {The size of this type, if this…
609 @vindex ctf_type_t, ctt_info
620 @vindex ctf_type_t, ctt_size
625 @code{CTF_LSIZE_SENT}, this type is a huge type described by @code{ctf_type_t}.
636 @code{ctf_stype_t}, not @code{ctf_type_t}. @xref{Type indexes and type IDs}.
638 @item 0x0c (@code{ctf_type_t} only)
[all …]
H A Dctf-spec.info456 } ctf_type_t;
470 } ctf_type_t;
473 is described by a ‘ctf_type_t’: otherwise, a ‘ctf_stype_t’.
489 this type is a huge type described by ‘ctf_type_t’.
497ctf_type_t’. *Note Type indexes and type IDs::.
499 0x0c (‘ctf_type_t’ ‘uint32_t ctt_lsizehi’ The high 32 bits of the size of a very large type.
505 0x10 (‘ctf_type_t’ ‘uint32_t ctt_lsizelo’ The low 32 bits of the size of a very large type.
544 The variable-length data directly follows the ‘ctf_type_t’ or
591 These IDs appear in ‘ctf_type_t.ctt_type’ (*note The type section::),
599ctf_type_t’ or ‘ctf_stype_t’.
[all …]
/netbsd-src/external/gpl3/binutils.old/dist/libctf/doc/
H A Dctf-spec.texi569 } ctf_type_t;
585 } ctf_type_t;
589 is described by a @code{ctf_type_t}: otherwise, a @code{ctf_stype_t}.
596 @tindex ctf_type_t
598 @multitable {0x1c (@code{ctf_type_t}} {@code{uint32_t ctt_lsizehi}} {The size of this type, if this…
609 @vindex ctf_type_t, ctt_info
620 @vindex ctf_type_t, ctt_size
625 @code{CTF_LSIZE_SENT}, this type is a huge type described by @code{ctf_type_t}.
636 @code{ctf_stype_t}, not @code{ctf_type_t}. @xref{Type indexes and type IDs}.
638 @item 0x0c (@code{ctf_type_t} only)
[all …]
H A Dctf-spec.info456 } ctf_type_t;
470 } ctf_type_t;
473 is described by a 'ctf_type_t': otherwise, a 'ctf_stype_t'.
489 this type is a huge type described by 'ctf_type_t'.
497 'ctf_type_t'. *Note Type indexes and type IDs::.
499 0x0c ('ctf_type_t' 'uint32_t ctt_lsizehi' The high 32 bits of the size of a very large type.
505 0x10 ('ctf_type_t' 'uint32_t ctt_lsizelo' The low 32 bits of the size of a very large type.
544 The variable-length data directly follows the 'ctf_type_t' or
591 These IDs appear in 'ctf_type_t.ctt_type' (*note The type section::),
599 'ctf_type_t' or 'ctf_stype_t'.
[all …]
/netbsd-src/external/cddl/osnet/dist/tools/ctf/dump/
H A Ddump.c391 const ctf_type_t *tp = v; in read_types()
394 const ctf_type_t *end = v; in read_types()
435 increment = sizeof (ctf_type_t); in read_types()
627 tp = (ctf_type_t *)((uintptr_t)tp + increment + vlen); in read_types()
/netbsd-src/external/cddl/osnet/dist/uts/common/sys/
H A Dctf.h188 } ctf_type_t; typedef
/netbsd-src/external/gpl3/gcc/dist/include/
H A Dctf.h252 } ctf_type_t; typedef
/netbsd-src/external/gpl3/binutils/dist/include/
H A Dctf.h324 } ctf_type_t; typedef

12