Lines Matching refs:runp
3014 struct version_namelist *runp = version_namelist; in check_versym() local
3015 while (runp != NULL) in check_versym()
3016 if (runp->ndx == (*versym & (GElf_Versym) 0x7fff)) in check_versym()
3019 runp = runp->next; in check_versym()
3021 if (runp == NULL) in check_versym()
3026 && runp->type == ver_def) in check_versym()
3031 && runp->type == ver_need) in check_versym()
3412 struct version_namelist *runp = version_namelist; in check_verdef() local
3413 while (runp != NULL) in check_verdef()
3415 if (runp->type == ver_def in check_verdef()
3416 && strcmp (runp->name, namelist->name) == 0) in check_verdef()
3418 runp = runp->next; in check_verdef()
3421 if (runp == NULL) in check_verdef()
4275 struct version_namelist *runp = version_namelist->next; in check_sections() local
4276 while (runp != NULL) in check_sections()
4278 if (version_namelist->ndx == runp->ndx) in check_sections()
4284 runp = runp->next; in check_sections()