Searched refs:ptr_low (Results 1 – 1 of 1) sorted by relevance
| /openbsd-src/gnu/gcc/libmudflap/ |
| H A D | mf-runtime.c | 271 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, 817 uintptr_t ptr_low = (uintptr_t) ptr; in __mfu_check() local 844 entry->low = ptr_low; 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() 959 uncovered_low_p = ptr_low < obj->low; in __mfu_check() 1003 judgement = __mf_heuristic_check (ptr_low, ptr_high); in __mfu_check() [all …]
|