Home | History | Annotate | Download | only in m_debuginfo

Lines Matching refs:nsyms

406    Word nsyms, i, j, k, m;
408 nsyms = VG_(sizeXA)(syms);
431 for (i = 0; i < nsyms; i++) {
433 k < nsyms
441 if (k < nsyms) {
451 vg_assert(i <= nsyms);
455 if (nsyms > 0) {
457 for (i = 1; i < nsyms; i++) {
475 vg_assert(j >= 0 && j <= nsyms);
476 VG_(dropTailXA)(syms, nsyms - j);
903 || msli.szB < symcmd.symoff + symcmd.nsyms
908 if (dysymcmd.ilocalsym + dysymcmd.nlocalsym > symcmd.nsyms
909 || dysymcmd.iextdefsym + dysymcmd.nextdefsym > symcmd.nsyms) {