Searched refs:add_footer (Results 1 – 1 of 1) sorted by relevance
/bionic/libc/tools/ |
D | gensyscalls.py | 225 def add_footer(pointer_length, stub, syscall): function 459 syscall["asm-arm"] = add_footer(32, arm_eabi_genstub(syscall), syscall) 462 syscall["asm-arm64"] = add_footer(64, arm64_genstub(syscall), syscall) 465 syscall["asm-riscv64"] = add_footer(64, riscv64_genstub(syscall), syscall) 469 syscall["asm-x86"] = add_footer(32, x86_genstub_socketcall(syscall), syscall) 471 syscall["asm-x86"] = add_footer(32, x86_genstub(syscall), syscall) 477 syscall["asm-x86_64"] = add_footer(64, x86_64_genstub(syscall), syscall)
|