Lines Matching refs:td_index
56 struct td_index {58 struct td_index *next;103 struct td_index *td_index;523 struct td_index *new = malloc(sizeof *new);530 new->next = dso->td_index;531 dso->td_index = new;2207 while (p->td_index) {2208 void *tmp = p->td_index->next;2209 free(p->td_index);2210 p->td_index = tmp;