Home
last modified time | relevance | path

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

/NextBSD/cddl/contrib/opensolaris/common/ctf/
HDctf_lookup.c187 if (symidx >= fp->ctf_nsyms) in ctf_lookup_by_symbol()
250 if (symidx >= fp->ctf_nsyms) in ctf_func_info()
HDctf_open.c116 uint_t *xend = xp + fp->ctf_nsyms; in init_symtab()
191 ctf_dprintf("loaded %lu symtab entries\n", fp->ctf_nsyms); in init_symtab()
734 fp->ctf_nsyms = symsect->cts_size / symsect->cts_entsize; in ctf_bufopen()
735 fp->ctf_sxlate = ctf_alloc(fp->ctf_nsyms * sizeof (uint_t)); in ctf_bufopen()
942 ctf_free(fp->ctf_sxlate, sizeof (uint_t) * fp->ctf_nsyms); in ctf_close()
HDctf_impl.h195 ulong_t ctf_nsyms; /* number of entries in symtab xlate table */ member