Home | History | Annotate | Download | only in src

Lines Matching defs:runp

2360       struct output_rule *runp;
2362 for (runp = newp->output_rules; runp != NULL; runp = runp->next)
2363 if (runp->tag == output_section)
2364 runp->val.section.ignored = true;
2385 struct filename_list *runp = listp;
2388 runp->as_needed = true;
2389 runp = runp->next;
2391 while (runp != listp);
2498 add_id_list (const char *versionname, struct id_list *runp, _Bool local)
2500 struct id_list *lastp = runp;
2502 if (runp == NULL)
2507 runp = runp->next;
2508 assert (runp != NULL);
2512 if (runp->u.id_type == id_str)
2516 unsigned long int hval = elf_hash (runp->id);
2518 curp = runp;
2519 runp = runp->next;
2547 runp->id, versionname);
2559 else if (runp->u.id_type == id_all)
2576 runp = runp->next;
2580 assert (runp->u.id_type == id_wild);
2584 while (runp != NULL);