Searched refs:internal_lseek (Results 1 – 9 of 9) sorted by relevance
/external/compiler-rt/lib/sanitizer_common/ |
D | sanitizer_posix.h | 52 uptr internal_lseek(fd_t fd, OFF_T offset, int whence);
|
D | sanitizer_linux.cc | 600 uptr internal_lseek(fd_t fd, OFF_T offset, int whence) { in internal_lseek() function 775 internal_lseek(descriptor_, 0, SEEK_SET); in Reset()
|
/external/llvm-project/compiler-rt/lib/sanitizer_common/tests/ |
D | sanitizer_libc_test.cpp | 117 EXPECT_EQ(internal_lseek(fd, 0, SEEK_END), 0u); in TEST() 299 res = internal_lseek(fd, page_size, SEEK_SET); in TEST()
|
/external/llvm-project/compiler-rt/lib/sanitizer_common/ |
D | sanitizer_posix.h | 56 uptr internal_lseek(fd_t fd, OFF_T offset, int whence);
|
D | sanitizer_netbsd.cpp | 283 uptr internal_lseek(fd_t fd, OFF_T offset, int whence) { in internal_lseek() function
|
D | sanitizer_linux.cpp | 743 uptr internal_lseek(fd_t fd, OFF_T offset, int whence) { in internal_lseek() function 918 internal_lseek(descriptor_, 0, SEEK_SET); in ListThreads()
|
/external/compiler-rt/lib/sanitizer_common/tests/ |
D | sanitizer_libc_test.cc | 225 res = internal_lseek(fd, page_size, SEEK_SET); in TEST()
|
/external/libabigail/tests/data/test-annotate/ |
D | test15-pr18892.so.abi | 6058 … <!-- __sanitizer::uptr __sanitizer::internal_lseek(__sanitizer::fd_t, __sanitizer::OFF_T, int) --> 6059 …<function-decl name='internal_lseek' filepath='../../.././libsanitizer/sanitizer_common/sanitizer_…
|
/external/libabigail/tests/data/test-read-dwarf/ |
D | test15-pr18892.so.abi | 3507 …<function-decl name='internal_lseek' filepath='../../.././libsanitizer/sanitizer_common/sanitizer_…
|