Home | History | Annotate | Download | only in m_debuginfo

Lines Matching refs:nsyms

410    Word nsyms, i, j, k, m;
412 nsyms = VG_(sizeXA)(syms);
435 for (i = 0; i < nsyms; i++) {
437 k < nsyms
445 if (k < nsyms) {
455 vg_assert(i <= nsyms);
459 if (nsyms > 0) {
461 for (i = 1; i < nsyms; i++) {
479 vg_assert(j >= 0 && j <= nsyms);
480 VG_(dropTailXA)(syms, nsyms - j);
910 || msli.szB < symcmd.symoff + symcmd.nsyms
915 if (dysymcmd.ilocalsym + dysymcmd.nlocalsym > symcmd.nsyms
916 || dysymcmd.iextdefsym + dysymcmd.nextdefsym > symcmd.nsyms) {