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

/opensolaris-onvv-gate/usr/src/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;
/opensolaris-onvv-gate/usr/src/lib/libctf/common/
H A Dctf_lib.c235 ctfsect.cts_type = SHT_PROGBITS;
350 ctfsect.cts_type = shp->sh_type;
358 symsect.cts_type = shp->sh_type;
365 strsect.cts_type = lhp->sh_type;
375 if (ctfsect.cts_type == SHT_NULL) {
389 if (symsect.cts_type != SHT_NULL &&
390 strsect.cts_type != SHT_NULL) {
/opensolaris-onvv-gate/usr/src/uts/common/sys/
H A Dctf_api.h69 ulong_t cts_type; /* section type (ELF SHT_... value) */ member in struct:ctf_sect
/opensolaris-onvv-gate/usr/src/lib/libdtrace/common/
H A Ddt_module.c485 if (sh.sh_type == ctsp->cts_type &&
514 dmp->dm_ctdata.cts_type = SHT_PROGBITS;
522 dmp->dm_symtab.cts_type = SHT_SYMTAB;
531 dmp->dm_strtab.cts_type = SHT_STRTAB;
/opensolaris-onvv-gate/usr/src/cmd/mdb/common/mdb/
H A Dmdb_ctf.c1229 ctdata.cts_type = SHT_PROGBITS;
1237 symtab.cts_type = symhdr->sh_type;
1245 strtab.cts_type = strhdr->sh_type;
/opensolaris-onvv-gate/usr/src/common/ctf/
H A Dctf_create.c64 cts.cts_type = SHT_PROGBITS;
368 cts.cts_type = SHT_PROGBITS;
/opensolaris-onvv-gate/usr/src/lib/libproc/common/
H A DPsymtab.c775 ctdata.cts_type = SHT_PROGBITS;
783 symtab.cts_type = symp->sym_hdr_pri.sh_type;
791 strtab.cts_type = symp->sym_strhdr.sh_type;

Completed in 172 milliseconds