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

/freebsd-9.3-release/cddl/contrib/opensolaris/common/ctf/
H A Dctf_open.c686 bcopy(strsect, &fp->ctf_strtab, sizeof (ctf_sect_t));
693 if (fp->ctf_strtab.cts_name != NULL)
694 fp->ctf_strtab.cts_name = ctf_strdup(fp->ctf_strtab.cts_name);
700 if (fp->ctf_strtab.cts_name == NULL)
701 fp->ctf_strtab.cts_name = _CTF_NULLSTR;
825 if (fp->ctf_strtab.cts_data != NULL)
826 ctf_sect_munmap(&fp->ctf_strtab);
841 if (fp->ctf_strtab.cts_name != _CTF_NULLSTR &&
842 fp->ctf_strtab
[all...]
H A Dctf_impl.h182 ctf_sect_t ctf_strtab; /* string table from object file */ member in struct:ctf_file

Completed in 93 milliseconds