Home | History | Annotate | Download | only in m_debuginfo

Lines Matching refs:nsyms

414    Word nsyms, i, j, k, m;
416 nsyms = VG_(sizeXA)(syms);
439 for (i = 0; i < nsyms; i++) {
441 k < nsyms
449 if (k < nsyms) {
459 vg_assert(i <= nsyms);
463 if (nsyms > 0) {
465 for (i = 1; i < nsyms; i++) {
483 vg_assert(j >= 0 && j <= nsyms);
484 VG_(dropTailXA)(syms, nsyms - j);
835 || ii.macho_img_szB < symcmd->symoff + symcmd->nsyms
840 if (dysymcmd->ilocalsym + dysymcmd->nlocalsym > symcmd->nsyms
841 || dysymcmd->iextdefsym + dysymcmd->nextdefsym > symcmd->nsyms) {