Searched refs:ASAN_WEAK_ALIAS (Results 1 - 7 of 7) sorted by relevance

/fuchsia/zircon/third_party/ulib/musl/src/string/aarch64/
H A Dmemmove.S13 ASAN_WEAK_ALIAS(memmove)
H A Dmemcpy.S13 ASAN_WEAK_ALIAS(memcpy)
H A Dmemset.S13 ASAN_WEAK_ALIAS(memset)
/fuchsia/zircon/third_party/ulib/musl/src/string/x86_64/
H A Dmemcpy.S19 ASAN_WEAK_ALIAS(memcpy)
H A Dmemset.S21 ASAN_WEAK_ALIAS(memset)
H A Dmemmove.S20 ASAN_WEAK_ALIAS(memmove)
/fuchsia/zircon/third_party/ulib/musl/src/internal/
H A Dasm.h32 #define ASAN_WEAK_ALIAS(name) WEAK_ALIAS(name, __asan_##name) macro
34 #define ASAN_WEAK_ALIAS(name) // Don't define __asan_##name. macro

Completed in 28 milliseconds