Home | History | Annotate | Download | only in m_debuginfo

Lines Matching refs:nsyms

409    Word nsyms, i, j, k, m;
411 nsyms = VG_(sizeXA)(syms);
434 for (i = 0; i < nsyms; i++) {
436 k < nsyms
444 if (k < nsyms) {
454 vg_assert(i <= nsyms);
458 if (nsyms > 0) {
460 for (i = 1; i < nsyms; i++) {
478 vg_assert(j >= 0 && j <= nsyms);
479 VG_(dropTailXA)(syms, nsyms - j);
909 || msli.szB < symcmd.symoff + symcmd.nsyms
914 if (dysymcmd.ilocalsym + dysymcmd.nlocalsym > symcmd.nsyms
915 || dysymcmd.iextdefsym + dysymcmd.nextdefsym > symcmd.nsyms) {