Home | History | Annotate | Download | only in src

Lines Matching defs:runp

1986       struct output_rule *runp;
1988 for (runp = newp->output_rules; runp != NULL; runp = runp->next)
1989 if (runp->tag == output_section)
1990 runp->val.section.ignored = true;
2109 add_id_list (const char *versionname, struct id_list *runp, _Bool local)
2111 struct id_list *lastp = runp;
2113 if (runp == NULL)
2118 runp = runp->next;
2119 assert (runp != NULL);
2123 if (runp->u.id_type == id_str)
2127 unsigned long int hval = elf_hash (runp->id);
2129 curp = runp;
2130 runp = runp->next;
2158 runp->id, versionname);
2170 else if (runp->u.id_type == id_all)
2187 runp = runp->next;
2191 assert (runp->u.id_type == id_wild);
2195 while (runp != NULL);