Home
last modified time | relevance | path

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

/NextBSD/contrib/gcclibs/libmudflap/
HDmf-runtime.c273 static unsigned __mf_find_objects2 (uintptr_t ptr_low, uintptr_t ptr_high,
1157 num_overlapping_objs = __mf_find_objects2 (low, high, ovr_objs, 1, type); in __mfu_register()
1245 num_overlapping_objs = __mf_find_objects2 ((uintptr_t) ptr, in __mfu_unregister()
1254 num_overlapping_objs = __mf_find_objects2 ((uintptr_t) ptr, in __mfu_unregister()
1500 __mf_find_objects2 (uintptr_t ptr_low, uintptr_t ptr_high, in __mf_find_objects2() function
1556 unsigned c = __mf_find_objects2 (ptr_low, ptr_high, objs, max_objs, type); in __mf_find_objects()
HDChangeLog488 (__mf_find_objects2): Flip successor/predecessor search sequence.