OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:g_ix
(Results
1 - 1
of
1
) sorted by null
/external/valgrind/main/coregrind/m_gdbserver/
m_gdbserver.c
259
/* Returns the GS_Watch matching addr/len/kind and sets *
g_ix
to its
261
If no matching GS_Watch is found, returns NULL and sets
g_ix
to -1. */
263
Word*
g_ix
)
275
*
g_ix
= i;
281
*
g_ix
= -1;
338
Word
g_ix
;
local
366
g = lookup_gs_watch (addr, len, kind, &
g_ix
);
382
VG_(removeIndexXA) (gs_watches,
g_ix
);
[
all
...]
Completed in 167 milliseconds