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

/fuchsia/zircon/third_party/ulib/musl/ldso/
H A Ddynlink.c125 static struct dso *head, *tail, *fini_head; variable in typeref:struct:
1530 for (p = fini_head; p; p = p->fini_next) {
1559 p->fini_next = fini_head;
1560 fini_head = p;

Completed in 28 milliseconds