HomeSort by relevance Sort by last modified time
    Searched full:g_ix (Results 1 - 1 of 1) sorted by null

  /external/valgrind/main/coregrind/m_gdbserver/
m_gdbserver.c 267 /* Returns the GS_Watch matching addr/len/kind and sets *g_ix to its
269 If no matching GS_Watch is found, returns NULL and sets g_ix to -1. */
271 Word* g_ix)
283 *g_ix = i;
289 *g_ix = -1;
346 Word g_ix; local
374 g = lookup_gs_watch (addr, len, kind, &g_ix);
390 VG_(removeIndexXA) (gs_watches, g_ix);
    [all...]

Completed in 92 milliseconds