Searched refs:__mf_find_objects (Results 1 - 1 of 1) sorted by relevance

/freebsd-11-stable/contrib/gcclibs/libmudflap/
H A Dmf-runtime.c271 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);
883 n = __mf_find_objects (ptr_low, ptr_high, all_ovr_obj, obj_count);
1547 __mf_find_objects (uintptr_t ptr_low, uintptr_t ptr_high, function
1836 live_count = __mf_find_objects (MINPTR, MAXPTR, NULL, 0);
2041 num_objs = __mf_find_objects (s_low, s_high, objs, max_objs);
2157 obj_count = __mf_find_objects (ptr_low, ptr_high, NULL, 0);
2162 n = __mf_find_objects (ptr_low, ptr_high, all_ovr_objs, obj_count);

Completed in 109 milliseconds