Lines Matching defs:next
1186 new->next = dso->td_index;
1221 struct dso *p = lazy_head, *next;
1223 for (; p; p=next) {
1224 next = p->lazy_next;
1990 const char *rp, *next;
1991 for (rp=reserved; *rp; rp=next) {
1992 next = strchr(rp, '.') + 1;
1993 if (strncmp(name+3, rp, next-rp) == 0)
2015 tail->next = &ldso;
2164 if (tls_tail) tls_tail->next = &p->tls;
2169 tail->next = p;
2193 if (p==head) for (struct dso *q=p->next; q; q=q->next)
2206 if (p==head) for (struct dso *q=p->next; q; q=q->next)
2230 for (; p; p=p->next)
2282 for (p=head; p; p=p->next)
2312 struct dso *p, *next;
2315 for (p=old_tail; p; p=next) {
2316 next = p->syms_next;
2477 for (; p; p=p->next) {
2597 for (cnt=0, p=head; p; cnt++, p=p->next)
2732 for (i=0, td=self; !i || td!=self; i++, td=td->next) {
2738 for (p=head; ; p=p->next) {
2761 for (j=0, td=self; !j || td!=self; j++, td=td->next) {
3060 for (struct dso *q=head; q; q=q->next) {
3068 assign_tls(app.next);
3071 for (struct dso *q=head; q; q=q->next) {
3078 for (struct dso *p=head; p; p=p->next) {
3102 tail->next = &vdso;
3141 reloc_all(app.next, NULL);
3143 for (struct dso *q=head; q; q=q->next) {
3311 struct dso *volatile p, *orig_tail, *orig_syms_tail, *orig_lazy_head, *next;
3381 for (p=orig_tail->next; p; p=next) {
3382 next = p->next;
3384 void *tmp = p->td_index->next;
3404 for (p=orig_tail->next; p; p=next) {
3405 next = p->next;
3412 if (tls_tail) tls_tail->next = 0;
3418 tail->next = 0;
3550 notify_addition_to_debugger(orig_tail->next);
3777 for (p=head; p; p=p->next) if (h==p) return 0;
3786 for (p=head; p; p=p->next) {
3815 p = p->next;
3952 tail->next = NULL;
3954 p->next->prev = p->prev;
3955 p->prev->next = p->next;
4342 current = current->next;
5153 const char *rp, *next;
5154 for (rp = reserved; *rp; rp = next) {
5155 next = strchr(rp, '.') + 1;
5156 if (strncmp(name + NAME_INDEX_THREE, rp, next - rp) == 0) {
5181 tail->next = &ldso;
5368 tail->next = task->p;
5449 for (struct dso *q = p->next; q; q = q->next) {
5471 for (struct dso *q = p->next; q; q = q->next) {
5551 for (; p; p = p->next) {
5587 tls_tail->next = &p->tls;
5594 p = p->next;
5817 for (struct dso *so = p; so != NULL; so = so->next) {
5832 debug_info->next = NULL;
5836 debug_info->next = NULL;
5837 debug_tail->next = debug_info;
5849 debug_tail->next = NULL;
5851 debug_info->next->prev = debug_info->prev;
5852 debug_info->prev->next = debug_info->next;