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

/external/valgrind/main/coregrind/
H A Dm_redir.c269 static TopSpec* topSpecs = NULL; variable
492 for (ts = topSpecs; ts; ts = ts->next)
633 Build a new TopSpec, but don't add it to topSpecs yet. */
645 all symbols currently listed in topSpecs
648 all specs currently listed in topSpecs
655 topSpecs against ALL symbols in topSpecs (that is, a cross
659 for (ts = topSpecs; ts; ts = ts->next) {
666 for (ts = topSpecs; ts; ts = ts->next) {
676 newts->next = topSpecs;
[all...]

Completed in 77 milliseconds