Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc.old/dist/libsanitizer/asan/
H A Dasan_malloc_linux.cc36 static INLINE bool IsInDlsymAllocPool(const void *ptr) { in IsInDlsymAllocPool() function
93 return IsInDlsymAllocPool(ptr); in IsFromLocalPool()
123 if (UNLIKELY(IsInDlsymAllocPool(ptr))) { in INTERCEPTOR()
133 if (UNLIKELY(IsInDlsymAllocPool(ptr))) in INTERCEPTOR()
158 if (UNLIKELY(IsInDlsymAllocPool(ptr))) in INTERCEPTOR()
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/asan/
H A Dasan_malloc_linux.cc38 static INLINE bool IsInDlsymAllocPool(const void *ptr) { in IsInDlsymAllocPool() function
95 return IsInDlsymAllocPool(ptr); in IsFromLocalPool()
125 if (UNLIKELY(IsInDlsymAllocPool(ptr))) { in INTERCEPTOR()
135 if (UNLIKELY(IsInDlsymAllocPool(ptr))) in INTERCEPTOR()
160 if (UNLIKELY(IsInDlsymAllocPool(ptr))) in INTERCEPTOR()
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/msan/
H A Dmsan_interceptors.cc81 static bool IsInDlsymAllocPool(const void *ptr) { in IsInDlsymAllocPool() function
224 if (!ptr || UNLIKELY(IsInDlsymAllocPool(ptr))) return; in INTERCEPTOR()
231 if (!ptr || UNLIKELY(IsInDlsymAllocPool(ptr))) return; in INTERCEPTOR()
895 if (UNLIKELY(IsInDlsymAllocPool(ptr))) { in INTERCEPTOR()