Home
last modified time | relevance | path

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

/third_party/musl/src/internal/linux/
H A 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.strings)) in __get_vdso_addr()
/third_party/musl/porting/linux/user/src/internal/
H A 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.strings)) in __get_vdso_addr()
/third_party/musl/src/internal/
H A 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()

Completed in 1 milliseconds