Home | History | Annotate | Download | only in src

Lines Matching refs:runp

562       struct output_rule *runp;
564 for (runp = newp->output_rules; runp != NULL; runp = runp->next)
565 if (runp->tag == output_section)
566 runp->val.section.ignored = true;
587 struct filename_list *runp = listp;
590 runp->as_needed = true;
591 runp = runp->next;
593 while (runp != listp);
700 add_id_list (const char *versionname, struct id_list *runp, _Bool local)
702 struct id_list *lastp = runp;
704 if (runp == NULL)
709 runp = runp->next;
710 assert (runp != NULL);
714 if (runp->u.id_type == id_str)
718 unsigned long int hval = elf_hash (runp->id);
720 curp = runp;
721 runp = runp->next;
749 runp->id, versionname);
761 else if (runp->u.id_type == id_all)
778 runp = runp->next;
782 assert (runp->u.id_type == id_wild);
786 while (runp != NULL);