Home
last modified time | relevance | path

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

/openbsd-src/gnu/gcc/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,
275 static unsigned __mf_find_dead_objects (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()
883 n = __mf_find_objects (ptr_low, ptr_high, all_ovr_obj, obj_count); in __mfu_check()
936 if (LIKELY (ptr_low >= obj->low && ptr_high <= obj->high)) in __mfu_check()
961 uncovered_high_p = ptr_high > obj->high; in __mfu_check()
981 && (ptr_high >= obj2->low && ptr_higher <= obj2->high)) in __mfu_check()
[all …]