Searched refs:ctf_strtab (Results 1 – 6 of 6) sorted by relevance
690 bcopy(strsect, &fp->ctf_strtab, sizeof (ctf_sect_t)); in ctf_bufopen()697 if (fp->ctf_strtab.cts_name != NULL) in ctf_bufopen()698 fp->ctf_strtab.cts_name = ctf_strdup(fp->ctf_strtab.cts_name); in ctf_bufopen()704 if (fp->ctf_strtab.cts_name == NULL) in ctf_bufopen()705 fp->ctf_strtab.cts_name = __UNCONST(_CTF_NULLSTR); in ctf_bufopen()844 if (ofp->ctf_strtab.cts_data != NULL) { in ctf_dup()845 bcopy(&ofp->ctf_strtab, &strsect, sizeof (ctf_sect_t)); in ctf_dup()919 if (fp->ctf_strtab.cts_data != NULL) in ctf_close()920 ctf_sect_munmap(&fp->ctf_strtab); in ctf_close()935 if (fp->ctf_strtab.cts_name != _CTF_NULLSTR && in ctf_close()[all …]
184 ctf_sect_t ctf_strtab; /* string table from object file */ member
1604 memcpy (&fp->ctf_strtab, strsect, sizeof (ctf_sect_t)); in ctf_bufopen_internal()1619 if (fp->ctf_strtab.cts_name != NULL) in ctf_bufopen_internal()1620 if ((fp->ctf_strtab.cts_name = strdup (fp->ctf_strtab.cts_name)) == NULL) in ctf_bufopen_internal()1630 if (fp->ctf_strtab.cts_name == NULL) in ctf_bufopen_internal()1631 fp->ctf_strtab.cts_name = _CTF_NULLSTR; in ctf_bufopen_internal()1812 if (fp->ctf_strtab.cts_name != _CTF_NULLSTR) in ctf_dict_close()1813 free ((char *) fp->ctf_strtab.cts_name); in ctf_dict_close()1888 return fp->ctf_strtab; in ctf_getstrsect()
376 ctf_sect_t ctf_strtab; /* String table from object file. */ member
1603 memcpy (&fp->ctf_strtab, strsect, sizeof (ctf_sect_t)); in ctf_bufopen_internal()1618 if (fp->ctf_strtab.cts_name != NULL) in ctf_bufopen_internal()1619 if ((fp->ctf_strtab.cts_name = strdup (fp->ctf_strtab.cts_name)) == NULL) in ctf_bufopen_internal()1629 if (fp->ctf_strtab.cts_name == NULL) in ctf_bufopen_internal()1630 fp->ctf_strtab.cts_name = _CTF_NULLSTR; in ctf_bufopen_internal()1811 if (fp->ctf_strtab.cts_name != _CTF_NULLSTR) in ctf_dict_close()1812 free ((char *) fp->ctf_strtab.cts_name); in ctf_dict_close()1887 return fp->ctf_strtab; in ctf_getstrsect()