Home
last modified time | relevance | path

Searched refs:ALIAS (Results 1 – 14 of 14) sorted by relevance

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

Completed in 18 milliseconds