Home
last modified time | relevance | path

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

/freebsd/cddl/contrib/opensolaris/common/ctf/
H A Dctf_lookup.c190 if (symidx >= fp->ctf_nsyms) in ctf_lookup_by_symbol()
259 if (symidx >= fp->ctf_nsyms) in ctf_func_info()
H A Dctf_open.c254 uint_t *xend = xp + fp->ctf_nsyms; in init_symtab()
331 ctf_dprintf("loaded %lu symtab entries\n", fp->ctf_nsyms); in init_symtab()
894 fp->ctf_nsyms = symsect->cts_size / symsect->cts_entsize; in ctf_bufopen()
895 fp->ctf_sxlate = ctf_alloc(fp->ctf_nsyms * sizeof (uint_t)); in ctf_bufopen()
1102 ctf_free(fp->ctf_sxlate, sizeof (uint_t) * fp->ctf_nsyms); in ctf_close()
H A Dctf_impl.h206 ulong_t ctf_nsyms; /* number of entries in symtab xlate table */ member