Home
last modified time | relevance | path

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

/external/valgrind/coregrind/
Dm_redir.c269 static TopSpec* topSpecs = NULL; variable
500 for (ts = topSpecs; ts; ts = ts->next) in VG_()
717 for (ts = topSpecs; ts; ts = ts->next) { in VG_()
724 for (ts = topSpecs; ts; ts = ts->next) { in VG_()
734 newts->next = topSpecs; in VG_()
735 topSpecs = newts; in VG_()
1066 ts = topSpecs; in VG_()
1136 topSpecs = ts->next; in VG_()
1206 if (topSpecs == NULL) { in add_hardwired_spec()
1207 topSpecs = dinfo_zalloc("redir.ahs.2", sizeof(TopSpec)); in add_hardwired_spec()
[all …]