Searched refs:to_search_memory (Results 1 – 3 of 3) sorted by relevance
651 int (*to_search_memory) (struct target_ops *ops, member
2993 if (t->to_search_memory != NULL) in target_search_memory()2998 found = t->to_search_memory (t, start_addr, search_space_len, in target_search_memory()
11385 remote_ops.to_search_memory = remote_search_memory; in init_remote_ops()