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

  /external/compiler-rt/lib/asan/
asan_android_stub.cc 4 typeof(__asan_init) *__asan_preinit =__asan_init;
asan_preinit.cc 12 // Call __asan_init at the very early stage of process startup.
18 // On Linux, we force __asan_init to be called before anyone else
22 void (*__asan_preinit)(void) =__asan_init;
25 // to __asan_init into the global list of C initializers.
28 __declspec(allocate(".CRT$XIB")) void (*__asan_preinit)() = __asan_init;
asan_malloc_mac.cc 43 if (!asan_inited) __asan_init();
53 if (!asan_inited) __asan_init();
60 if (!asan_inited) __asan_init();
67 if (!asan_inited) __asan_init();
73 if (!asan_inited) __asan_init();
80 if (!asan_inited) __asan_init();
95 if (!asan_inited) __asan_init();
102 if (!asan_inited) __asan_init();
109 if (!asan_inited) __asan_init();
115 if (!asan_inited) __asan_init();
    [all...]
asan_interface_internal.h 29 #define __asan_init __asan_init_v2 macro
asan_internal.h 163 // Used to avoid infinite recursion in __asan_init().
asan_mac.cc 88 void __asan_init();
131 CHECK(dladdr((void*)((uptr)__asan_init), &info));
asan_mapping.h 137 extern uptr kHighMemEnd, kMidMemBeg, kMidMemEnd; // Initialized in __asan_init.
asan_interceptors.cc 78 __asan_init(); \
289 // memcpy is called during __asan_init() from the internals
asan_allocator.cc 503 __asan_init();
asan_allocator2.cc 303 __asan_init();
asan_rtl.cc 416 void __asan_init() { function
  /external/compiler-rt/lib/asan/lit_tests/Linux/
preinit_test.cc 5 // This test ensures that we call __asan_init early enough.
12 // So, we must make sure that __asan_init is executed even earlier.
  /external/clang/test/Driver/
asan.c 9 // CHECK: __asan_init
  /external/llvm/lib/Transforms/Instrumentation/
AddressSanitizer.cpp     [all...]
  /external/compiler-rt/lib/sanitizer_common/
sanitizer_linux.cc 222 // This function should be called first inside __asan_init.

Completed in 273 milliseconds