android_bionic/libc/arch-arm64/generic/bionic
Evgenii Stepanov 00d087c629 (arm64) Extend branch range in __memcpy_chk.
Conditional branch has limited range (1MB) and can not be extended by
the linker. The current distance (in walleye build) is 500KB, about
half of the maximum. HWASan pushes it over the limit.

Replace conditional branch with regular branch, which has longer
range (26 vs 19 bits offset) and can be extended in the linker if
needed.

Bug: 112437884
Bug: 12231437
Test: SANITIZE_TARGET=hwaddress

Change-Id: Idc083fb557ab3a859541beb009809992406a6703
2018-08-31 15:02:12 -07:00
..
__memcpy_chk.S (arm64) Extend branch range in __memcpy_chk. 2018-08-31 15:02:12 -07:00
memchr.S
memcmp.S [AArch64] Optimize memcmp for medium to large sizes 2018-08-21 17:48:12 +00:00
memcpy.S Make memcpy memmove 2018-06-11 18:12:45 +00:00
memcpy_base.S
memmove.S Make memcpy memmove 2018-06-11 18:12:45 +00:00
memset.S libc: ARM64: fix memset for non-standard ZVA sizes 2017-05-16 11:29:49 +01:00
stpcpy.S
strchr.S
strcmp.S [AArch64] Improve strcmp performance for misaligned strings 2018-08-21 17:48:52 +00:00
strcpy.S
string_copy.S
strlen.S
strncmp.S [AArch64] Improve strncmp for mutually misaligned inputs 2018-08-21 19:50:09 +00:00
strnlen.S
wmemmove.S