Home
last modified time | relevance | path

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

/freebsd/cddl/contrib/opensolaris/common/ctf/
H A Dctf_open.c854 if (fp->ctf_strtab.cts_name != NULL) in ctf_bufopen()
855 fp->ctf_strtab.cts_name = ctf_strdup(fp->ctf_strtab.cts_name); in ctf_bufopen()
861 if (fp->ctf_strtab.cts_name == NULL) in ctf_bufopen()
862 fp->ctf_strtab.cts_name = _CTF_NULLSTR; in ctf_bufopen()
1001 if (ofp->ctf_strtab.cts_data != NULL) { in ctf_dup()
1076 if (fp->ctf_strtab.cts_data != NULL) in ctf_close()
1077 ctf_sect_munmap(&fp->ctf_strtab); in ctf_close()
1092 if (fp->ctf_strtab.cts_name != _CTF_NULLSTR && in ctf_close()
1093 fp->ctf_strtab.cts_name != NULL) { in ctf_close()
1094 ctf_free((char *)fp->ctf_strtab.cts_name, in ctf_close()
[all …]
H A Dctf_impl.h195 ctf_sect_t ctf_strtab; /* string table from object file */ member