Searched refs:ALIAS (Results 1 - 15 of 15) sorted by relevance

/fuchsia/zircon/third_party/ulib/musl/src/string/aarch64/
H A Dmemset.S12 ALIAS(memset, __unsanitized_memset)
17 ALIAS(memset, __libc_memset)
H A Dmemmove.S12 ALIAS(memmove, __unsanitized_memmove)
H A Dmemcpy.S12 ALIAS(memcpy, __unsanitized_memcpy)
H A Dstrchrnul.S12 ALIAS(strchrnul, __strchrnul)
/fuchsia/zircon/system/ulib/zircon/
H A Dsyscalls-stubs.S7 #define ALIAS(oldname, newname) \ define
/fuchsia/zircon/third_party/ulib/musl/src/string/x86_64/
H A Dmemcpy.S18 ALIAS(memcpy, __unsanitized_memcpy)
20 ALIAS(memcpy, __memcpy_fwd)
H A Dmemset.S20 ALIAS(memset, __unsanitized_memset)
25 ALIAS(memset, __libc_memset)
H A Dmemmove.S19 ALIAS(memmove, __unsanitized_memmove)
/fuchsia/zircon/third_party/ulib/ngunwind/include/ngunwind/private/
H A Dcompiler.h48 # define ALIAS(name) __attribute__((alias (#name))) macro
63 # define ALIAS(name) macro
/fuchsia/zircon/third_party/ulib/musl/src/setjmp/x86_64/
H A Dsetjmp.S43 ALIAS(setjmp, _setjmp)
H A Dlongjmp.S112 ALIAS(longjmp, _longjmp)
/fuchsia/zircon/third_party/ulib/musl/src/internal/
H A Dasm.h22 #define ALIAS(old, new) \ macro
/fuchsia/zircon/third_party/ulib/musl/src/setjmp/aarch64/
H A Dsetjmp.S58 ALIAS(setjmp, _setjmp)
H A Dlongjmp.S166 ALIAS(longjmp, _longjmp)
/fuchsia/zircon/third_party/ulib/jemalloc/src/
H A Djemalloc.c2154 #define ALIAS(je_fn) __attribute__((alias (#je_fn), used)) macro
2156 #define PREALIAS(je_fn) ALIAS(je_fn)
2166 #undef ALIAS macro

Completed in 46 milliseconds