Searched refs:__pwrite64_chk (Results 1 – 9 of 9) sorted by relevance
/bionic/libc/include/ |
D | unistd.h | 256 ssize_t __pwrite64_chk(int, const void*, size_t, off64_t, size_t) __INTRODUCED_IN(24); 402 return __pwrite64_chk(fd, buf, count, offset, bos); in pwrite64() 641 return __pwrite64_chk(fd, buf, count, offset, bos); in pwrite64()
|
/bionic/libc/bionic/ |
D | fortify.cpp | 189 ssize_t __pwrite64_chk(int fd, const void* buf, size_t count, off64_t offset, in __pwrite64_chk() function
|
/bionic/libc/ |
D | libc.mips64.map | 1141 __pwrite64_chk; # introduced=24
|
D | libc.x86_64.map | 1141 __pwrite64_chk; # introduced=24
|
D | libc.arm64.map | 1141 __pwrite64_chk; # introduced=24
|
D | libc.x86.map | 1199 __pwrite64_chk; # introduced=24
|
D | libc.mips.map | 1201 __pwrite64_chk; # introduced=24
|
D | libc.arm.map | 1217 __pwrite64_chk; # introduced=24
|
D | libc.map.txt | 1242 __pwrite64_chk; # introduced=24
|