Searched refs:ctf_nsyms (Results 1 – 4 of 4) sorted by relevance
250 if (symidx >= fp->ctf_nsyms) in ctf_lookup_symbol_name()282 if (symidx >= fp->ctf_nsyms) in ctf_lookup_by_symbol()366 if (symidx >= fp->ctf_nsyms) in ctf_func_info()
340 for (i = 0; i < fp->ctf_nsyms; i++) in ctf_dump_objts()397 for (i = 0; i < fp->ctf_nsyms; i++) in ctf_dump_funcs()
232 uint32_t *xend = xp + fp->ctf_nsyms; in init_symtab()308 ctf_dprintf ("loaded %lu symtab entries\n", fp->ctf_nsyms); in init_symtab()1572 fp->ctf_nsyms = symsect->cts_size / symsect->cts_entsize; in ctf_bufopen_internal()1573 fp->ctf_sxlate = malloc (fp->ctf_nsyms * sizeof (uint32_t)); in ctf_bufopen_internal()
263 unsigned long ctf_nsyms; /* Number of entries in symtab xlate table. */ member