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

/external/valgrind/main/coregrind/
H A Dm_redir.c329 Spec* specList; local
356 specList = NULL; /* the spec list we're building up */
390 spec->next = specList;
393 specList = spec;
411 for (spec = specList; spec; spec = spec->next)
427 /* Ok. Now specList holds the list of specs from the DebugInfo.
433 newts->specs = specList;
439 (1) actives formed by matching the new specs in specList against
446 the new specs in specList
456 generate_and_add_actives( specList, newt
[all...]

Completed in 88 milliseconds