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

/freebsd-11-stable/contrib/gcclibs/libmudflap/
H A Dmf-heuristics.c53 __mf_heuristic_check (uintptr_t ptr, uintptr_t ptr_high) argument
78 if (ptr_high <= stack_segment_base &&
80 ptr_high >= ptr)
114 (entry[i].high >= ptr_high))
136 (uintptr_t) high >= ptr_high)
171 if (ptr >= (uintptr_t) & ENTRY_POINT && ptr_high <= (uintptr_t) & _end)
H A Dmf-runtime.c271 static unsigned __mf_find_objects (uintptr_t ptr_low, uintptr_t ptr_high,
273 static unsigned __mf_find_objects2 (uintptr_t ptr_low, uintptr_t ptr_high,
275 static unsigned __mf_find_dead_objects (uintptr_t ptr_low, uintptr_t ptr_high,
818 uintptr_t ptr_high = CLAMPSZ (ptr, sz); local
845 entry->high = 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);
936 if (LIKELY (ptr_low >= obj->low && ptr_high <= obj->high))
961 uncovered_high_p = ptr_high > obj->high;
981 && (ptr_high >
1500 __mf_find_objects2(uintptr_t ptr_low, uintptr_t ptr_high, __mf_object_t **objs, unsigned max_objs, int type) argument
1547 __mf_find_objects(uintptr_t ptr_low, uintptr_t ptr_high, __mf_object_t **objs, unsigned max_objs) argument
2134 uintptr_t ptr_high = CLAMPSZ (ptr, sz); local
[all...]

Completed in 114 milliseconds