Searched refs:__X32_SYSCALL_BIT (Results 1 – 2 of 2) sorted by relevance
21 #define __NR_read (__X32_SYSCALL_BIT + 0)22 #define __NR_write (__X32_SYSCALL_BIT + 1)23 #define __NR_open (__X32_SYSCALL_BIT + 2)24 #define __NR_close (__X32_SYSCALL_BIT + 3)25 #define __NR_stat (__X32_SYSCALL_BIT + 4)26 #define __NR_fstat (__X32_SYSCALL_BIT + 5)27 #define __NR_lstat (__X32_SYSCALL_BIT + 6)28 #define __NR_poll (__X32_SYSCALL_BIT + 7)29 #define __NR_lseek (__X32_SYSCALL_BIT + 8)30 #define __NR_mmap (__X32_SYSCALL_BIT + 9)[all …]
21 #define __X32_SYSCALL_BIT 0x40000000 macro