Lines Matching refs:MapAddressRange
236 MapAddressRange(im, ar, &mapped_ranges); in TEST_F()
243 MapAddressRange(image_map, AddressRange(H.end() + 10, 10), &mapped_ranges); in TEST_F()
249 MapAddressRange(image_map, B, &mapped_ranges); in TEST_F()
258 MapAddressRange(image_map, DEF, &mapped_ranges); in TEST_F()
267 MapAddressRange(image_map, AddressRange(D.rva, 0), &mapped_ranges); in TEST_F()
274 MapAddressRange(image_map, AddressRange(G.rva, 0), &mapped_ranges); in TEST_F()
282 MapAddressRange(image_map, G, &mapped_ranges); in TEST_F()
290 MapAddressRange(image_map, H, &mapped_ranges); in TEST_F()
299 MapAddressRange(image_map, EFGH, &mapped_ranges); in TEST_F()
308 MapAddressRange(image_map, C, &mapped_ranges); in TEST_F()
314 MapAddressRange(image_map, D, &mapped_ranges); in TEST_F()
323 MapAddressRange(image_map, AH, &mapped_ranges); in TEST_F()