platform_bionic/libc/arch-arm64/bionic
Ben Cheng 8df0fe0c74 Clear link register in __bionic_clone.
Since __bionic_clone uses tail-call to invoke __bionic_clone_entry,
at runtime the unwinder will reach the stack of the clone() function,
which belongs to the parent thread, if the link register is not cleared.

BUG: 14270816
Change-Id: Ia3711c87f8b619debe73748c28b9fb8691ea698e
2014-05-23 16:35:21 -07:00
..
__bionic_clone.S Clear link register in __bionic_clone. 2014-05-23 16:35:21 -07:00
__get_sp.S Hide __get_sp. 2014-05-20 20:22:50 -07:00
__rt_sigreturn.S Unify our assembler macros. 2014-02-20 13:51:26 -08:00
__set_tls.c Hide __set_tls. 2014-05-20 20:32:28 -07:00
_exit_with_stack_teardown.S Hide _exit_with_stack_teardown. 2014-05-16 16:17:44 -07:00
_setjmp.S Align arm64 stacks to 16 bytes in __bionic_clone. 2014-05-09 12:16:20 -07:00
bzero_arm64.c bionic: rename aarch64 target to arm64 2014-01-23 18:35:39 -08:00
crtbegin.c bionic: rename aarch64 target to arm64 2014-01-23 18:35:39 -08:00
setjmp.S Align arm64 stacks to 16 bytes in __bionic_clone. 2014-05-09 12:16:20 -07:00
sigsetjmp.S Unify our assembler macros. 2014-02-20 13:51:26 -08:00
syscall.S Add cfi directives for arm64 assembler. 2014-05-21 17:46:52 -07:00
vfork.S Add cfi directives for arm64 assembler. 2014-05-21 17:46:52 -07:00