Searched refs:ctf_symtab (Results 1 – 3 of 3) sorted by relevance
241 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()
1504 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()
242 ctf_sect_t ctf_symtab; /* Symbol table from object file. */ member