Searched refs:cannot_store_register (Results 1 – 3 of 3) sorted by relevance
52 int (*cannot_store_register) (int); member
181 gdbarch_cannot_store_register_ftype *cannot_store_register; member501 current_gdbarch->cannot_store_register = cannot_register_not; in gdbarch_alloc()921 (long) current_gdbarch->cannot_store_register in gdbarch_dump()3729 gdb_assert (gdbarch->cannot_store_register != NULL); in gdbarch_cannot_store_register()3732 return gdbarch->cannot_store_register (regnum); in gdbarch_cannot_store_register()3737 gdbarch_cannot_store_register_ftype cannot_store_register) in set_gdbarch_cannot_store_register() argument3739 gdbarch->cannot_store_register = cannot_store_register; in set_gdbarch_cannot_store_register()
1050 …ore_register (struct gdbarch *gdbarch, gdbarch_cannot_store_register_ftype *cannot_store_register);