Lines Matching refs:snymp
243 struct snymEntry *snymp;
272 printSnymNames(struct slist *slp, struct snymEntry *snymp)
275 int i = snymp->howMany;
276 char *sharedaddr = snymp->sym_addr;
648 snymList = snymp =
965 snymp = (n_snyms++ == 0 ? snymList : snymp+1);
966 snymp->howMany = 1; /* gotta count 1st one!! */
967 snymp->sym_addr = slp->sl_addr;
969 snymp->tot_sl_count = 0;
970 snymp->tot_sl_time = 0.0;
972 snymp->snymReported = 0;
988 snymp->howMany++;
990 snymp->tot_sl_count += slp->sl_count;
991 snymp->tot_sl_time += slp->sl_time;
1044 if ((snymp = getSnymEntry(slp->sl_addr)) != 0) {
1045 count = snymp->tot_sl_count;
1046 t0 = snymp->tot_sl_time;
1054 if (snymp && snymp->snymReported)
1065 if (snymp)
1066 n_nonzero += snymp->howMany; /* add for each snym */
1090 if (snymp) {
1091 printSnymNames(slp, snymp); /* print it, then */
1092 snymp->snymReported = 1; /* mark it Done */