Searched refs:gdbarch_fetch_pointer_argument_ftype (Results 1 - 4 of 4) sorted by relevance

/netbsd-current/external/gpl3/gdb.old/dist/gdb/
H A Dgdbarch.h894 typedef CORE_ADDR (gdbarch_fetch_pointer_argument_ftype) (struct frame_info *frame, int argi, struct type *type); typedef
896 extern void set_gdbarch_fetch_pointer_argument (struct gdbarch *gdbarch, gdbarch_fetch_pointer_argument_ftype *fetch_pointer_argument);
H A Dgdbarch.c276 gdbarch_fetch_pointer_argument_ftype *fetch_pointer_argument;
3667 gdbarch_fetch_pointer_argument_ftype fetch_pointer_argument)
/netbsd-current/external/gpl3/gdb/dist/gdb/
H A Dgdbarch-gen.h873 typedef CORE_ADDR (gdbarch_fetch_pointer_argument_ftype) (frame_info_ptr frame, int argi, struct type *type); typedef
875 extern void set_gdbarch_fetch_pointer_argument (struct gdbarch *gdbarch, gdbarch_fetch_pointer_argument_ftype *fetch_pointer_argument);
H A Dgdbarch.c174 gdbarch_fetch_pointer_argument_ftype *fetch_pointer_argument = nullptr;
3639 gdbarch_fetch_pointer_argument_ftype fetch_pointer_argument)

Completed in 169 milliseconds