Searched refs:nfuncsyms (Results 1 - 2 of 2) sorted by relevance

/freebsd-9.3-release/sys/contrib/ia64/libuwx/src/
H A Duwx_symbols.c780 int nfuncsyms; local
806 nfuncsyms = 0;
810 nfuncsyms++;
813 names = (char **)(*env->allocate_cb)(nfuncsyms * sizeof(char *));
816 values = (uint64_t *)(*env->allocate_cb)(nfuncsyms * sizeof(uint64_t));
824 if (j >= nfuncsyms) /* should not happen! */
835 cache->nsyms = nfuncsyms;
846 printf("Cached %d interesting symbols\n", nfuncsyms);
/freebsd-9.3-release/usr.sbin/pmcstat/
H A Dpmcstat_log.c503 size_t n, newsyms, nshsyms, nfuncsyms; local
518 for (n = nfuncsyms = 0; n < nshsyms; n++) {
522 nfuncsyms++;
525 if (nfuncsyms == 0)
533 sizeof(*symptr) * (image->pi_symcount + nfuncsyms));
576 assert(newsyms <= nfuncsyms);
581 if (newsyms < nfuncsyms)

Completed in 56 milliseconds