Home
last modified time | relevance | path

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

/aosp12/bionic/libc/kernel/uapi/asm-x86/asm/
H A Dunistd_64.h21 #define __NR_read 0 macro
H A Dunistd_32.h24 #define __NR_read 3 macro
H A Dunistd_x32.h21 #define __NR_read (__X32_SYSCALL_BIT + 0) macro
/aosp12/bionic/libc/arch-arm/
H A Ddynamic_function_dispatch.cpp82 register long r7 __asm__("r7") = __NR_read; in ifunc_read()
/aosp12/bionic/libc/kernel/uapi/asm-generic/
H A Dunistd.h102 #define __NR_read 63 macro
/aosp12/bionic/libc/include/bits/
H A Dglibc-syscalls.h831 #if defined(__NR_read)
832 #define SYS_read __NR_read
/aosp12/bionic/libc/kernel/uapi/asm-arm/asm/
H A Dunistd-common.h24 #define __NR_read (__NR_SYSCALL_BASE + 3) macro