Searched refs:__check_count (Results 1 – 4 of 4) sorted by relevance
/bionic/libc/bionic/ |
D | __memcpy_chk.cpp | 37 __check_count("memcpy", "count", count); in __memcpy_chk()
|
D | fortify.cpp | 149 __check_count("memcpy", "count", count); in __memcpy_chk_fail() 162 __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() 457 __check_count("write", "count", count); in __write_chk()
|
/bionic/libc/private/ |
D | bionic_fortify.h | 68 static inline void __check_count(const char* fn, const char* identifier, size_t value) { in __check_count() function
|
/bionic/libc/stdio/ |
D | stdio.cpp | 810 __check_count("vsnprintf", "size", n); in vsnprintf()
|