Home
last modified time | relevance | path

Searched defs:DlsymAlloc (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/libsanitizer/asan/
H A Dasan_malloc_linux.cpp33 struct DlsymAlloc : public DlSymAllocator<DlsymAlloc> { struct
50 if (DlsymAlloc::PointerIsMine(ptr)) in INTERCEPTOR() argument
/netbsd-src/external/gpl3/gcc/dist/libsanitizer/hwasan/
H A Dhwasan_allocation_functions.cpp25 struct DlsymAlloc : public DlSymAllocator<DlsymAlloc> { struct
26 static bool UseImpl() { return !hwasan_inited; } in UseImpl()
/netbsd-src/external/gpl3/gcc/dist/libsanitizer/lsan/
H A Dlsan_interceptors.cpp47 struct DlsymAlloc : DlSymAllocator<DlsymAlloc> { struct
48 static bool UseImpl() { return lsan_init_is_running; } in UseImpl()
72 if (DlsymAlloc::Use()) in INTERCEPTOR() argument