Searched refs:ctf_nsyms (Results 1 – 9 of 9) sorted by relevance
190 if (symidx >= fp->ctf_nsyms) in ctf_lookup_by_symbol()253 if (symidx >= fp->ctf_nsyms) in ctf_func_info()
119 uint_t *xend = xp + fp->ctf_nsyms; in init_symtab()194 ctf_dprintf("loaded %lu symtab entries\n", fp->ctf_nsyms); in init_symtab()737 fp->ctf_nsyms = symsect->cts_size / symsect->cts_entsize; in ctf_bufopen()738 fp->ctf_sxlate = ctf_alloc(fp->ctf_nsyms * sizeof (uint_t)); in ctf_bufopen()945 ctf_free(fp->ctf_sxlate, sizeof (uint_t) * fp->ctf_nsyms); in ctf_close()
195 ulong_t ctf_nsyms; /* number of entries in symtab xlate table */ member
491 if (symidx >= fp->ctf_nsyms) in ctf_lookup_symbol_name()737 for (; i->ctn_n < fp->ctf_nsyms; i->ctn_n++) in ctf_symbol_next()763 if (i->ctn_n >= fp->ctf_nsyms) in ctf_symbol_next()955 if (symname == NULL && symidx >= fp->ctf_nsyms) in ctf_lookup_by_sym_or_name()
241 uint32_t *xend = PTR_ADD (xp, fp->ctf_nsyms); in init_symtab()336 ctf_dprintf ("loaded %lu symtab entries\n", fp->ctf_nsyms); in init_symtab()1678 fp->ctf_nsyms = symsect->cts_size / symsect->cts_entsize; in ctf_bufopen_internal()1679 fp->ctf_sxlate = malloc (fp->ctf_nsyms * sizeof (uint32_t)); in ctf_bufopen_internal()
401 unsigned long ctf_nsyms; /* Number of entries in symtab xlate table. */ member
494 if (symidx >= fp->ctf_nsyms) in ctf_lookup_symbol_name()749 for (; i->ctn_n < fp->ctf_nsyms; i->ctn_n++) in ctf_symbol_next()775 if (i->ctn_n >= fp->ctf_nsyms) in ctf_symbol_next()967 if (symname == NULL && symidx >= fp->ctf_nsyms) in ctf_lookup_by_sym_or_name()
241 uint32_t *xend = PTR_ADD (xp, fp->ctf_nsyms); in init_symtab()336 ctf_dprintf ("loaded %lu symtab entries\n", fp->ctf_nsyms); in init_symtab()1679 fp->ctf_nsyms = symsect->cts_size / symsect->cts_entsize; in ctf_bufopen_internal()1680 fp->ctf_sxlate = malloc (fp->ctf_nsyms * sizeof (uint32_t)); in ctf_bufopen_internal()