Searched refs:lookupRangeMap (Results 1 – 3 of 3) sorted by relevance
69 void VG_(lookupRangeMap) ( /*OUT*/UWord* key_min, /*OUT*/UWord* key_max,
118 void VG_(lookupRangeMap) ( /*OUT*/UWord* key_min, /*OUT*/UWord* key_max, in VG_() argument
1102 VG_(lookupRangeMap)(&key_min, &key_max, &how, gIgnoredAddressRanges, a); in MC_()