Home
last modified time | relevance | path

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

/openbsd/src/gnu/gcc/libmudflap/
Dmf-runtime.c234 char watching_p; /* Trigger a VIOL_WATCH on access? */ member
915 if (UNLIKELY (obj->watching_p)) in __mfu_check()
1700 obj->watching_p ? " watching" : "", in __mf_describe_object()
2170 if (obj->watching_p != flag) in __mf_watch_or_not()
2172 obj->watching_p = flag; in __mf_watch_or_not()
DChangeLog1228 * mf-runtime.c (__mf_object_t): Add watching_p field.
1232 (__mf_check, __mf_describe_object): Handle objects with watching_p.