Home
last modified time | relevance | path

Searched refs:to_has_all_memory (Results 1 – 6 of 6) sorted by relevance

/dragonfly/contrib/gdb-7/gdb/
H A Dinf-child.c413 t->to_has_all_memory = default_child_has_all_memory; in inf_child_target()
H A Dravenscar-thread.c374 ravenscar_ops.to_has_all_memory = default_child_has_all_memory; in init_ravenscar_thread_ops()
H A Dtarget.c327 if (t->to_has_all_memory (t)) in target_has_all_memory_1()
396 if (t->to_has_all_memory == NULL) in add_target()
397 t->to_has_all_memory = (int (*) (struct target_ops *)) return_zero; in add_target()
1604 if (ops->to_has_all_memory (ops)) in memory_xfer_partial_1()
2486 has_all_mem = (*t->to_has_all_memory) (t); in target_info()
3757 dummy_target.to_has_all_memory = (int (*) (struct target_ops *)) return_zero; in init_dummy_target()
H A Dtarget.h536 int (*to_has_all_memory) (struct target_ops *); member
H A Dtracepoint.c4788 tfile_ops.to_has_all_memory = tfile_has_all_memory; in init_tfile_ops()
H A Dremote.c11373 remote_ops.to_has_all_memory = default_child_has_all_memory; in init_remote_ops()