Home
last modified time | relevance | path

Searched refs:OPS_MAGIC (Results 1 – 13 of 13) sorted by relevance

/dragonfly/contrib/gdb-7/gdb/
H A Dbsd-kvm.c359 bsd_kvm_ops.to_magic = OPS_MAGIC; in bsd_kvm_add_target()
H A Dinf-child.c424 t->to_magic = OPS_MAGIC; in inf_child_target()
H A Dravenscar-thread.c380 ravenscar_ops.to_magic = OPS_MAGIC; in init_ravenscar_thread_ops()
H A Dbsd-uthread.c538 t->to_magic = OPS_MAGIC; in bsd_uthread_target()
H A Drecord-btrace.c668 ops->to_magic = OPS_MAGIC; in init_record_btrace_ops()
H A Dcorelow.c966 core_ops.to_magic = OPS_MAGIC; in init_core_ops()
H A Dexec.c920 exec_ops.to_magic = OPS_MAGIC; in init_exec_ops()
H A Drecord-full.c2097 record_full_ops.to_magic = OPS_MAGIC; in init_record_full_ops()
2336 record_full_core_ops.to_magic = OPS_MAGIC; in init_record_full_core_ops()
H A Dtarget.h949 #define OPS_MAGIC 3840 macro
H A Dtarget.c991 if (t->to_magic != OPS_MAGIC) in push_target()
1117 if (t->to_magic != OPS_MAGIC) in target_is_pushed()
3766 dummy_target.to_magic = OPS_MAGIC; in init_dummy_target()
H A Dtracepoint.c4794 tfile_ops.to_magic = OPS_MAGIC; in init_tfile_ops()
H A Dremote.c11380 remote_ops.to_magic = OPS_MAGIC; in init_remote_ops()
/dragonfly/gnu/usr.bin/gdb/kgdb/
H A Dtrgt.c342 kgdb_trgt_ops.to_magic = OPS_MAGIC; in initialize_kgdb_target()