Home
last modified time | relevance | path

Searched refs:newsyms (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
104 for (n = newsyms = 0; n < nshsyms; n++) { in pmcstat_image_add_symbols()
143 newsyms++; in pmcstat_image_add_symbols()
146 image->pi_symcount += newsyms; in pmcstat_image_add_symbols()
150 assert(newsyms <= nfuncsyms); in pmcstat_image_add_symbols()
155 if (newsyms < nfuncsyms) in pmcstat_image_add_symbols()