isa-l/raid
Zhiyuan Zhu 636272cff6 aarch64: Fix dynamic lib call crash
If an application treats these functions as function pointers, and this
lib (isa-l) is compiled into solib, a segmentation fault may occur.

For example: Ubuntu 16.04 on arm64 platfrom will be crash, because the
linker does not know that this symbol is a function, so mark the function
type explicitly with %function to solves this issue.

Change-Id: Iba41b1f1367146d7dcce09203694b08b1cb8ec20
Signed-off-by: Zhiyuan Zhu <zhiyuan.zhu@arm.com>
2019-03-01 02:55:50 +00:00
..
aarch64 aarch64: Fix dynamic lib call crash 2019-03-01 02:55:50 +00:00
Makefile.am raid: Add aarch64 NEON implementation 2019-02-10 13:08:56 -07:00
pq_check_sse_i32.asm build: Fix for mac nasm lack of symbol types 2018-11-29 13:54:36 -07:00
pq_check_sse.asm build: Fix for mac nasm lack of symbol types 2018-11-29 13:54:36 -07:00
pq_check_test.c Format only patch from iindent and remove_whitespace 2017-06-26 04:10:47 -04:00
pq_gen_avx2.asm build: Fix for mac nasm lack of symbol types 2018-11-29 13:54:36 -07:00
pq_gen_avx512.asm build: Fix for mac nasm lack of symbol types 2018-11-29 13:54:36 -07:00
pq_gen_avx.asm build: Fix for mac nasm lack of symbol types 2018-11-29 13:54:36 -07:00
pq_gen_perf.c Format only patch from iindent and remove_whitespace 2017-06-26 04:10:47 -04:00
pq_gen_sse_i32.asm build: Fix for mac nasm lack of symbol types 2018-11-29 13:54:36 -07:00
pq_gen_sse.asm build: Fix for mac nasm lack of symbol types 2018-11-29 13:54:36 -07:00
pq_gen_test.c Format only patch from iindent and remove_whitespace 2017-06-26 04:10:47 -04:00
raid_base_aliases.c raid: Add base function aliases and group src by arch 2017-03-30 18:09:32 -07:00
raid_base.c Format only patch from iindent and remove_whitespace 2017-06-26 04:10:47 -04:00
raid_multibinary_i32.asm multibinary: move WRT_OPT macro to common header 2017-08-18 14:24:57 -07:00
raid_multibinary.asm build: Fix for mac nasm lack of symbol types 2018-11-29 13:54:36 -07:00
xor_check_sse.asm build: Fix for mac nasm lack of symbol types 2018-11-29 13:54:36 -07:00
xor_check_test.c Format only patch from iindent and remove_whitespace 2017-06-26 04:10:47 -04:00
xor_example.c raid: Ensure example meets min align requirement 2018-03-06 13:39:32 -07:00
xor_gen_avx512.asm build: Fix for mac nasm lack of symbol types 2018-11-29 13:54:36 -07:00
xor_gen_avx.asm build: Fix for mac nasm lack of symbol types 2018-11-29 13:54:36 -07:00
xor_gen_perf.c Format only patch from iindent and remove_whitespace 2017-06-26 04:10:47 -04:00
xor_gen_sse.asm build: Fix for mac nasm lack of symbol types 2018-11-29 13:54:36 -07:00
xor_gen_test.c Format only patch from iindent and remove_whitespace 2017-06-26 04:10:47 -04:00