Home
last modified time | relevance | path

Searched refs:ctf_data (Results 1 – 3 of 3) sorted by relevance

/dflybsd-src/contrib/binutils-2.34/libctf/
H A Dctf-open.c1500 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()
H A Dctf-labels.c29 h = (const ctf_header_t *) fp->ctf_data.cts_data; in extract_label_info()
H A Dctf-impl.h241 ctf_sect_t ctf_data; /* CTF data from object file. */ member