Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/ctfmerge/
H A Dctfmerge.c127 ctfsect.cts_type = shdr.sh_type; in ctfmerge_elfopen()
144 symsect.cts_type = shdr.sh_type; in ctfmerge_elfopen()
158 strsect.cts_type = strhdr.sh_type; in ctfmerge_elfopen()
180 if (ctfsect.cts_type == SHT_NULL) { in ctfmerge_elfopen()
185 if (symsect.cts_type != SHT_NULL && strsect.cts_type != SHT_NULL) { in ctfmerge_elfopen()
/illumos-gate/usr/src/uts/common/ctf/
H A Dctf_mod.c137 ctfsect.cts_type = SHT_PROGBITS; in ctf_modopen()
145 symsect.cts_type = SHT_SYMTAB; in ctf_modopen()
157 strsect.cts_type = SHT_STRTAB; in ctf_modopen()
/illumos-gate/usr/src/lib/libctf/common/
H A Dctf_lib.c462 ctfsect.cts_type = SHT_PROGBITS; in ctf_fdcreate_int()
604 ctfsect.cts_type = shp->sh_type; in ctf_fdcreate_int()
612 symsect.cts_type = shp->sh_type; in ctf_fdcreate_int()
619 strsect.cts_type = lhp->sh_type; in ctf_fdcreate_int()
630 if (ctfsect.cts_type == SHT_NULL && ctfp == NULL) { in ctf_fdcreate_int()
647 if (symsect.cts_type != SHT_NULL && in ctf_fdcreate_int()
648 strsect.cts_type != SHT_NULL) { in ctf_fdcreate_int()
/illumos-gate/usr/src/uts/common/sys/
H A Dctf_api.h129 ulong_t cts_type; /* section type (ELF SHT_... value) */ member
/illumos-gate/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()
/illumos-gate/usr/src/cmd/mdb/common/mdb/
H A Dmdb_ctf.c1710 ctdata.cts_type = SHT_PROGBITS; in mdb_ctf_bufopen()
1718 symtab.cts_type = symhdr->sh_type; in mdb_ctf_bufopen()
1726 strtab.cts_type = strhdr->sh_type; in mdb_ctf_bufopen()
/illumos-gate/usr/src/common/ctf/
H A Dctf_create.c75 cts.cts_type = SHT_PROGBITS; in ctf_create()
117 cts.cts_type = SHT_PROGBITS; in ctf_fdcreate()
650 cts.cts_type = SHT_PROGBITS; in ctf_update()
/illumos-gate/usr/src/lib/libproc/common/
H A DPsymtab.c786 ctdata.cts_type = SHT_PROGBITS; in Pbuild_file_ctf()
794 symtab.cts_type = symp->sym_hdr_pri.sh_type; in Pbuild_file_ctf()
802 strtab.cts_type = symp->sym_strhdr.sh_type; in Pbuild_file_ctf()