Home | History | Annotate | Download | only in coregrind

Lines Matching refs:nsyms

378    Int          i, nsyms, becTag, becPrio;
409 nsyms = VG_(DebugInfo_syms_howmany)( newdi );
410 for (i = 0; i < nsyms; i++) {
461 for (i = 0; i < nsyms; i++) {
601 Int nsyms, i;
623 nsyms = VG_(DebugInfo_syms_howmany)( di );
624 for (i = 0; i < nsyms; i++) {
658 } /* for (i = 0; i < nsyms; i++) */
1369 Int nsyms = VG_(DebugInfo_syms_howmany)(di);
1370 for (j = 0; j < nsyms; j++) {