Home
last modified time | relevance | path

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

/external/llvm-project/compiler-rt/lib/sanitizer_common/
Dsanitizer_linux_libcdep.cpp165 __attribute__((unused)) static bool GetLibcVersion(int *major, int *minor, in GetLibcVersion() function
223 if (!GetLibcVersion(&ma, &mi, &pa)) in CmpLibcVersion()
276 if (GetLibcVersion(&major, &minor, &patch) && major == 2) { in ThreadDescriptorSize()
307 if (GetLibcVersion(&major, &minor, &patch) && major == 2) { in ThreadDescriptorSize()