Home
last modified time | relevance | path

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

/CafeSDK-2.12.13-1/system/src/lib/libsys/
Dind_bcnt.c23 static struct bhdr *blocklisthead; variable
57 for (p = blocklisthead; p; p = next) { in __ghs_prof_clear_coverage()
89 for (test = blocklisthead; test; test = test->next) { in __ghs_prof_dump_coverage()
140 if (!blocklisthead) { in __ghs_bcount()
149 routinfo->next = blocklisthead; in __ghs_bcount()
150 blocklisthead = routinfo; in __ghs_bcount()