cosmopolitan/libc/intrin/aarch64
Justine Tunney b8a6a989c0
Create ELF aliases for identical symbols
This change greatly reduces the number of modules that need to be
compiled. The only issue right now is that sometimes when viewing
symbol table entries, the aliased symbol is chosen.
2023-06-06 03:33:49 -07:00
..
asmdefs.internal.h Fix memmove() alias on aarch64 with --ftrace 2023-06-06 00:39:55 -07:00
memchr.S Get --ftrace working on aarch64 2023-06-05 23:35:31 -07:00
memcmp.S Get --ftrace working on aarch64 2023-06-05 23:35:31 -07:00
memcpy.S Fix memmove() alias on aarch64 with --ftrace 2023-06-06 00:39:55 -07:00
memrchr.S Get --ftrace working on aarch64 2023-06-05 23:35:31 -07:00
memset.S Get --ftrace working on aarch64 2023-06-05 23:35:31 -07:00
stpcpy.S Get --ftrace working on aarch64 2023-06-05 23:35:31 -07:00
strchr.S Create ELF aliases for identical symbols 2023-06-06 03:33:49 -07:00
strchrnul.S Get --ftrace working on aarch64 2023-06-05 23:35:31 -07:00
strcmp.S Get --ftrace working on aarch64 2023-06-05 23:35:31 -07:00
strcpy.S Get --ftrace working on aarch64 2023-06-05 23:35:31 -07:00
strlen.S Get --ftrace working on aarch64 2023-06-05 23:35:31 -07:00
strncmp.S Get --ftrace working on aarch64 2023-06-05 23:35:31 -07:00
strnlen.S Get --ftrace working on aarch64 2023-06-05 23:35:31 -07:00
strrchr.S Create ELF aliases for identical symbols 2023-06-06 03:33:49 -07:00