Searched refs:__check_count (Results 1 – 3 of 3) sorted by relevance
/bionic/libc/bionic/ |
D | fortify.cpp | 143 __check_count("memcpy", "count", count); in __memcpy_chk_fail() 156 __check_count("memset", "count", count); in __memset_chk_fail() 179 __check_count("pread64", "count", count); in __pread64_chk() 185 __check_count("pread", "count", count); in __pread_chk() 192 __check_count("pwrite64", "count", count); in __pwrite64_chk() 199 __check_count("pwrite", "count", count); in __pwrite_chk() 205 __check_count("read", "count", count); in __read_chk() 211 __check_count("readlinkat", "size", size); in __readlinkat_chk() 217 __check_count("readlink", "size", size); in __readlink_chk() 452 __check_count("write", "count", count); in __write_chk() [all …]
|
/bionic/libc/private/ |
D | bionic_fortify.h | 70 static inline void __check_count(const char* fn, const char* identifier, size_t value) { in __check_count() function
|
/bionic/libc/stdio/ |
D | stdio.cpp | 1028 __check_count("vsnprintf", "size", n); in vsnprintf()
|