Searched refs:__mf_check (Results 1 - 3 of 3) sorted by relevance

/freebsd-11-stable/contrib/gcclibs/libmudflap/
H A Dmf-impl.h377 __mf_check ((void *) (value), (size), acc, "(" context ")"); \
H A Dmf-runtime.h66 /* Codes to describe the type of access to check: __mf_check arg 3 */
88 extern void __mf_check (void *ptr, __mf_size_t sz, int type, const char *location)
H A Dmf-runtime.c235 unsigned read_count; /* Number of times __mf_check/read was called on this object. */
236 unsigned write_count; /* Likewise for __mf_check/write. */
800 /* __mf_check */
802 void __mf_check (void *ptr, size_t sz, int type, const char *location) function
1083 tolerate the situation introduced by __mf_check over
1156 __mf_check time however harmful overlaps will be detected. */
1190 /* We could conceivably call __mf_check() here to prime the cache,
1793 "calls to __mf_check: %lu\n"
2007 __mf_violation and presumably __mf_check, it'll detect
2176 goes through __mf_check()
[all...]

Completed in 53 milliseconds