| /netbsd-src/external/gpl3/binutils/dist/libctf/doc/ |
| H A D | ctf-spec.info | 473 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 …]
|
| H A D | ctf-spec.texi | 589 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 D | ctf-spec.texi | 589 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 D | ctf-spec.info | 473 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 D | ctf.c | 256 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 D | ctf.h | 169 } ctf_stype_t; typedef
|
| /netbsd-src/external/gpl3/binutils/dist/libctf/ |
| H A D | ctf-serialize.c | 751 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 D | ctf-open.c | 126 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 D | ChangeLog | 225 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 D | ctf-serialize.c | 751 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 D | ctf-open.c | 126 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 D | ChangeLog | 204 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 D | ctf.h | 230 } ctf_stype_t; typedef
|
| /netbsd-src/external/gpl3/binutils/dist/include/ |
| H A D | ctf.h | 302 } ctf_stype_t; typedef
|
| /netbsd-src/external/gpl3/binutils.old/dist/include/ |
| H A D | ctf.h | 302 } ctf_stype_t; typedef
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/ |
| H A D | ctfout.cc | 494 + ctfc->ctfc_num_stypes * (sizeof (ctf_stype_t)) in output_ctf_header()
|
| /netbsd-src/external/cddl/osnet/dist/common/ctf/ |
| H A D | ctf_create.c | 285 size += sizeof (ctf_stype_t); in ctf_update() 355 len = sizeof (ctf_stype_t); in ctf_update()
|
| H A D | ctf_types.c | 45 increment = sizeof (ctf_stype_t); in ctf_get_ctt_size()
|
| /netbsd-src/external/cddl/osnet/dist/tools/ctf/dump/ |
| H A D | dump.c | 438 increment = sizeof (ctf_stype_t); in read_types()
|
| /netbsd-src/external/cddl/osnet/dev/fbt/ |
| H A D | fbt.c | 563 increment = sizeof (ctf_stype_t); in fbt_get_ctt_size()
|