Home
last modified time | relevance | path

Searched refs:ctf_strtab (Results 1 – 2 of 2) sorted by relevance

/titanic_41/usr/src/common/ctf/
H A Dctf_open.c687 bcopy(strsect, &fp->ctf_strtab, sizeof (ctf_sect_t)); in ctf_bufopen()
694 if (fp->ctf_strtab.cts_name != NULL) in ctf_bufopen()
695 fp->ctf_strtab.cts_name = ctf_strdup(fp->ctf_strtab.cts_name); in ctf_bufopen()
701 if (fp->ctf_strtab.cts_name == NULL) in ctf_bufopen()
702 fp->ctf_strtab.cts_name = _CTF_NULLSTR; in ctf_bufopen()
841 if (ofp->ctf_strtab.cts_data != NULL) { in ctf_dup()
842 bcopy(&ofp->ctf_strtab, &strsect, sizeof (ctf_sect_t)); in ctf_dup()
916 if (fp->ctf_strtab.cts_data != NULL) in ctf_close()
917 ctf_sect_munmap(&fp->ctf_strtab); in ctf_close()
932 if (fp->ctf_strtab.cts_name != _CTF_NULLSTR && in ctf_close()
[all …]
H A Dctf_impl.h184 ctf_sect_t ctf_strtab; /* string table from object file */ member