Searched refs:__poll_chk (Results 1 – 5 of 5) sorted by relevance
/bionic/libc/include/bits/fortify/ |
D | poll.h | 33 int __poll_chk(struct pollfd* _Nullable, nfds_t, int, size_t) __INTRODUCED_IN(23); 51 return __poll_chk(fds, fd_count, timeout, bos_fds); in poll()
|
/bionic/libc/bionic/ |
D | fortify.cpp | 158 int __poll_chk(pollfd* fds, nfds_t fd_count, int timeout, size_t fds_size) { in __poll_chk() function
|
/bionic/docs/ |
D | clang_fortify_anatomy.md | 587 return __poll_chk(fds, fd_count, timeout, bos_fds); 601 - If this can't be observed until run-time, `__poll_chk` verifies this. 603 compiles into `__poll_chk` for always-broken calls to `poll`, or
|
/bionic/libc/ |
D | libc.map.txt | 115 __poll_chk; # introduced=23
|
/bionic/tools/versioner/platforms/ |
D | libc.map.txt | 115 __poll_chk; # introduced=23
|