Searched refs:__libc_lseek64 (Results 1 – 10 of 10) sorted by relevance
/sysdeps/unix/sysv/linux/x86_64/x32/ |
A D | lseek.S | 33 PSEUDO (__libc_lseek64, lseek, 3) 35 PSEUDO_END (__libc_lseek64) 37 weak_alias (__libc_lseek64, __lseek64) 39 weak_alias (__libc_lseek64, lseek64) 41 weak_alias (__libc_lseek64, __lseek) 43 weak_alias (__libc_lseek64, lseek)
|
/sysdeps/mach/hurd/ |
A D | lseek64.c | 24 __libc_lseek64 (int fd, off64_t offset, int whence) in __libc_lseek64() function 32 weak_alias (__libc_lseek64, __lseek64) 33 weak_alias (__libc_lseek64, lseek64)
|
A D | lseek.c | 26 off64_t res64 = __libc_lseek64 (fd, (off64_t) offset, whence); in __libc_lseek()
|
A D | Versions | 18 __access; __access_noerrno; __libc_read; __libc_write; __libc_lseek64; 62 __access; __access_noerrno; __libc_read; __libc_write; __libc_lseek64;
|
A D | dl-sysdep.c | 435 check_no_hidden(__libc_lseek64); 437 __libc_lseek64 (int fd, off64_t offset, int whence) in __libc_lseek64() function
|
/sysdeps/posix/ |
A D | pwrite64.c | 32 off64_t old_offset = __libc_lseek64 (fd, 0, SEEK_CUR); in __libc_pwrite64() 37 if (__libc_lseek64 (fd, offset, SEEK_SET) == (off64_t) -1) in __libc_pwrite64() 47 if (__libc_lseek64 (fd, old_offset, SEEK_SET) == (off64_t) -1) in __libc_pwrite64()
|
A D | pread64.c | 32 off64_t old_offset = __libc_lseek64 (fd, 0, SEEK_CUR); in __libc_pread64() 37 if (__libc_lseek64 (fd, offset, SEEK_SET) == (off64_t) -1) in __libc_pread64() 47 if (__libc_lseek64 (fd, old_offset, SEEK_SET) == (off64_t) -1) in __libc_pread64()
|
/sysdeps/unix/sysv/linux/mips/mips64/n32/ |
A D | syscalls.list | 5 lseek64 - lseek i:iii __lseek64 __libc_lseek64 lseek64@@GLIBC_2.2 llseek@GLIBC_2.0:GLIBC_2.28
|
/sysdeps/unix/sysv/linux/ |
A D | lseek64.c | 47 strong_alias (__lseek64, __libc_lseek64)
|
/sysdeps/mach/hurd/i386/ |
A D | localplt.data | 30 ld.so: __libc_lseek64 48 libc.so: __libc_lseek64 ?
|
Completed in 11 milliseconds