Lines Matching defs:tail
137 static struct dso *head, *tail, *fini_head, *syms_tail, *lazy_head;
1121 tail->next = &ldso;
1122 ldso.prev = tail;
1123 tail = &ldso;
1292 tail->next = p;
1293 p->prev = tail;
1294 tail = p;
1423 /* Chop off the tail of the list of dsos that participate in
2008 head = tail = syms_tail = &app;
2043 vdso.prev = tail;
2044 tail->next = &vdso;
2045 tail = &vdso;
2198 orig_tail = tail;
2228 tail = orig_tail;
2229 tail->next = 0;
2280 orig_tail = tail;