Searched refs:checkver (Results 1 – 3 of 3) sorted by relevance
/third_party/musl/src/internal/ |
D | vdso.c | 25 static int checkver(Verdef *def, int vsym, const char *vername, char *strings) in checkver() function 85 if (versym && !checkver(verdef, versym[i], vername, strings)) in __vdsosym()
|
/third_party/musl/porting/linux/user/src/internal/ |
D | vdso.c | 40 static int checkver(Verdef *def, int vsym, const char *vername, char *strings) in checkver() function 112 …if (vdso_info.versym && !checkver(vdso_info.verdef, vdso_info.versym[i], vername, vdso_info.string… in __get_vdso_addr()
|
/third_party/musl/src/internal/linux/ |
D | vdso.c | 40 static int checkver(Verdef *def, int vsym, const char *vername, char *strings) in checkver() function 112 …if (vdso_info.versym && !checkver(vdso_info.verdef, vdso_info.versym[i], vername, vdso_info.string… in __get_vdso_addr()
|