Searched refs:ctf_nsyms (Results 1 - 16 of 16) sorted by relevance

/netbsd-current/external/gpl3/gdb.old/dist/libctf/
H A Dctf-lookup.c250 if (symidx >= fp->ctf_nsyms)
282 if (symidx >= fp->ctf_nsyms)
377 if (symidx >= fp->ctf_nsyms)
H A Dctf-dump.c346 for (i = 0; i < fp->ctf_nsyms; i++)
403 for (i = 0; i < fp->ctf_nsyms; i++)
H A Dctf-open.c233 uint32_t *xend = xp + fp->ctf_nsyms;
309 ctf_dprintf ("loaded %lu symtab entries\n", fp->ctf_nsyms);
1592 so, ctf_nsyms will be adjusted and the excess will never be used. */
1596 fp->ctf_nsyms = symsect->cts_size / symsect->cts_entsize;
1597 fp->ctf_sxlate = malloc (fp->ctf_nsyms * sizeof (uint32_t));
H A Dctf-impl.h383 unsigned long ctf_nsyms; /* Number of entries in symtab xlate table. */ member in struct:ctf_file
/netbsd-current/external/cddl/osnet/dist/common/ctf/
H A Dctf_lookup.c190 if (symidx >= fp->ctf_nsyms)
253 if (symidx >= fp->ctf_nsyms)
H A Dctf_open.c119 uint_t *xend = xp + fp->ctf_nsyms;
194 ctf_dprintf("loaded %lu symtab entries\n", fp->ctf_nsyms);
737 fp->ctf_nsyms = symsect->cts_size / symsect->cts_entsize;
738 fp->ctf_sxlate = ctf_alloc(fp->ctf_nsyms * sizeof (uint_t));
945 ctf_free(fp->ctf_sxlate, sizeof (uint_t) * fp->ctf_nsyms);
H A Dctf_impl.h195 ulong_t ctf_nsyms; /* number of entries in symtab xlate table */ member in struct:ctf_file
/netbsd-current/external/gpl3/binutils/dist/libctf/
H A Dctf-lookup.c491 if (symidx >= fp->ctf_nsyms)
737 for (; i->ctn_n < fp->ctf_nsyms; i->ctn_n++)
763 if (i->ctn_n >= fp->ctf_nsyms)
955 if (symname == NULL && symidx >= fp->ctf_nsyms)
H A Dctf-open.c241 uint32_t *xend = PTR_ADD (xp, fp->ctf_nsyms);
336 ctf_dprintf ("loaded %lu symtab entries\n", fp->ctf_nsyms);
1666 ctf_nsyms will be adjusted and the excess will never be used. It's
1678 fp->ctf_nsyms = symsect->cts_size / symsect->cts_entsize;
1679 fp->ctf_sxlate = malloc (fp->ctf_nsyms * sizeof (uint32_t));
H A Dctf-impl.h401 unsigned long ctf_nsyms; /* Number of entries in symtab xlate table. */ member in struct:ctf_dict
/netbsd-current/external/gpl3/gdb/dist/libctf/
H A Dctf-lookup.c491 if (symidx >= fp->ctf_nsyms)
737 for (; i->ctn_n < fp->ctf_nsyms; i->ctn_n++)
763 if (i->ctn_n >= fp->ctf_nsyms)
955 if (symname == NULL && symidx >= fp->ctf_nsyms)
H A Dctf-open.c241 uint32_t *xend = PTR_ADD (xp, fp->ctf_nsyms);
336 ctf_dprintf ("loaded %lu symtab entries\n", fp->ctf_nsyms);
1666 ctf_nsyms will be adjusted and the excess will never be used. It's
1678 fp->ctf_nsyms = symsect->cts_size / symsect->cts_entsize;
1679 fp->ctf_sxlate = malloc (fp->ctf_nsyms * sizeof (uint32_t));
H A Dctf-impl.h401 unsigned long ctf_nsyms; /* Number of entries in symtab xlate table. */ member in struct:ctf_dict
/netbsd-current/external/gpl3/binutils.old/dist/libctf/
H A Dctf-lookup.c491 if (symidx >= fp->ctf_nsyms)
737 for (; i->ctn_n < fp->ctf_nsyms; i->ctn_n++)
763 if (i->ctn_n >= fp->ctf_nsyms)
955 if (symname == NULL && symidx >= fp->ctf_nsyms)
H A Dctf-open.c241 uint32_t *xend = PTR_ADD (xp, fp->ctf_nsyms);
336 ctf_dprintf ("loaded %lu symtab entries\n", fp->ctf_nsyms);
1666 ctf_nsyms will be adjusted and the excess will never be used. It's
1678 fp->ctf_nsyms = symsect->cts_size / symsect->cts_entsize;
1679 fp->ctf_sxlate = malloc (fp->ctf_nsyms * sizeof (uint32_t));
H A Dctf-impl.h401 unsigned long ctf_nsyms; /* Number of entries in symtab xlate table. */ member in struct:ctf_dict

Completed in 162 milliseconds