OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:__asan_init
(Results
1 - 9
of
9
) 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
24
void (*__local_asan_preinit)(void) =
__asan_init
;
27
// to
__asan_init
into the global list of C initializers.
30
__declspec(allocate(".CRT$XIB")) void (*__asan_preinit)() =
__asan_init
;
asan_malloc_mac.cc
44
if (!asan_inited)
__asan_init
();
63
if (!asan_inited)
__asan_init
();
70
if (!asan_inited)
__asan_init
();
77
if (!asan_inited)
__asan_init
();
83
if (!asan_inited)
__asan_init
();
90
if (!asan_inited)
__asan_init
();
105
if (!asan_inited)
__asan_init
();
112
if (!asan_inited)
__asan_init
();
119
if (!asan_inited)
__asan_init
();
125
if (!asan_inited)
__asan_init
();
[
all
...]
asan_interface_internal.h
34
#define
__asan_init
__asan_init_v3
macro
asan_mac.cc
104
void
__asan_init
();
147
CHECK(dladdr((void*)((uptr)
__asan_init
), &info));
asan_rtl.cc
437
void
__asan_init
() {
function
asan_interceptors.cc
78
__asan_init
(); \
319
// memcpy is called during
__asan_init
() from the internals
asan_allocator2.cc
316
__asan_init
();
/external/chromium_org/chrome/test/pyautolib/
asan_stub.c
38
void
__asan_init
() {
function
65
__asan_init
();
Completed in 287 milliseconds