Home
last modified time | relevance | path

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

/dflybsd-src/contrib/binutils-2.34/libctf/
H A Dctf-lookup.c241 const ctf_sect_t *sp = &fp->ctf_symtab; in ctf_lookup_symbol_name()
276 const ctf_sect_t *sp = &fp->ctf_symtab; in ctf_lookup_by_symbol()
359 const ctf_sect_t *sp = &fp->ctf_symtab; in ctf_func_info()
H A Dctf-open.c1504 memcpy (&fp->ctf_symtab, symsect, sizeof (ctf_sect_t)); in ctf_bufopen_internal()
1514 if (fp->ctf_symtab.cts_name != NULL) in ctf_bufopen_internal()
1515 if ((fp->ctf_symtab.cts_name = strdup (fp->ctf_symtab.cts_name)) == NULL) in ctf_bufopen_internal()
1529 if (fp->ctf_symtab.cts_name == NULL) in ctf_bufopen_internal()
1530 fp->ctf_symtab.cts_name = _CTF_NULLSTR; in ctf_bufopen_internal()
1665 if (fp->ctf_symtab.cts_name != _CTF_NULLSTR) in ctf_file_close()
1666 free ((char *) fp->ctf_symtab.cts_name); in ctf_file_close()
H A Dctf-impl.h242 ctf_sect_t ctf_symtab; /* Symbol table from object file. */ member