Searched refs:ctf_data (Results 1 – 3 of 3) sorted by relevance
1500 memcpy (&fp->ctf_data, ctfsect, sizeof (ctf_sect_t)); in ctf_bufopen_internal()1508 if (fp->ctf_data.cts_name != NULL) in ctf_bufopen_internal()1509 if ((fp->ctf_data.cts_name = strdup (fp->ctf_data.cts_name)) == NULL) in ctf_bufopen_internal()1527 if (fp->ctf_data.cts_name == NULL) in ctf_bufopen_internal()1528 fp->ctf_data.cts_name = _CTF_NULLSTR; in ctf_bufopen_internal()1662 if (fp->ctf_data.cts_name != _CTF_NULLSTR) in ctf_file_close()1663 free ((char *) fp->ctf_data.cts_name); in ctf_file_close()1713 return fp->ctf_data; in ctf_getdatasect()
29 h = (const ctf_header_t *) fp->ctf_data.cts_data; in extract_label_info()
241 ctf_sect_t ctf_data; /* CTF data from object file. */ member