Home
last modified time | relevance | path

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

/external/compiler-rt/lib/sanitizer_common/
Dsanitizer_tls_get_addr.cc130 void DTLS_on_libc_memalign(void *ptr, uptr size) { in DTLS_on_libc_memalign() function
140 void DTLS_on_libc_memalign(void *ptr, uptr size) {}
Dsanitizer_tls_get_addr.h55 void DTLS_on_libc_memalign(void *ptr, uptr size);
/external/llvm-project/compiler-rt/lib/sanitizer_common/
Dsanitizer_tls_get_addr.cpp150 void DTLS_on_libc_memalign(void *ptr, uptr size) { in DTLS_on_libc_memalign() function
165 void DTLS_on_libc_memalign(void *ptr, uptr size) {}
Dsanitizer_tls_get_addr.h71 void DTLS_on_libc_memalign(void *ptr, uptr size);
/external/compiler-rt/lib/asan/
Dasan_malloc_linux.cc101 DTLS_on_libc_memalign(res, size); in INTERCEPTOR()
/external/llvm-project/compiler-rt/lib/memprof/
Dmemprof_malloc_linux.cpp167 DTLS_on_libc_memalign(res, size); in INTERCEPTOR()
/external/compiler-rt/lib/lsan/
Dlsan_interceptors.cc113 DTLS_on_libc_memalign(res, size); in INTERCEPTOR()
/external/llvm-project/compiler-rt/lib/asan/
Dasan_malloc_linux.cpp185 DTLS_on_libc_memalign(res, size); in INTERCEPTOR()
/external/llvm-project/compiler-rt/lib/hwasan/
Dhwasan_interceptors.cpp93 DTLS_on_libc_memalign(ptr, size); in __sanitizer___libc_memalign()
/external/llvm-project/compiler-rt/lib/lsan/
Dlsan_interceptors.cpp127 DTLS_on_libc_memalign(res, size); in INTERCEPTOR()
/external/compiler-rt/lib/msan/
Dmsan_interceptors.cc201 DTLS_on_libc_memalign(ptr, size); in INTERCEPTOR()
/external/llvm-project/compiler-rt/lib/msan/
Dmsan_interceptors.cpp198 DTLS_on_libc_memalign(ptr, size); in INTERCEPTOR()