Home
last modified time | relevance | path

Searched refs:checkver (Results 1 – 3 of 3) sorted by relevance

/third_party/musl/src/internal/
Dvdso.c25 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/
Dvdso.c40 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/
Dvdso.c40 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()