Searched refs:cannot_fetch_register (Results 1 – 4 of 4) sorted by relevance
56 #define CANNOT_FETCH_REGISTER(regno) cannot_fetch_register (regno)61 #define CANNOT_STORE_REGISTER(regno) cannot_fetch_register (regno)113 cannot_fetch_register (int regno) in cannot_fetch_register() function
180 gdbarch_cannot_fetch_register_ftype *cannot_fetch_register; member500 current_gdbarch->cannot_fetch_register = cannot_register_not; in gdbarch_alloc()903 (long) current_gdbarch->cannot_fetch_register in gdbarch_dump()3712 gdb_assert (gdbarch->cannot_fetch_register != NULL); in gdbarch_cannot_fetch_register()3715 return gdbarch->cannot_fetch_register (regnum); in gdbarch_cannot_fetch_register()3720 gdbarch_cannot_fetch_register_ftype cannot_fetch_register) in set_gdbarch_cannot_fetch_register() argument3722 gdbarch->cannot_fetch_register = cannot_fetch_register; in set_gdbarch_cannot_fetch_register()
1040 …tch_register (struct gdbarch *gdbarch, gdbarch_cannot_fetch_register_ftype *cannot_fetch_register);
47 int (*cannot_fetch_register) (int); member