Searched refs:addr_tuple (Results 1 – 1 of 1) sorted by relevance
194 let mut addr_tuple = Tuple(hash_data.addr_star, hash_data.addr_end); in load_img_hash_data() localVariable195 single_data.insert(addr_tuple, hash_data.hash_data); in load_img_hash_data()214 let mut addr_tuple = Tuple(start, end); in check_img_hash() localVariable215 let hash_data = match img_hash_map.get(&addr_tuple) { in check_img_hash()218 updaterlog!(ERROR, "nothing found start: {}, end: {}", addr_tuple.0, addr_tuple.1); in check_img_hash()