Home
last modified time | relevance | path

Searched refs:ctf_stype_t (Results 1 – 20 of 20) sorted by relevance

/netbsd-src/external/gpl3/binutils/dist/libctf/doc/
H A Dctf-spec.info473 is described by a ‘ctf_type_t’: otherwise, a ‘ctf_stype_t’.
496 ‘ctt_type’ are described by ‘ctf_stype_t’, not
545ctf_stype_t’. This is a kind-dependent array length value,
599 ‘ctf_type_t’ or ‘ctf_stype_t’.
714 These types fill out ‘ctt_size’ in the ‘ctf_stype_t’ with the size in
716ctf_stype_t’, never ‘ctf_type_t’. Their variable-length data is one
780 Like integers, These types fill out ‘ctt_size’ in the ‘ctf_stype_t’ with
782 always represented by ‘ctf_stype_t’, never ‘ctf_type_t’.
856 always represented by ‘ctf_stype_t’: but unlike pointers and other
922 All of these are represented by ‘ctf_stype_t’, have no variable data
[all …]
H A Dctf-spec.texi589 is described by a @code{ctf_type_t}: otherwise, a @code{ctf_stype_t}.
597 @tindex ctf_stype_t
611 @vindex ctf_stype_t, ctt_info
622 @vindex ctf_stype_t, ctt_size
631 @vindex ctf_stype_t, ctt_type
636 @code{ctf_stype_t}, not @code{ctf_type_t}. @xref{Type indexes and type IDs}.
683 @code{ctf_stype_t}. This is a kind-dependent array length value,
743 corresponding @code{ctf_type_t} or @code{ctf_stype_t}.
900 types fill out @code{ctt_size} in the @code{ctf_stype_t} with the size in bytes
902 @code{ctf_stype_t}, never @code{ctf_type_t}. Their variable-length data is one
[all …]
/netbsd-src/external/gpl3/binutils.old/dist/libctf/doc/
H A Dctf-spec.texi589 is described by a @code{ctf_type_t}: otherwise, a @code{ctf_stype_t}.
597 @tindex ctf_stype_t
611 @vindex ctf_stype_t, ctt_info
622 @vindex ctf_stype_t, ctt_size
631 @vindex ctf_stype_t, ctt_type
636 @code{ctf_stype_t}, not @code{ctf_type_t}. @xref{Type indexes and type IDs}.
683 @code{ctf_stype_t}. This is a kind-dependent array length value,
743 corresponding @code{ctf_type_t} or @code{ctf_stype_t}.
900 types fill out @code{ctt_size} in the @code{ctf_stype_t} with the size in bytes
902 @code{ctf_stype_t}, never @code{ctf_type_t}. Their variable-length data is one
[all …]
H A Dctf-spec.info473 is described by a 'ctf_type_t': otherwise, a 'ctf_stype_t'.
496 'ctt_type' are described by 'ctf_stype_t', not
545 'ctf_stype_t'. This is a kind-dependent array length value,
599 'ctf_type_t' or 'ctf_stype_t'.
714 These types fill out 'ctt_size' in the 'ctf_stype_t' with the size in
716 'ctf_stype_t', never 'ctf_type_t'. Their variable-length data is one
780 Like integers, These types fill out 'ctt_size' in the 'ctf_stype_t' with
782 always represented by 'ctf_stype_t', never 'ctf_type_t'.
856 always represented by 'ctf_stype_t': but unlike pointers and other
922 All of these are represented by 'ctf_stype_t', have no variable data
[all …]
/netbsd-src/external/cddl/osnet/dist/tools/ctf/cvt/
H A Dctf.c256 ctf_stype_t *cts = (ctf_stype_t *)ctt; in write_sized_type_rec()
273 ctf_stype_t *cts = (ctf_stype_t *)ctt; in write_unsized_type_rec()
784 *incrementp = sizeof (ctf_stype_t); in get_ctt_size()
/netbsd-src/external/cddl/osnet/dist/uts/common/sys/
H A Dctf.h169 } ctf_stype_t; typedef
/netbsd-src/external/gpl3/binutils/dist/libctf/
H A Dctf-serialize.c751 type_size += sizeof (ctf_stype_t); in ctf_type_sect_size()
803 ctf_stype_t *copied; in ctf_emit_type_sect()
819 len = sizeof (ctf_stype_t); in ctf_emit_type_sect()
824 copied = (ctf_stype_t *) t; /* name is at the start: constant offset. */ in ctf_emit_type_sect()
H A Dctf-open.c126 sizeof (ctf_type_t), sizeof (ctf_stype_t), in get_ctt_size_v2_unconverted()
136 sizeof (ctf_type_t), sizeof (ctf_stype_t), in get_ctt_size_v2()
1079 t = (ctf_type_t *) ((uintptr_t) t + sizeof (ctf_stype_t)); in flip_types()
H A DChangeLog225 ctf_stype_t is needed here, not in ctf_add_*_sized.
226 (ctf_type_sect_size): Figure out the ctf_stype_t stuff the same
/netbsd-src/external/gpl3/binutils.old/dist/libctf/
H A Dctf-serialize.c751 type_size += sizeof (ctf_stype_t); in ctf_type_sect_size()
803 ctf_stype_t *copied; in ctf_emit_type_sect()
819 len = sizeof (ctf_stype_t); in ctf_emit_type_sect()
824 copied = (ctf_stype_t *) t; /* name is at the start: constant offset. */ in ctf_emit_type_sect()
H A Dctf-open.c126 sizeof (ctf_type_t), sizeof (ctf_stype_t), in get_ctt_size_v2_unconverted()
136 sizeof (ctf_type_t), sizeof (ctf_stype_t), in get_ctt_size_v2()
1079 t = (ctf_type_t *) ((uintptr_t) t + sizeof (ctf_stype_t)); in flip_types()
H A DChangeLog204 ctf_stype_t is needed here, not in ctf_add_*_sized.
205 (ctf_type_sect_size): Figure out the ctf_stype_t stuff the same
/netbsd-src/external/gpl3/gcc/dist/include/
H A Dctf.h230 } ctf_stype_t; typedef
/netbsd-src/external/gpl3/binutils/dist/include/
H A Dctf.h302 } ctf_stype_t; typedef
/netbsd-src/external/gpl3/binutils.old/dist/include/
H A Dctf.h302 } ctf_stype_t; typedef
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dctfout.cc494 + ctfc->ctfc_num_stypes * (sizeof (ctf_stype_t)) in output_ctf_header()
/netbsd-src/external/cddl/osnet/dist/common/ctf/
H A Dctf_create.c285 size += sizeof (ctf_stype_t); in ctf_update()
355 len = sizeof (ctf_stype_t); in ctf_update()
H A Dctf_types.c45 increment = sizeof (ctf_stype_t); in ctf_get_ctt_size()
/netbsd-src/external/cddl/osnet/dist/tools/ctf/dump/
H A Ddump.c438 increment = sizeof (ctf_stype_t); in read_types()
/netbsd-src/external/cddl/osnet/dev/fbt/
H A Dfbt.c563 increment = sizeof (ctf_stype_t); in fbt_get_ctt_size()