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

/seL4-refos-master/libs/libmuslc/ldso/
H A Ddynlink.c37 struct td_index { struct
39 struct td_index *next;
77 struct td_index *td_index; member in struct:dso
423 struct td_index *new = malloc(sizeof *new);
430 new->next = dso->td_index;
431 dso->td_index = new;
1675 while (p->td_index) {
1676 void *tmp = p->td_index->next;
1677 free(p->td_index);
[all...]

Completed in 27 milliseconds