| /netbsd-src/external/cddl/osnet/dist/uts/common/ctf/ |
| H A D | ctf_mod.c | 135 ctfsect.cts_offset = 0; in ctf_modopen() 147 symsect.cts_offset = 0; in ctf_modopen() 155 strsect.cts_offset = 0; in ctf_modopen()
|
| /netbsd-src/external/cddl/osnet/dist/lib/libctf/common/ |
| H A D | ctf_lib.c | 189 size_t pageoff = sp->cts_offset & ~_PAGEMASK; in ctf_sect_mmap() 192 MAP_PRIVATE, fd, sp->cts_offset & _PAGEMASK); in ctf_sect_mmap() 265 ctfsect.cts_offset = 0; in ctf_fdopen() 410 ctfsect.cts_offset = (off64_t)shp->sh_offset; in ctf_fdopen() 418 symsect.cts_offset = (off64_t)shp->sh_offset; in ctf_fdopen() 425 strsect.cts_offset = (off64_t)lhp->sh_offset; in ctf_fdopen()
|
| /netbsd-src/external/cddl/osnet/dist/uts/common/sys/ |
| H A D | ctf_api.h | 79 off64_t cts_offset; /* file offset of this section (if any) */ member
|
| /netbsd-src/external/gpl3/gcc/dist/include/ |
| H A D | ctf.h | 423 unsigned short cts_offset; member
|
| /netbsd-src/external/cddl/osnet/dist/common/ctf/ |
| H A D | ctf_open.c | 825 ctfsect.cts_offset = 0; in ctf_dup() 838 symsect.cts_offset = 0; in ctf_dup() 854 strsect.cts_offset = 0; in ctf_dup()
|
| H A D | ctf_create.c | 78 cts.cts_offset = 0; in ctf_create() 431 cts.cts_offset = 0; in ctf_update()
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/ |
| H A D | btfout.cc | 549 unsigned short word_offset = ref_type->dtd_u.dtu_slice.cts_offset; in btf_dmd_representable_bitfield_p() 681 unsigned short word_offset = ref_type->dtd_u.dtu_slice.cts_offset; in btf_asm_sou_member()
|
| H A D | ctfc.h | 101 unsigned short cts_offset; /* Offset in bits of the first bit. */ member
|
| H A D | ctfout.cc | 384 dw2_asm_output_data (2, type->dtd_u.dtu_slice.cts_offset, "cts_offset"); in ctf_asm_slice()
|
| H A D | ctfc.cc | 519 dtd->dtd_u.dtu_slice.cts_offset = bit_offset; in ctf_add_slice()
|
| /netbsd-src/external/gpl3/binutils/dist/include/ |
| H A D | ctf.h | 495 unsigned short cts_offset; member
|
| H A D | ChangeLog-2019 | 316 * ctf.h (ctf_slice_t): Make cts_offset and cts_bits unsigned 331 * ctf-api.h (ctf_sect_t): Drop cts_type, cts_flags, and cts_offset.
|
| /netbsd-src/external/gpl3/binutils.old/dist/include/ |
| H A D | ctf.h | 495 unsigned short cts_offset; member
|
| H A D | ChangeLog-2019 | 316 * ctf.h (ctf_slice_t): Make cts_offset and cts_bits unsigned 331 * ctf-api.h (ctf_sect_t): Drop cts_type, cts_flags, and cts_offset.
|
| /netbsd-src/external/cddl/osnet/dist/lib/libdtrace/common/ |
| H A D | dt_module.c | 786 dmp->dm_ctdata.cts_offset = 0; in dt_module_load() 795 dmp->dm_symtab.cts_offset = 0; in dt_module_load() 803 dmp->dm_strtab.cts_offset = 0; in dt_module_load()
|
| /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 331 * ctf-api.h (ctf_sect_t): Drop cts_type, cts_flags, and cts_offset.
|
| /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 331 * ctf-api.h (ctf_sect_t): Drop cts_type, cts_flags, and cts_offset.
|
| /netbsd-src/external/gpl3/binutils/dist/libctf/doc/ |
| H A D | ctf-spec.texi | 1154 unsigned short cts_offset; 1161 @multitable {Offset} {@code{unsigned short cts_offset}} {The type this slice is a slice of. Must b… 1172 @tab @code{unsigned short cts_offset} 1173 @vindex cts_offset 1174 @vindex struct ctf_slice, cts_offset 1175 @vindex ctf_slice_t, cts_offset
|
| H A D | ctf-spec.info | 883 unsigned short cts_offset; 893 0x4 ‘unsigned short cts_offset’ The offset of this integral type in bits from 1477 * ctf_slice_t, cts_offset: Slices. (line 49) 1535 * cts_offset: Slices. (line 49) 1662 * struct ctf_slice, cts_offset: Slices. (line 49)
|
| /netbsd-src/external/gpl3/binutils.old/dist/libctf/doc/ |
| H A D | ctf-spec.texi | 1154 unsigned short cts_offset; 1161 @multitable {Offset} {@code{unsigned short cts_offset}} {The type this slice is a slice of. Must b… 1172 @tab @code{unsigned short cts_offset} 1173 @vindex cts_offset 1174 @vindex struct ctf_slice, cts_offset 1175 @vindex ctf_slice_t, cts_offset
|
| H A D | ctf-spec.info | 883 unsigned short cts_offset; 893 0x4 'unsigned short cts_offset' The offset of this integral type in bits from 1477 * ctf_slice_t, cts_offset: Slices. (line 49) 1535 * cts_offset: Slices. (line 49) 1662 * struct ctf_slice, cts_offset: Slices. (line 49)
|
| /netbsd-src/external/gpl3/binutils/dist/libctf/ |
| H A D | ctf-dedup.c | 759 ctf_dedup_sha1_add (&hash, &slice->cts_offset, in ctf_dedup_rhash_type() 760 sizeof (slice->cts_offset), "slice offset", depth); in ctf_dedup_rhash_type()
|
| /netbsd-src/external/gpl3/binutils.old/dist/libctf/ |
| H A D | ctf-dedup.c | 759 ctf_dedup_sha1_add (&hash, &slice->cts_offset, in ctf_dedup_rhash_type() 760 sizeof (slice->cts_offset), "slice offset", depth); in ctf_dedup_rhash_type()
|
| H A D | ChangeLog-2020 | 1789 cts_flags and cts_offset. 1792 (ctf_create): Drop cts_type, cts_flags and cts_offset. 1830 cts_offset.
|
| /netbsd-src/external/gpl3/gdb/dist/libctf/ |
| H A D | ChangeLog-2020 | 1789 cts_flags and cts_offset. 1792 (ctf_create): Drop cts_type, cts_flags and cts_offset. 1830 cts_offset.
|