Home
last modified time | relevance | path

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

/netbsd-src/external/cddl/osnet/dist/common/ctf/
H A Dctf_lookup.c190 if (symidx >= fp->ctf_nsyms) in ctf_lookup_by_symbol()
253 if (symidx >= fp->ctf_nsyms) in ctf_func_info()
H A Dctf_open.c119 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()
H A Dctf_impl.h195 ulong_t ctf_nsyms; /* number of entries in symtab xlate table */ member
/netbsd-src/external/gpl3/binutils.old/dist/libctf/
H A Dctf-lookup.c491 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()
H A Dctf-open.c241 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()
H A Dctf-impl.h401 unsigned long ctf_nsyms; /* Number of entries in symtab xlate table. */ member
/netbsd-src/external/gpl3/binutils/dist/libctf/
H A Dctf-lookup.c494 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()
H A Dctf-open.c241 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()
H A Dctf-impl.h401 unsigned long ctf_nsyms; /* Number of entries in symtab xlate table. */ member