/prebuilts/go/linux-x86/src/syscall/ |
zsysnum_netbsd_amd64.go | 105 SYS_LSEEK = 199 // { off_t|sys||lseek(int fd, int PAD, off_t offset, int whence); }
|
zsysnum_netbsd_arm.go | 105 SYS_LSEEK = 199 // { off_t|sys||lseek(int fd, int PAD, off_t offset, int whence); }
|
/external/valgrind/coregrind/m_syswrap/ |
syswrap-amd64-linux.c | 706 LINX_(__NR_lseek, sys_lseek), // 8 [all...] |
syswrap-mips64-linux.c | 639 LINX_ (__NR_lseek, sys_lseek), [all...] |
syswrap-s390x-linux.c | 656 LINX_(__NR_lseek, sys_lseek), // 19 [all...] |
syswrap-arm-linux.c | 782 LINX_(__NR_lseek, sys_lseek), // 19 [all...] |
syswrap-mips32-linux.c | 824 LINX_ (__NR_lseek, sys_lseek), // 19 [all...] |
syswrap-ppc32-linux.c | 880 LINX_(__NR_lseek, sys_lseek), // 19 [all...] |
syswrap-ppc64-linux.c | 802 LINX_(__NR_lseek, sys_lseek), // 19 [all...] |
syswrap-tilegx-linux.c | [all...] |
/external/strace/debian/ |
changelog | 669 + change prefix for printxval to SEEK_ in sys_lseek
|
/prebuilts/go/darwin-x86/src/syscall/ |
zsyscall_darwin_386.go | 1060 r0, r1, e1 := Syscall6(SYS_LSEEK, uintptr(fd), uintptr(offset), uintptr(offset>>32), uintptr(whence), 0, 0) [all...] |
zsyscall_darwin_amd64.go | 1060 r0, _, e1 := Syscall(SYS_LSEEK, uintptr(fd), uintptr(offset), uintptr(whence)) [all...] |
zsyscall_darwin_arm.go | 1060 r0, r1, e1 := Syscall6(SYS_LSEEK, uintptr(fd), uintptr(offset), uintptr(offset>>32), uintptr(whence), 0, 0) [all...] |
zsyscall_darwin_arm64.go | 1060 r0, _, e1 := Syscall(SYS_LSEEK, uintptr(fd), uintptr(offset), uintptr(whence))
|
zsyscall_dragonfly_amd64.go | 980 r0, _, e1 := Syscall6(SYS_LSEEK, uintptr(fd), 0, uintptr(offset), uintptr(whence), 0, 0)
|
zsyscall_freebsd_386.go | 980 r0, r1, e1 := Syscall6(SYS_LSEEK, uintptr(fd), uintptr(offset), uintptr(offset>>32), uintptr(whence), 0, 0)
|
zsyscall_freebsd_amd64.go | 980 r0, _, e1 := Syscall(SYS_LSEEK, uintptr(fd), uintptr(offset), uintptr(whence))
|
zsyscall_freebsd_arm.go | 980 r0, r1, e1 := Syscall6(SYS_LSEEK, uintptr(fd), 0, uintptr(offset), uintptr(offset>>32), uintptr(whence), 0)
|
zsyscall_netbsd_386.go | 962 r0, r1, e1 := Syscall6(SYS_LSEEK, uintptr(fd), 0, uintptr(offset), uintptr(offset>>32), uintptr(whence), 0)
|
zsyscall_netbsd_amd64.go | 962 r0, _, e1 := Syscall6(SYS_LSEEK, uintptr(fd), 0, uintptr(offset), uintptr(whence), 0, 0)
|
zsyscall_netbsd_arm.go | 962 r0, r1, e1 := Syscall6(SYS_LSEEK, uintptr(fd), 0, uintptr(offset), uintptr(offset>>32), uintptr(whence), 0)
|
zsyscall_openbsd_386.go | 970 r0, r1, e1 := Syscall6(SYS_LSEEK, uintptr(fd), 0, uintptr(offset), uintptr(offset>>32), uintptr(whence), 0)
|
zsyscall_openbsd_amd64.go | 970 r0, _, e1 := Syscall6(SYS_LSEEK, uintptr(fd), 0, uintptr(offset), uintptr(whence), 0, 0)
|
zsyscall_openbsd_arm.go | 970 r0, r1, e1 := Syscall6(SYS_LSEEK, uintptr(fd), 0, uintptr(offset), uintptr(offset>>32), uintptr(whence), 0)
|