Searched refs:__mf_find_objects (Results 1 – 1 of 1) sorted by relevance
| /freebsd-12.1/contrib/gcclibs/libmudflap/ |
| H A D | mf-runtime.c | 271 static unsigned __mf_find_objects (uintptr_t ptr_low, uintptr_t ptr_high, 874 obj_count = __mf_find_objects (ptr_low, ptr_high, ovr_obj, 1); in __mfu_check() 883 n = __mf_find_objects (ptr_low, ptr_high, all_ovr_obj, obj_count); in __mfu_check() 1547 __mf_find_objects (uintptr_t ptr_low, uintptr_t ptr_high, in __mf_find_objects() function 1836 live_count = __mf_find_objects (MINPTR, MAXPTR, NULL, 0); in __mfu_report() 2041 num_objs = __mf_find_objects (s_low, s_high, objs, max_objs); in __mf_violation() 2157 obj_count = __mf_find_objects (ptr_low, ptr_high, NULL, 0); in __mf_watch_or_not() 2162 n = __mf_find_objects (ptr_low, ptr_high, all_ovr_objs, obj_count); in __mf_watch_or_not()
|