Home
last modified time | relevance | path

Searched refs:cts_type (Results 1 – 25 of 31) sorted by relevance

12

/netbsd-src/external/cddl/osnet/dist/uts/common/ctf/
H A Dctf_mod.c130 ctfsect.cts_type = SHT_PROGBITS; in ctf_modopen()
138 symsect.cts_type = SHT_SYMTAB; in ctf_modopen()
150 strsect.cts_type = SHT_STRTAB; in ctf_modopen()
/netbsd-src/external/cddl/osnet/dist/lib/libctf/common/
H A Dctf_lib.c261 ctfsect.cts_type = SHT_PROGBITS; in ctf_fdopen()
406 ctfsect.cts_type = shp->sh_type; in ctf_fdopen()
414 symsect.cts_type = shp->sh_type; in ctf_fdopen()
421 strsect.cts_type = lhp->sh_type; in ctf_fdopen()
431 if (ctfsect.cts_type == SHT_NULL) { in ctf_fdopen()
445 if (symsect.cts_type != SHT_NULL && in ctf_fdopen()
446 strsect.cts_type != SHT_NULL) { in ctf_fdopen()
/netbsd-src/external/cddl/osnet/dist/uts/common/sys/
H A Dctf_api.h70 ulong_t cts_type; /* section type (ELF SHT_... value) */ member
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dctfout.cc383 dw2_asm_output_data (4, type->dtd_u.dtu_slice.cts_type, "cts_type"); in ctf_asm_slice()
735 gcc_assert (ctftype->dtd_u.dtu_slice.cts_type != CTF_NULL_TYPEID); in output_asm_ctf_vlen_bytes()
H A Dctfc.h100 unsigned int cts_type; /* Reference CTF type. */ member
H A Dbtfout.cc680 ctf_id_t base_type = ref_type->dtd_u.dtu_slice.cts_type; in btf_asm_sou_member()
H A Dctfc.cc517 dtd->dtd_u.dtu_slice.cts_type = (uint32_t) ref; in ctf_add_slice()
/netbsd-src/external/gpl3/gcc/dist/include/
H A Dctf.h422 uint32_t cts_type; member
/netbsd-src/external/gpl3/binutils/dist/include/
H A Dctf.h494 uint32_t cts_type; member
H A DChangeLog-2019331 * ctf-api.h (ctf_sect_t): Drop cts_type, cts_flags, and cts_offset.
/netbsd-src/external/gpl3/binutils.old/dist/include/
H A Dctf.h494 uint32_t cts_type; member
H A DChangeLog-2019331 * 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 Ddt_module.c590 if (sh.sh_type == ctsp->cts_type && in dt_module_load_sect()
781 dmp->dm_ctdata.cts_type = SHT_PROGBITS; in dt_module_load()
789 dmp->dm_symtab.cts_type = SHT_SYMTAB; in dt_module_load()
798 dmp->dm_strtab.cts_type = SHT_STRTAB; in dt_module_load()
/netbsd-src/external/gpl3/binutils/dist/libctf/
H A Dctf-types.c1139 return sp->cts_type; in ctf_type_reference()
1228 underlying = ctf_type_resolve (ofp, slice->cts_type); in ctf_type_encoding()
H A DChangeLog-20201788 (ctf_arc_open_by_offset): Use memset, not bzero. Drop cts_type,
1792 (ctf_create): Drop cts_type, cts_flags and cts_offset.
1829 * ctf-open-bfd.c (ctf_bfdopen): Drop cts_type, cts_flags and
/netbsd-src/external/gpl3/binutils.old/dist/libctf/
H A Dctf-types.c1130 return sp->cts_type; in ctf_type_reference()
1219 underlying = ctf_type_resolve (fp, slice->cts_type); in ctf_type_encoding()
H A DChangeLog-20201788 (ctf_arc_open_by_offset): Use memset, not bzero. Drop cts_type,
1792 (ctf_create): Drop cts_type, cts_flags and cts_offset.
1829 * ctf-open-bfd.c (ctf_bfdopen): Drop cts_type, cts_flags and
/netbsd-src/external/cddl/osnet/dist/common/ctf/
H A Dctf_create.c73 cts.cts_type = SHT_PROGBITS; in ctf_create()
426 cts.cts_type = SHT_PROGBITS; in ctf_update()
/netbsd-src/external/gpl3/binutils/dist/libctf/doc/
H A Dctf-spec.info882 uint32_t cts_type;
889 0x0 ‘uint32_t cts_type’ The type this slice is a slice of. Must be an
1478 * ctf_slice_t, cts_type: Slices. (line 44)
1536 * cts_type: Slices. (line 44)
1663 * struct ctf_slice, cts_type: Slices. (line 44)
H A Dctf-spec.texi1153 uint32_t cts_type;
1164 @tab @code{uint32_t cts_type}
1165 @vindex cts_type
1166 @vindex struct ctf_slice, cts_type
1167 @vindex ctf_slice_t, cts_type
/netbsd-src/external/gpl3/binutils.old/dist/libctf/doc/
H A Dctf-spec.texi1153 uint32_t cts_type;
1164 @tab @code{uint32_t cts_type}
1165 @vindex cts_type
1166 @vindex struct ctf_slice, cts_type
1167 @vindex ctf_slice_t, cts_type
H A Dctf-spec.info882 uint32_t cts_type;
889 0x0 'uint32_t cts_type' The type this slice is a slice of. Must be an
1478 * ctf_slice_t, cts_type: Slices. (line 44)
1536 * cts_type: Slices. (line 44)
1663 * struct ctf_slice, cts_type: Slices. (line 44)
/netbsd-src/external/gpl3/gdb.old/dist/include/
H A DChangeLog-2019331 * ctf-api.h (ctf_sect_t): Drop cts_type, cts_flags, and cts_offset.
/netbsd-src/external/gpl3/gdb/dist/include/
H A DChangeLog-2019331 * ctf-api.h (ctf_sect_t): Drop cts_type, cts_flags, and cts_offset.
/netbsd-src/external/gpl3/gdb/dist/libctf/
H A DChangeLog-20201788 (ctf_arc_open_by_offset): Use memset, not bzero. Drop cts_type,
1792 (ctf_create): Drop cts_type, cts_flags and cts_offset.
1829 * ctf-open-bfd.c (ctf_bfdopen): Drop cts_type, cts_flags and

12