HomeSort by: relevance | last modified time | path
    Searched defs:cannot_store_register (Results 1 - 2 of 2) sorted by relevancy

  /src/external/gpl3/gdb/dist/gdb/
gdbarch-gen.c 105 gdbarch_cannot_store_register_ftype *cannot_store_register = cannot_register_not; member in struct:gdbarch
368 /* Skip verify of cannot_store_register, invalid_p == 0. */
769 "gdbarch_dump: cannot_store_register = <%s>\n",
770 host_address_to_string (gdbarch->cannot_store_register));
2469 gdb_assert (gdbarch->cannot_store_register != NULL);
2472 return gdbarch->cannot_store_register (gdbarch, regnum);
2477 gdbarch_cannot_store_register_ftype cannot_store_register)
2479 gdbarch->cannot_store_register = cannot_store_register;
  /src/external/gpl3/gdb.old/dist/gdb/
gdbarch.c 105 gdbarch_cannot_store_register_ftype *cannot_store_register = cannot_register_not; member in struct:gdbarch
365 /* Skip verify of cannot_store_register, invalid_p == 0 */
763 "gdbarch_dump: cannot_store_register = <%s>\n",
764 host_address_to_string (gdbarch->cannot_store_register));
2454 gdb_assert (gdbarch->cannot_store_register != NULL);
2457 return gdbarch->cannot_store_register (gdbarch, regnum);
2462 gdbarch_cannot_store_register_ftype cannot_store_register)
2464 gdbarch->cannot_store_register = cannot_store_register;

Completed in 27 milliseconds