platform_bionic/libc/tools
caowencheng c42c74138c The syscall call uses the 'tail' instruction call
If the 'j' command is used here,it cannot always be called.
The 'tail' command is used here, let the compiler decide
which instruction to use,when the call distance is less
than 1M, it will be compiled into 'j' command, and when
the distance is greater than 1M, it will be compiled
into 'aupic' and 'jr' command.

Test: llvm-objdump -d
Change-Id: I53d8aa7f54b9c4c96fce491487dcba7b63348219
Signed-off-by: caowencheng <caowencheng@eswincomputing.com>
2023-03-09 07:44:03 +00:00
..
Android.bp Switch to the more common idiom for scripts in genrules. 2022-06-30 23:35:11 +00:00
check-symbols-glibc.py Force everything to use python3 for consistency. 2021-04-15 13:39:08 -07:00
generate_notice.py Merge "Ignore backup files left by emacs." 2021-04-20 01:24:49 +00:00
genfunctosyscallnrs.py riscv64 syscall stub and seccomp filter generation. 2022-10-13 23:41:53 +00:00
genseccomp.py riscv64 syscall stub and seccomp filter generation. 2022-10-13 23:41:53 +00:00
genserv.py Force everything to use python3 for consistency. 2021-04-15 13:39:08 -07:00
gensyscalls.py The syscall call uses the 'tail' instruction call 2023-03-09 07:44:03 +00:00
mypy.ini Convert gensecomp.py to Python 3. 2021-02-03 16:15:17 -08:00
ndk_missing_symbols.py Force everything to use python3 for consistency. 2021-04-15 13:39:08 -07:00
posix-2013.txt Add support for listing missing POSIX 2013 symbols. 2014-11-05 16:54:53 -08:00
pylintrc Convert gensecomp.py to Python 3. 2021-02-03 16:15:17 -08:00
symbols.py Force everything to use python3 for consistency. 2021-04-15 13:39:08 -07:00
test_genseccomp.py Force everything to use python3 for consistency. 2021-04-15 13:39:08 -07:00