Searched refs:cts_type (Results 1 - 7 of 7) sorted by relevance

/freebsd-11-stable/sys/cddl/contrib/opensolaris/uts/common/ctf/
H A Dctf_mod.c130 ctfsect.cts_type = SHT_PROGBITS;
138 symsect.cts_type = SHT_SYMTAB;
150 strsect.cts_type = SHT_STRTAB;
/freebsd-11-stable/cddl/contrib/opensolaris/lib/libctf/common/
H A Dctf_lib.c257 ctfsect.cts_type = SHT_PROGBITS;
399 ctfsect.cts_type = shp->sh_type;
407 symsect.cts_type = shp->sh_type;
414 strsect.cts_type = lhp->sh_type;
424 if (ctfsect.cts_type == SHT_NULL) {
438 if (symsect.cts_type != SHT_NULL &&
439 strsect.cts_type != SHT_NULL) {
/freebsd-11-stable/sys/cam/
H A Dcam_compat.h115 cts_type type; /* Current or User settings */
173 cts_type type; /* Current or User settings */
H A Dcam_ccb.h908 } cts_type; typedef in typeref:enum:__anon5235
1020 cts_type type; /* Current or User settings */
/freebsd-11-stable/sys/cddl/contrib/opensolaris/uts/common/sys/
H A Dctf_api.h70 ulong_t cts_type; /* section type (ELF SHT_... value) */ member in struct:ctf_sect
/freebsd-11-stable/cddl/contrib/opensolaris/lib/libdtrace/common/
H A Ddt_module.c580 if (sh.sh_type == ctsp->cts_type &&
771 dmp->dm_ctdata.cts_type = SHT_PROGBITS;
779 dmp->dm_symtab.cts_type = SHT_SYMTAB;
788 dmp->dm_strtab.cts_type = SHT_STRTAB;
/freebsd-11-stable/cddl/contrib/opensolaris/common/ctf/
H A Dctf_create.c66 cts.cts_type = SHT_PROGBITS;
419 cts.cts_type = SHT_PROGBITS;

Completed in 190 milliseconds