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

/freebsd-10.1-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-10.1-release/usr.sbin/pmcstat/
H A Dpmcstat_log.c509 size_t n, newsyms, nshsyms, nfuncsyms; local
524 for (n = nfuncsyms = 0; n < nshsyms; n++) {
528 nfuncsyms++;
531 if (nfuncsyms == 0)
539 sizeof(*symptr) * (image->pi_symcount + nfuncsyms));
584 assert(newsyms <= nfuncsyms);
589 if (newsyms < nfuncsyms)

Completed in 103 milliseconds