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

/freebsd-11-stable/cddl/contrib/opensolaris/common/ctf/
H A Dctf_open.c687 bcopy(strsect, &fp->ctf_strtab, sizeof (ctf_sect_t));
694 if (fp->ctf_strtab.cts_name != NULL)
695 fp->ctf_strtab.cts_name = ctf_strdup(fp->ctf_strtab.cts_name);
701 if (fp->ctf_strtab.cts_name == NULL)
702 fp->ctf_strtab.cts_name = _CTF_NULLSTR;
841 if (ofp->ctf_strtab.cts_data != NULL) {
842 bcopy(&ofp->ctf_strtab, &strsect, sizeof (ctf_sect_t));
916 if (fp->ctf_strtab.cts_data != NULL)
917 ctf_sect_munmap(&fp->ctf_strtab);
[all...]
H A Dctf_impl.h184 ctf_sect_t ctf_strtab; /* string table from object file */ member in struct:ctf_file

Completed in 126 milliseconds