Searched refs:debugInfo_list (Results 1 - 1 of 1) sorted by relevance

/external/valgrind/coregrind/m_debuginfo/
H A Ddebuginfo.c118 static DebugInfo* debugInfo_list = NULL; variable
121 /* Find 'di' in the debugInfo_list and move it one step closer the the
129 if (di == debugInfo_list)
132 di0 = debugInfo_list;
157 vg_assert(debugInfo_list == di1);
161 debugInfo_list = di0;
306 /* 'si' is a member of debugInfo_list. Find it, remove it from the
314 DebugInfo** prev_next_ptr = &debugInfo_list;
315 DebugInfo* curr = debugInfo_list;
344 /* Repeatedly scan debugInfo_list, lookin
[all...]

Completed in 188 milliseconds