Lines Matching refs:runp
3015 struct version_namelist *runp = version_namelist; in check_versym() local
3016 while (runp != NULL) in check_versym()
3017 if (runp->ndx == (*versym & (GElf_Versym) 0x7fff)) in check_versym()
3020 runp = runp->next; in check_versym()
3022 if (runp == NULL) in check_versym()
3027 && runp->type == ver_def) in check_versym()
3032 && runp->type == ver_need) in check_versym()
3413 struct version_namelist *runp = version_namelist; in check_verdef() local
3414 while (runp != NULL) in check_verdef()
3416 if (runp->type == ver_def in check_verdef()
3417 && strcmp (runp->name, namelist->name) == 0) in check_verdef()
3419 runp = runp->next; in check_verdef()
3422 if (runp == NULL) in check_verdef()
4274 struct version_namelist *runp = version_namelist->next; in check_sections() local
4275 while (runp != NULL) in check_sections()
4277 if (version_namelist->ndx == runp->ndx) in check_sections()
4283 runp = runp->next; in check_sections()