Home
last modified time | relevance | path

Searched defs:syscall (Results 1 – 2 of 2) sorted by relevance

/bionic/libc/tools/
Dgensyscalls.py208 def add_footer(pointer_length, stub, syscall): argument
221 def arm_eabi_genstub(syscall): argument
228 def arm64_genstub(syscall): argument
232 def x86_genstub(syscall): argument
263 def x86_genstub_socketcall(syscall): argument
301 def x86_64_genstub(syscall): argument
/bionic/tests/
Dsys_syscall_test.cpp21 TEST(unistd, syscall) { in TEST() argument