HomeSort by relevance Sort by last modified time
    Searched full:__asan_free_hook (Results 1 - 11 of 11) sorted by null

  /external/compiler-rt/test/asan/TestCases/Linux/
interface_symbols_linux.c 7 // RUN: | grep -v "__asan_free_hook" \
  /external/compiler-rt/test/asan/TestCases/Darwin/
interface_symbols_darwin.c 14 // RUN: | grep -v "__asan_free_hook" \
  /external/compiler-rt/lib/asan/
asan_internal.h 118 if (&__asan_free_hook) __asan_free_hook(ptr); \
asan_interface_internal.h 114 /* OPTIONAL */ void __asan_free_hook(void *ptr);
asan_allocator2.cc 803 void __asan_free_hook(void *ptr) { function
  /external/compiler-rt/include/sanitizer/
asan_interface.h 136 // __asan_free_hook(ptr) is called immediately before
140 void __asan_free_hook(void *ptr);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/lib32/
libasan.so 
libasan.so.0 
libasan.so.0.0.0 
libasan.a     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/lib64/
libasan.a     [all...]

Completed in 369 milliseconds