/netbsd-src/external/gpl3/binutils/dist/libctf/ |
H A D | ctf-types.c | 1127 const ctf_slice_t *sp; in ctf_type_reference() 1134 sp = (const ctf_slice_t *) ((uintptr_t) tp + increment); in ctf_type_reference() 1137 sp = (const ctf_slice_t *) dtd->dtd_vlen; in ctf_type_reference() 1223 const ctf_slice_t *slice; in ctf_type_encoding() 1227 slice = (ctf_slice_t *) vlen; in ctf_type_encoding()
|
H A D | ctf-open.c | 150 return (sizeof (ctf_slice_t)); in get_vbytes_common() 1135 ctf_slice_t *s = (ctf_slice_t *) t; in flip_types() 1137 assert (vbytes == sizeof (ctf_slice_t)); in flip_types()
|
H A D | ctf-create.c | 604 ctf_slice_t slice; in ctf_add_slice() 636 sizeof (ctf_slice_t), &dtd)) == CTF_ERR) in ctf_add_slice() 639 memset (&slice, 0, sizeof (ctf_slice_t)); in ctf_add_slice() 647 memcpy (dtd->dtd_vlen, &slice, sizeof (ctf_slice_t)); in ctf_add_slice()
|
H A D | ctf-dedup.c | 734 const ctf_slice_t *slice; in ctf_dedup_rhash_type() 755 slice = (ctf_slice_t *) dtd->dtd_vlen; in ctf_dedup_rhash_type() 757 slice = (ctf_slice_t *) ((uintptr_t) tp + increment); in ctf_dedup_rhash_type()
|
H A D | ctf-serialize.c | 765 type_size += sizeof (ctf_slice_t); in ctf_type_sect_size()
|
/netbsd-src/external/gpl3/binutils.old/dist/libctf/ |
H A D | ctf-types.c | 1118 const ctf_slice_t *sp; in ctf_type_reference() 1125 sp = (const ctf_slice_t *) ((uintptr_t) tp + increment); in ctf_type_reference() 1128 sp = (const ctf_slice_t *) dtd->dtd_vlen; in ctf_type_reference() 1214 const ctf_slice_t *slice; in ctf_type_encoding() 1218 slice = (ctf_slice_t *) vlen; in ctf_type_encoding()
|
H A D | ctf-open.c | 150 return (sizeof (ctf_slice_t)); in get_vbytes_common() 1135 ctf_slice_t *s = (ctf_slice_t *) t; in flip_types() 1137 assert (vbytes == sizeof (ctf_slice_t)); in flip_types()
|
H A D | ctf-create.c | 608 ctf_slice_t slice; in ctf_add_slice() 640 sizeof (ctf_slice_t), &dtd)) == CTF_ERR) in ctf_add_slice() 643 memset (&slice, 0, sizeof (ctf_slice_t)); in ctf_add_slice() 651 memcpy (dtd->dtd_vlen, &slice, sizeof (ctf_slice_t)); in ctf_add_slice()
|
H A D | ctf-dedup.c | 734 const ctf_slice_t *slice; in ctf_dedup_rhash_type() 755 slice = (ctf_slice_t *) dtd->dtd_vlen; in ctf_dedup_rhash_type() 757 slice = (ctf_slice_t *) ((uintptr_t) tp + increment); in ctf_dedup_rhash_type()
|
H A D | ctf-serialize.c | 765 type_size += sizeof (ctf_slice_t); in ctf_type_sect_size()
|
/netbsd-src/external/gpl3/gcc/dist/include/ |
H A D | ctf.h | 425 } ctf_slice_t; typedef
|
/netbsd-src/external/gpl3/binutils/dist/include/ |
H A D | ctf.h | 497 } ctf_slice_t; typedef
|
H A D | ChangeLog-2019 | 316 * ctf.h (ctf_slice_t): Make cts_offset and cts_bits unsigned
|
/netbsd-src/external/gpl3/binutils.old/dist/include/ |
H A D | ctf.h | 497 } ctf_slice_t; typedef
|
H A D | ChangeLog-2019 | 316 * ctf.h (ctf_slice_t): Make cts_offset and cts_bits unsigned
|
/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | ctfout.cc | 144 vlen_bytes += sizeof (ctf_slice_t); in ctf_calc_num_vbytes()
|
/netbsd-src/external/gpl3/binutils/dist/libctf/doc/ |
H A D | ctf-spec.info | 878 zero. The variable-length data for a slice is a single ‘ctf_slice_t’: 885 } ctf_slice_t; 1475 * ctf_slice_t: Slices. (line 42) 1476 * ctf_slice_t, cts_bits: Slices. (line 59) 1477 * ctf_slice_t, cts_offset: Slices. (line 49) 1478 * ctf_slice_t, cts_type: Slices. (line 44)
|
H A D | ctf-spec.texi | 1148 variable-length data for a slice is a single @code{ctf_slice_t}: 1156 } ctf_slice_t; 1160 @tindex ctf_slice_t 1167 @vindex ctf_slice_t, cts_type 1175 @vindex ctf_slice_t, cts_offset 1187 @vindex ctf_slice_t, cts_bits
|
/netbsd-src/external/gpl3/binutils.old/dist/libctf/doc/ |
H A D | ctf-spec.texi | 1148 variable-length data for a slice is a single @code{ctf_slice_t}: 1156 } ctf_slice_t; 1160 @tindex ctf_slice_t 1167 @vindex ctf_slice_t, cts_type 1175 @vindex ctf_slice_t, cts_offset 1187 @vindex ctf_slice_t, cts_bits
|
H A D | ctf-spec.info | 878 zero. The variable-length data for a slice is a single 'ctf_slice_t': 885 } ctf_slice_t; 1475 * ctf_slice_t: Slices. (line 42) 1476 * ctf_slice_t, cts_bits: Slices. (line 59) 1477 * ctf_slice_t, cts_offset: Slices. (line 49) 1478 * ctf_slice_t, cts_type: Slices. (line 44)
|
/netbsd-src/external/gpl3/gdb.old/dist/include/ |
H A D | ChangeLog-2019 | 316 * ctf.h (ctf_slice_t): Make cts_offset and cts_bits unsigned
|
/netbsd-src/external/gpl3/gdb/dist/include/ |
H A D | ChangeLog-2019 | 316 * ctf.h (ctf_slice_t): Make cts_offset and cts_bits unsigned
|