Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/gcclibs/libmudflap/
HDChangeLog1045 (__mf_check, __mf_register, __mf_unregister): Call it.
1076 * mf-runtime.c (__mf_check): Adapt to new initialized-heap object
1105 (__mf_check, __mf_register, __mf_unregister): Tweak tracing message.
1155 Add new access-type parameter for __mf_check. Move __MF_VIOL* out.
1161 (__mf_check): Implement basic initialization checking.
1232 (__mf_check, __mf_describe_object): Handle objects with watching_p.
1278 (__mf_check): Rewrite logic to support accesses across some
1294 (__mf_check): Maintain separate counter for cache-adaptation.
1320 (__mf_check): Trigger tree aging when needed.
1409 * mf-runtime.c (__mf_check): Reorganize heuristics fallback logic.
[all …]
HDmf-impl.h377 __mf_check ((void *) (value), (size), acc, "(" context ")"); \
HDmf-runtime.h88 extern void __mf_check (void *ptr, __mf_size_t sz, int type, const char *location)
HDmf-runtime.c802 void __mf_check (void *ptr, size_t sz, int type, const char *location) in __mf_check() function
/freebsd-11-stable/contrib/gcc/
HDChangeLog.tree-ssa13086 (mf_build_check_statement_for): Pass access-type value to __mf_check.
16716 arg to __mf_check.
HDChangeLog-200423020 that prevented descriptive __mf_check source location strings.