Searched refs:static_tls_begin (Results 1 – 6 of 6) sorted by relevance
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/ |
H A D | sanitizer_tls_get_addr.cc | 91 uptr static_tls_begin, uptr static_tls_end) { in DTLS_on_tls_get_addr() argument 108 } else if (tls_beg >= static_tls_begin && tls_beg < static_tls_end) { in DTLS_on_tls_get_addr()
|
H A D | sanitizer_tls_get_addr.h | 53 DTLS::DTV *DTLS_on_tls_get_addr(void *arg, void *res, uptr static_tls_begin,
|
/netbsd-src/external/gpl3/gcc.old/dist/libsanitizer/sanitizer_common/ |
H A D | sanitizer_tls_get_addr.cc | 89 uptr static_tls_begin, uptr static_tls_end) { in DTLS_on_tls_get_addr() argument 106 } else if (tls_beg >= static_tls_begin && tls_beg < static_tls_end) { in DTLS_on_tls_get_addr()
|
H A D | sanitizer_tls_get_addr.h | 51 DTLS::DTV *DTLS_on_tls_get_addr(void *arg, void *res, uptr static_tls_begin,
|
/netbsd-src/external/gpl3/gcc/dist/libsanitizer/sanitizer_common/ |
H A D | sanitizer_tls_get_addr.cpp | 112 uptr static_tls_begin, uptr static_tls_end) { in DTLS_on_tls_get_addr() argument 130 } else if (tls_beg >= static_tls_begin && tls_beg < static_tls_end) { in DTLS_on_tls_get_addr()
|
H A D | sanitizer_tls_get_addr.h | 69 DTLS::DTV *DTLS_on_tls_get_addr(void *arg, void *res, uptr static_tls_begin,
|