Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/gcclibs/libmudflap/
H A Dmf-heuristics.c53 __mf_heuristic_check (uintptr_t ptr, uintptr_t ptr_high) in __mf_heuristic_check() argument
78 if (ptr_high <= stack_segment_base && in __mf_heuristic_check()
80 ptr_high >= ptr) in __mf_heuristic_check()
114 (entry[i].high >= ptr_high)) in __mf_heuristic_check()
136 (uintptr_t) high >= ptr_high) in __mf_heuristic_check()
171 if (ptr >= (uintptr_t) & ENTRY_POINT && ptr_high <= (uintptr_t) & _end) in __mf_heuristic_check()
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,
818 uintptr_t ptr_high = CLAMPSZ (ptr, sz); in __mfu_check() local
845 entry->high = ptr_high; in __mfu_check()
874 obj_count = __mf_find_objects (ptr_low, ptr_high, ovr_obj, 1); in __mfu_check()
961 uncovered_high_p = ptr_high > obj->high; in __mfu_check()
1003 judgement = __mf_heuristic_check (ptr_low, ptr_high); in __mfu_check()
1500 __mf_find_objects2 (uintptr_t ptr_low, uintptr_t ptr_high, in __mf_find_objects2() argument
1547 __mf_find_objects (uintptr_t ptr_low, uintptr_t ptr_high, in __mf_find_objects() argument
2134 uintptr_t ptr_high = CLAMPSZ (ptr, sz); in __mf_watch_or_not() local
[all …]