Home
last modified time | relevance | path

Searched refs:__diagnose_count (Results 1 – 1 of 1) sorted by relevance

/third_party/musl/porting/linux/user/src/fortify/
Dfortify.c162 static inline void __diagnose_count(const char *fn, const char *identifier, size_t value) in __diagnose_count() function
207 __diagnose_count("memcpy", "count", count); in __memcpy_chk()
215 __diagnose_count("mempcpy", "count", count); in __mempcpy_chk()
249 __diagnose_count("memset", "count", count); in __memset_chk()
303 __diagnose_count("pread", "count", count); in __pread_chk()
310 __diagnose_count("pwrite", "count", count); in __pwrite_chk()
317 __diagnose_count("read", "count", count); in __read_chk()
324 __diagnose_count("write", "count", count); in __write_chk()
331 __diagnose_count("readlink", "size", size); in __readlink_chk()
338 __diagnose_count("readlinkat", "size", size); in __readlinkat_chk()