Home
last modified time | relevance | path

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

/openbsd/gnu/gcc/libmudflap/testsuite/libmudflap.c/
H A Dpass25-frag.c11 __mf_unwatch (& foo[6], sizeof(foo[6])); in main()
/openbsd/gnu/gcc/libmudflap/
H A Dmf-runtime.h95 extern unsigned __mf_unwatch (void *ptr, __mf_size_t sz);
H A Dmf-runtime.c2121 unsigned __mf_unwatch (void *ptr, size_t sz) in __mf_unwatch() function
H A DChangeLog1227 * mf-runtime.h.in (__mf_watch, __mf_unwatch): Extend public API.
1231 (__mf_watch, __mf_unwatch): New wrappers for above.