Home | History | Annotate | Download | only in m_debuginfo

Lines Matching refs:indexXA

442              && ((DiSym*)VG_(indexXA)(syms,i))->addr
443 == ((DiSym*)VG_(indexXA)(syms,k))->addr;
450 DiSym* next = (DiSym*)VG_(indexXA)(syms,k);
452 DiSym* here = (DiSym*)VG_(indexXA)(syms,m);
468 s_j1 = (DiSym*)VG_(indexXA)(syms, j-1);
469 s_j = (DiSym*)VG_(indexXA)(syms, j);
470 s_i = (DiSym*)VG_(indexXA)(syms, i);
881 DiSym* cand = (DiSym*) VG_(indexXA)( candSyms, i );