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

/seL4-refos-master/libs/libmuslc/ldso/
H A Ddynlink.c116 static struct dso *head, *tail, *fini_head; variable in typeref:struct:
1196 for (p=fini_head; p; p=p->fini_next) {
1224 p->fini_next = fini_head;
1225 fini_head = p;

Completed in 29 milliseconds