Home
last modified time | relevance | path

Searched refs:add_footer (Results 1 – 1 of 1) sorted by relevance

/bionic/libc/tools/
Dgensyscalls.py208 def add_footer(pointer_length, stub, syscall): function
439 syscall["asm-arm"] = add_footer(32, arm_eabi_genstub(syscall), syscall)
442 syscall["asm-arm64"] = add_footer(64, arm64_genstub(syscall), syscall)
446 syscall["asm-x86"] = add_footer(32, x86_genstub_socketcall(syscall), syscall)
448 syscall["asm-x86"] = add_footer(32, x86_genstub(syscall), syscall)
454 syscall["asm-x86_64"] = add_footer(64, x86_64_genstub(syscall), syscall)