Home
last modified time | relevance | path

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

/titanic_41/usr/src/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()
/titanic_41/usr/src/lib/libctf/common/
H A Dctf_lib.c234 ctfsect.cts_type = SHT_PROGBITS; in ctf_fdopen()
375 ctfsect.cts_type = shp->sh_type; in ctf_fdopen()
383 symsect.cts_type = shp->sh_type; in ctf_fdopen()
390 strsect.cts_type = lhp->sh_type; in ctf_fdopen()
400 if (ctfsect.cts_type == SHT_NULL) { in ctf_fdopen()
414 if (symsect.cts_type != SHT_NULL && in ctf_fdopen()
415 strsect.cts_type != SHT_NULL) { in ctf_fdopen()
/titanic_41/usr/src/uts/common/sys/
H A Dctf_api.h70 ulong_t cts_type; /* section type (ELF SHT_... value) */ member
/titanic_41/usr/src/lib/libdtrace/common/
H A Ddt_module.c517 if (sh.sh_type == ctsp->cts_type && in dt_module_load_sect()
703 dmp->dm_ctdata.cts_type = SHT_PROGBITS; in dt_module_load()
711 dmp->dm_symtab.cts_type = SHT_SYMTAB; in dt_module_load()
720 dmp->dm_strtab.cts_type = SHT_STRTAB; in dt_module_load()
/titanic_41/usr/src/cmd/mdb/common/mdb/
H A Dmdb_ctf.c1661 ctdata.cts_type = SHT_PROGBITS; in mdb_ctf_bufopen()
1669 symtab.cts_type = symhdr->sh_type; in mdb_ctf_bufopen()
1677 strtab.cts_type = strhdr->sh_type; in mdb_ctf_bufopen()
/titanic_41/usr/src/common/ctf/
H A Dctf_create.c66 cts.cts_type = SHT_PROGBITS; in ctf_create()
419 cts.cts_type = SHT_PROGBITS; in ctf_update()
/titanic_41/usr/src/lib/libproc/common/
H A DPsymtab.c765 ctdata.cts_type = SHT_PROGBITS; in Pbuild_file_ctf()
773 symtab.cts_type = symp->sym_hdr_pri.sh_type; in Pbuild_file_ctf()
781 strtab.cts_type = symp->sym_strhdr.sh_type; in Pbuild_file_ctf()