Home
last modified time | relevance | path

Searched refs:target_ops (Results 1 – 25 of 142) sorted by relevance

123456

/openbsd/gnu/usr.bin/binutils/gdb/
H A Dtarget.h31 struct target_ops;
281 struct target_ops struct
335 struct target_ops *target); argument
337 void (*to_files_info) (struct target_ops *); argument
439 extern struct target_ops current_target; argument
545 struct mem_attrib *, struct target_ops *);
1120 extern void add_target (struct target_ops *);
1122 extern int push_target (struct target_ops *);
1124 extern int unpush_target (struct target_ops *);
1174 extern struct target_ops *find_target_beneath (struct target_ops *);
[all …]
H A Dauxv.h31 struct target_ops; /* Forward declaration. */
38 extern LONGEST target_auxv_read (struct target_ops *ops, char **data);
44 extern int target_auxv_parse (struct target_ops *ops,
52 extern int target_auxv_search (struct target_ops *ops,
56 extern int fprint_target_auxv (struct ui_file *file, struct target_ops *ops);
66 extern LONGEST procfs_xfer_auxv (struct target_ops *ops,
H A Dtarget.c113 struct target_ops *);
271 struct target_ops *t) in nomemory()
369 struct target_ops *t; in update_current_target()
1045 struct target_ops *t; in do_xfer_memory()
1388 struct target_ops *t; in target_info()
1477 struct target_ops **t; in find_default_run_target()
1502 struct target_ops *t; in find_default_attach()
1513 struct target_ops *t; in find_default_create_inferior()
1637 struct target_ops *
1661 struct target_ops *
[all …]
H A Dbfd-target.c57 build_target_sections_from_bfd (struct target_ops *targ, struct bfd *abfd) in build_target_sections_from_bfd()
72 target_bfd_xfer_partial (struct target_ops *ops, in target_bfd_xfer_partial()
112 target_bfd_xclose (struct target_ops *t, int quitting) in target_bfd_xclose()
119 struct target_ops *
122 struct target_ops *t = XZALLOC (struct target_ops); in target_bfd_reopen()
H A Dbfd-target.h26 struct target_ops;
31 struct target_ops *target_bfd_reopen (struct bfd *bfd);
36 void build_target_sections_from_bfd (struct target_ops *targ,
H A Docd.h25 struct target_ops;
93 struct target_ops *ops);
105 void ocd_files_info (struct target_ops *ignore);
111 struct target_ops *target);
H A Dsparc-nat.c257 sparc_xfer_wcookie (struct target_ops *ops, enum target_object object, in sparc_xfer_wcookie()
305 LONGEST (*inf_ptrace_xfer_partial) (struct target_ops *, enum target_object,
310 sparc_xfer_partial (struct target_ops *ops, enum target_object object, in sparc_xfer_partial()
325 struct target_ops *
328 struct target_ops *t; in sparc_target()
H A Dauxv.c45 procfs_xfer_auxv (struct target_ops *ops, in procfs_xfer_auxv()
84 target_auxv_read (struct target_ops *ops, char **data) in target_auxv_read()
121 target_auxv_parse (struct target_ops *ops, char **readptr, char *endptr, in target_auxv_parse()
148 target_auxv_search (struct target_ops *ops, CORE_ADDR match, CORE_ADDR *valp) in target_auxv_search()
184 fprint_target_auxv (struct ui_file *file, struct target_ops *ops) in fprint_target_auxv()
H A Dbsd-uthread.c40 static struct target_ops *bsd_uthread_ops_hack;
218 bsd_uthread_inferior_created (struct target_ops *ops, int from_tty) in bsd_uthread_inferior_created()
322 bsd_uthread_xfer_partial (struct target_ops *ops, enum target_object object, in bsd_uthread_xfer_partial()
481 struct target_ops *
484 struct target_ops *t = XZALLOC (struct target_ops); in bsd_uthread_target()
H A Dremote-utils.h25 struct target_ops;
78 struct target_ops *ops;
122 void gr_files_info (struct target_ops *ops);
H A Dexec.h28 struct target_ops;
31 extern struct target_ops exec_ops;
H A Dinf-child.c184 struct target_ops *
187 struct target_ops *t = XZALLOC (struct target_ops); in inf_child_target()
H A Dinf-ptrace.c41 static struct target_ops *ptrace_ops_hack;
447 inf_ptrace_xfer_partial (struct target_ops *ops, enum target_object object, in inf_ptrace_xfer_partial()
594 inf_ptrace_files_info (struct target_ops *ignore) in inf_ptrace_files_info()
604 struct target_ops *
607 struct target_ops *t = inf_child_target (); in inf_ptrace_target()
740 struct target_ops *
743 struct target_ops *t = inf_ptrace_target(); in inf_ptrace_trad_target()
H A Dsolib.h27 struct target_ops;
41 extern void solib_add (char *, int, struct target_ops *, int);
H A Dcoff-solib.h22 struct target_ops;
38 extern void coff_solib_add (char *, int, struct target_ops *, int);
H A Dlinux-nat.h69 struct target_ops;
73 struct target_ops *target);
H A Dsol-thread.c71 extern struct target_ops sol_thread_ops; /* Forward declaration */
72 extern struct target_ops sol_core_ops; /* Forward declaration */
75 static struct target_ops orig_core_ops;
77 struct target_ops sol_thread_ops;
78 struct target_ops sol_core_ops;
81 extern struct target_ops procfs_ops; /* target vector for procfs.c */
82 extern struct target_ops core_ops; /* target vector for corelow.c */
665 struct target_ops *target) in sol_thread_xfer_memory()
733 sol_thread_files_info (struct target_ops *ignore) in sol_thread_files_info()
1418 sol_core_files_info (struct target_ops *t) in sol_core_files_info()
[all …]
H A Dcoff-solib.c53 coff_solib_add (char *arg_string, int from_tty, struct target_ops *target, int readsyms) in coff_solib_add()
133 coff_solib_add ((char *) 0, 0, (struct target_ops *) 0, auto_solib_add); in coff_solib_create_inferior_hook()
H A Dppcbug-rom.c126 static struct target_ops ppcbug_ops0;
127 static struct target_ops ppcbug_ops1;
135 struct target_ops *targops) in init_ppc_cmds()
/openbsd/gnu/usr.bin/binutils/gdb/gdbserver/
H A Dtarget.h46 struct target_ops struct
138 extern struct target_ops *the_target; argument
140 void set_target_ops (struct target_ops *);
H A Dtarget.c26 struct target_ops *the_target;
108 set_target_ops (struct target_ops *target) in set_target_ops()
110 the_target = (struct target_ops *) malloc (sizeof (*the_target)); in set_target_ops()
/openbsd/gnu/usr.bin/binutils/gdb/config/sparc/
H A Dnm-nbsd.h33 struct target_ops; /* Fool ARI. */
36 extern LONGEST sparc_xfer_wcookie (struct target_ops *ops,
/openbsd/gnu/usr.bin/binutils/gdb/config/rs6000/
H A Dnm-rs6000.h51 struct target_ops;
52 extern void xcoff_relocate_core (struct target_ops *);
/openbsd/gnu/usr.bin/binutils/gdb/config/i386/
H A Dtm-cygwin.h30 struct target_ops;
32 void child_solib_add (char *, int, struct target_ops *, int);
/openbsd/gnu/usr.bin/binutils/gdb/config/ia64/
H A Dnm-linux.h26 struct target_ops;
81 extern LONGEST ia64_linux_xfer_unwind_table (struct target_ops *ops,

123456