Home
last modified time | relevance | path

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

/dflybsd-src/contrib/binutils-2.34/libctf/
H A Dctf-open.c1505 memcpy (&fp->ctf_strtab, strsect, sizeof (ctf_sect_t)); in ctf_bufopen_internal()
1520 if (fp->ctf_strtab.cts_name != NULL) in ctf_bufopen_internal()
1521 if ((fp->ctf_strtab.cts_name = strdup (fp->ctf_strtab.cts_name)) == NULL) in ctf_bufopen_internal()
1531 if (fp->ctf_strtab.cts_name == NULL) in ctf_bufopen_internal()
1532 fp->ctf_strtab.cts_name = _CTF_NULLSTR; in ctf_bufopen_internal()
1668 if (fp->ctf_strtab.cts_name != _CTF_NULLSTR) in ctf_file_close()
1669 free ((char *) fp->ctf_strtab.cts_name); in ctf_file_close()
H A Dctf-impl.h243 ctf_sect_t ctf_strtab; /* String table from object file. */ member