Home
last modified time | relevance | path

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

/aosp12/bionic/libc/kernel/uapi/asm-x86/asm/
H A Dunistd_64.h278 #define __NR_openat 257 macro
H A Dunistd_32.h312 #define __NR_openat 295 macro
H A Dunistd_x32.h245 #define __NR_openat (__X32_SYSCALL_BIT + 257) macro
/aosp12/bionic/libc/arch-arm/
H A Ddynamic_function_dispatch.cpp73 register long r7 __asm__("r7") = __NR_openat; in ifunc_open()
/aosp12/bionic/libc/kernel/uapi/asm-generic/
H A Dunistd.h95 #define __NR_openat 56 macro
/aosp12/bionic/libc/include/bits/
H A Dglibc-syscalls.h714 #if defined(__NR_openat)
715 #define SYS_openat __NR_openat
/aosp12/bionic/libc/kernel/uapi/asm-arm/asm/
H A Dunistd-common.h298 #define __NR_openat (__NR_SYSCALL_BASE + 322) macro