Home
last modified time | relevance | path

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

/external/valgrind/main/coregrind/
Dm_redir.c266 static TopSpec* topSpecs = NULL; variable
401 for (ts = topSpecs; ts; ts = ts->next) in VG_()
526 for (ts = topSpecs; ts; ts = ts->next) { in VG_()
533 for (ts = topSpecs; ts; ts = ts->next) { in VG_()
543 newts->next = topSpecs; in VG_()
544 topSpecs = newts; in VG_()
864 ts = topSpecs; in VG_()
934 topSpecs = ts->next; in VG_()
1005 if (topSpecs == NULL) { in add_hardwired_spec()
1006 topSpecs = dinfo_zalloc("redir.ahs.2", sizeof(TopSpec)); in add_hardwired_spec()
[all …]