Searched refs:target_ops (Results 1 - 25 of 79) sorted by last modified time

1234

/freebsd-11-stable/gnu/usr.bin/gdb/gdbserver/
H A Dfbsd-low.c1235 static struct target_ops fbsd_target_ops = {
/freebsd-11-stable/gnu/usr.bin/gdb/kgdb/
H A Dtrgt.c73 static struct target_ops kgdb_trgt_ops;
224 kgdb_trgt_files_info(struct target_ops *target)
235 struct target_ops *tb;
262 struct mem_attrib *attrib, struct target_ops *target)
264 struct target_ops *tb;
/freebsd-11-stable/gnu/usr.bin/gdb/libgdb/
H A Dfbsd-threads.c59 extern struct target_ops child_ops;
62 static struct target_ops fbsd_thread_ops;
63 static struct target_ops fbsd_core_ops;
66 static struct target_ops orig_core_ops;
67 extern struct target_ops core_ops;
550 SOLIB_ADD ((char *) 0, from_tty, (struct target_ops *) 0, auto_solib_add);
822 struct mem_attrib *attrib, struct target_ops *target)
1161 fbsd_thread_files_info (struct target_ops *ignore)
1453 fbsd_core_files_info (struct target_ops *ignore)
1622 memcpy (&orig_core_ops, &core_ops, sizeof (struct target_ops));
[all...]
/freebsd-11-stable/contrib/gdb/gdb/
H A Dabug-rom.c104 static struct target_ops abug_ops;
H A Darch-utils.c200 struct target_ops *targ)
H A Dauxv.c45 procfs_xfer_auxv (struct target_ops *ops,
84 target_auxv_read (struct target_ops *ops, char **data)
121 target_auxv_parse (struct target_ops *ops, char **readptr, char *endptr,
147 target_auxv_search (struct target_ops *ops, CORE_ADDR match, CORE_ADDR *valp)
183 fprint_target_auxv (struct ui_file *file, struct target_ops *ops)
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 Dbfd-target.c57 build_target_sections_from_bfd (struct target_ops *targ, struct bfd *abfd)
72 target_bfd_xfer_partial (struct target_ops *ops,
112 target_bfd_xclose (struct target_ops *t, int quitting)
119 struct target_ops *
122 struct target_ops *t = XZALLOC (struct target_ops);
H A Dbfd-target.h26 struct target_ops;
28 /* Given an existing BFD, re-open it as a "struct target_ops". On
31 struct target_ops *target_bfd_reopen (struct bfd *bfd);
36 void build_target_sections_from_bfd (struct target_ops *targ,
H A Dcoff-solib.c46 struct target_ops *target, int readsyms)
53 coff_solib_add (char *arg_string, int from_tty, struct target_ops *target, int readsyms)
133 coff_solib_add ((char *) 0, 0, (struct target_ops *) 0, auto_solib_add);
H A Dcoff-solib.h22 struct target_ops;
38 extern void coff_solib_add (char *, int, struct target_ops *, int);
H A Dcorefile.c69 struct target_ops *t;
H A Dcorelow.c69 static void core_files_info (struct target_ops *);
99 struct target_ops core_ops;
515 core_files_info (struct target_ops *t)
522 core_xfer_partial (struct target_ops *ops, enum target_object object,
H A Dcpu32bug-rom.c102 static struct target_ops cpu32bug_ops;
H A Ddbug-rom.c100 static struct target_ops dbug_ops;
H A Ddink32-rom.c119 static struct target_ops dink32_ops;
H A Ddve3900-rom.c965 static struct target_ops r3900_ops;
H A Dexec.c66 static void exec_files_info (struct target_ops *);
76 struct target_ops exec_ops;
455 struct target_ops *target)
528 print_section_info (struct target_ops *t, bfd *abfd)
566 exec_files_info (struct target_ops *t)
H A Dexec.h28 struct target_ops;
31 extern struct target_ops exec_ops;
H A Dgdbarch.c4897 gdbarch_convert_from_func_ptr_addr (struct gdbarch *gdbarch, CORE_ADDR addr, struct target_ops *targ)
H A Dgdbarch.h50 struct target_ops;
1983 typedef CORE_ADDR (gdbarch_convert_from_func_ptr_addr_ftype) (struct gdbarch *gdbarch, CORE_ADDR addr, struct target_ops *targ);
1984 extern CORE_ADDR gdbarch_convert_from_func_ptr_addr (struct gdbarch *gdbarch, CORE_ADDR addr, struct target_ops *targ);
H A Dgdbcore.h137 extern struct target_ops core_ops;
H A Dgnu-nat.c89 extern struct target_ops gnu_ops;
2486 struct target_ops *target)
2625 struct target_ops gnu_ops;
H A Dgo32-nat.c182 struct target_ops *target);
183 static void go32_files_info (struct target_ops *target);
190 static struct target_ops go32_ops;
524 struct mem_attrib *attrib, struct target_ops *target)
553 go32_files_info (struct target_ops *target)
H A Dia64-fbsd-nat.c112 LONGEST ia64_fbsd_xfer_dirty (struct target_ops *ops, enum target_object obj,

Completed in 168 milliseconds

1234