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

/netbsd-current/external/gpl3/gdb.old/dist/gdb/
H A Dgdbarch.h461 typedef int (gdbarch_cannot_store_register_ftype) (struct gdbarch *gdbarch, int regnum); typedef
463 extern void set_gdbarch_cannot_store_register (struct gdbarch *gdbarch, gdbarch_cannot_store_register_ftype *cannot_store_register);
H A Dgdbarch.c218 gdbarch_cannot_store_register_ftype *cannot_store_register;
2564 gdbarch_cannot_store_register_ftype cannot_store_register)
/netbsd-current/external/gpl3/gdb/dist/gdb/
H A Dgdbarch-gen.h374 typedef int (gdbarch_cannot_store_register_ftype) (struct gdbarch *gdbarch, int regnum); typedef
376 extern void set_gdbarch_cannot_store_register (struct gdbarch *gdbarch, gdbarch_cannot_store_register_ftype *cannot_store_register);
H A Dgdbarch.c108 gdbarch_cannot_store_register_ftype *cannot_store_register = cannot_register_not;
2399 gdbarch_cannot_store_register_ftype cannot_store_register)

Completed in 121 milliseconds