Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/gcclibs/libmudflap/
Dmf-runtime.c256 } __mf_object_t; typedef
263 static __mf_object_t *__mf_object_cemetary[__MF_TYPE_MAX_CEM+1][__MF_PERSIST_MAX];
272 __mf_object_t **objs, unsigned max_objs);
274 __mf_object_t **objs, unsigned max_objs, int type);
276 __mf_object_t **objs, unsigned max_objs);
278 static void __mf_describe_object (__mf_object_t *obj);
281 static void __mf_link_object (__mf_object_t *node);
282 static void __mf_unlink_object (__mf_object_t *node);
867 __mf_object_t* ovr_obj[1]; in __mfu_check()
869 __mf_object_t** all_ovr_obj = NULL; in __mfu_check()
[all …]
DChangeLog1228 * mf-runtime.c (__mf_object_t): Add watching_p field.