Home
last modified time | relevance | path

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

/external/valgrind/coregrind/
Dm_redir.c270 static TopSpec* topSpecs = NULL; variable
501 for (ts = topSpecs; ts; ts = ts->next) in VG_()
736 for (ts = topSpecs; ts; ts = ts->next) { in VG_()
743 for (ts = topSpecs; ts; ts = ts->next) { in VG_()
753 newts->next = topSpecs; in VG_()
754 topSpecs = newts; in VG_()
1097 ts = topSpecs; in VG_()
1167 topSpecs = ts->next; in VG_()
1260 if (topSpecs == NULL) { in add_hardwired_spec()
1261 topSpecs = dinfo_zalloc("redir.ahs.2", sizeof(TopSpec)); in add_hardwired_spec()
[all …]