Home | History | Annotate | Download | only in coregrind

Lines Matching refs:nsyms

393    Int          i, nsyms, becTag, becPrio;
500 nsyms = VG_(DebugInfo_syms_howmany)( newdi );
501 for (i = 0; i < nsyms; i++) {
594 for (i = 0; i < nsyms; i++) {
734 Int nsyms, i;
756 nsyms = VG_(DebugInfo_syms_howmany)( di );
757 for (i = 0; i < nsyms; i++) {
791 } /* for (i = 0; i < nsyms; i++) */
1563 Int nsyms = VG_(DebugInfo_syms_howmany)(di);
1564 for (j = 0; j < nsyms; j++) {