/prebuilts/go/darwin-x86/src/runtime/ |
syscall_nacl.h | 10 #define SYS_lseek 14
|
/prebuilts/go/linux-x86/src/runtime/ |
syscall_nacl.h | 10 #define SYS_lseek 14
|
/prebuilts/go/darwin-x86/src/syscall/ |
zsyscall_nacl_386.go | 60 _, _, e1 := Syscall(sys_lseek, uintptr(fd), uintptr(unsafe.Pointer(off)), uintptr(whence))
|
zsyscall_nacl_amd64p32.go | 60 _, _, e1 := Syscall(sys_lseek, uintptr(fd), uintptr(unsafe.Pointer(off)), uintptr(whence))
|
zsyscall_nacl_arm.go | 60 _, _, e1 := Syscall(sys_lseek, uintptr(fd), uintptr(unsafe.Pointer(off)), uintptr(whence))
|
zsysnum_openbsd_386.go | 144 SYS_LSEEK = 199 // { off_t sys_lseek(int fd, int pad, off_t offset, \
|
zsysnum_openbsd_amd64.go | 144 SYS_LSEEK = 199 // { off_t sys_lseek(int fd, int pad, off_t offset, \
|
zsysnum_openbsd_arm.go | 150 SYS_LSEEK = 199 // { off_t sys_lseek(int fd, int pad, off_t offset, \
|
syscall_linux_amd64.go | 27 //sys Seek(fd int, offset int64, whence int) (off int64, err error) = SYS_LSEEK
|
syscall_linux_arm64.go | 22 //sys Seek(fd int, offset int64, whence int) (off int64, err error) = SYS_LSEEK
|
syscall_linux_ppc64x.go | 30 //sys Seek(fd int, offset int64, whence int) (off int64, err error) = SYS_LSEEK
|
zsysnum_linux_amd64.go | 17 SYS_LSEEK = 8
|
zsysnum_linux_arm64.go | 71 SYS_LSEEK = 62
|
/prebuilts/go/linux-x86/src/syscall/ |
zsyscall_nacl_386.go | 60 _, _, e1 := Syscall(sys_lseek, uintptr(fd), uintptr(unsafe.Pointer(off)), uintptr(whence))
|
zsyscall_nacl_amd64p32.go | 60 _, _, e1 := Syscall(sys_lseek, uintptr(fd), uintptr(unsafe.Pointer(off)), uintptr(whence))
|
zsyscall_nacl_arm.go | 60 _, _, e1 := Syscall(sys_lseek, uintptr(fd), uintptr(unsafe.Pointer(off)), uintptr(whence))
|
zsysnum_openbsd_386.go | 144 SYS_LSEEK = 199 // { off_t sys_lseek(int fd, int pad, off_t offset, \
|
zsysnum_openbsd_amd64.go | 144 SYS_LSEEK = 199 // { off_t sys_lseek(int fd, int pad, off_t offset, \
|
zsysnum_openbsd_arm.go | 150 SYS_LSEEK = 199 // { off_t sys_lseek(int fd, int pad, off_t offset, \
|
syscall_linux_amd64.go | 27 //sys Seek(fd int, offset int64, whence int) (off int64, err error) = SYS_LSEEK
|
syscall_linux_arm64.go | 22 //sys Seek(fd int, offset int64, whence int) (off int64, err error) = SYS_LSEEK
|
syscall_linux_ppc64x.go | 30 //sys Seek(fd int, offset int64, whence int) (off int64, err error) = SYS_LSEEK
|
zsysnum_linux_amd64.go | 17 SYS_LSEEK = 8
|
zsysnum_linux_arm64.go | 71 SYS_LSEEK = 62
|
/bionic/libc/include/sys/ |
glibc-syscalls.h | 134 #define SYS_lseek __NR_lseek 471 #define SYS_lseek __NR_lseek 830 #define SYS_lseek __NR_lseek [all...] |