Home
last modified time | relevance | path

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

/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_solaris.h49 void *dlpi_tls_data; member
H A Dsanitizer_linux_libcdep.cpp189 // True if we can use dlpi_tls_data. glibc before 2.25 may leave NULL (BZ in GetLibcVersion()
190 // #19826) so dlpi_tls_data cannot be used. in GetLibcVersion()
192 // musl before 1.2.3 and FreeBSD as of 12.2 incorrectly set dlpi_tls_data to in GetLibcVersion()
444 begin = (uptr)info->dlpi_tls_data; in GetStaticTlsBoundary()