Home
last modified time | relevance | path

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

/freebsd/lib/libpmcstat/
H A Dlibpmcstat_image.c64 size_t n, newsyms, nshsyms, nfuncsyms; in pmcstat_image_add_symbols() local
79 for (n = nfuncsyms = 0; n < nshsyms; n++) { in pmcstat_image_add_symbols()
83 nfuncsyms++; in pmcstat_image_add_symbols()
86 if (nfuncsyms == 0) in pmcstat_image_add_symbols()
94 image->pi_symcount + nfuncsyms, sizeof(*symptr)); in pmcstat_image_add_symbols()
150 assert(newsyms <= nfuncsyms); in pmcstat_image_add_symbols()
155 if (newsyms < nfuncsyms) in pmcstat_image_add_symbols()