Searched refs:nr_bytes (Results 1 – 8 of 8) sorted by relevance
| /freebsd-12.1/contrib/gdb/gdb/ |
| H A D | remote-sim.c | 309 int nr_bytes; in gdbsim_fetch_register() local 319 int nr_bytes; in gdbsim_fetch_register() local 322 nr_bytes = sim_fetch_register (gdbsim_desc, in gdbsim_fetch_register() 325 if (nr_bytes > 0 && nr_bytes != DEPRECATED_REGISTER_RAW_SIZE (regno) && warn_user) in gdbsim_fetch_register() 331 nr_bytes, DEPRECATED_REGISTER_RAW_SIZE (regno)); in gdbsim_fetch_register() 364 int nr_bytes; in gdbsim_store_register() local 366 nr_bytes = sim_store_register (gdbsim_desc, in gdbsim_store_register() 369 if (nr_bytes > 0 && nr_bytes != DEPRECATED_REGISTER_RAW_SIZE (regno)) in gdbsim_store_register()
|
| H A D | remote.c | 3617 int nr_bytes; in remote_write_bytes() local 3684 for (nr_bytes = 0; in remote_write_bytes() 3686 nr_bytes++) in remote_write_bytes() 3688 switch (myaddr[nr_bytes] & 0xff) in remote_write_bytes() 3695 *p++ = (myaddr[nr_bytes] & 0xff) ^ 0x20; in remote_write_bytes() 3698 *p++ = myaddr[nr_bytes] & 0xff; in remote_write_bytes() 3702 if (nr_bytes < todo) in remote_write_bytes() 3708 plen += hexnumnstr (plen, (ULONGEST) nr_bytes, plenlen); in remote_write_bytes() 3716 nr_bytes = bin2hex (myaddr, p, todo); in remote_write_bytes() 3717 p += 2 * nr_bytes; in remote_write_bytes() [all …]
|
| H A D | gdbarch.h | 1028 typedef int (gdbarch_register_bytes_ok_ftype) (long nr_bytes); 1029 extern int gdbarch_register_bytes_ok (struct gdbarch *gdbarch, long nr_bytes); 1035 #define REGISTER_BYTES_OK(nr_bytes) (gdbarch_register_bytes_ok (current_gdbarch, nr_bytes)) argument
|
| H A D | ia64-tdep.c | 3259 CORE_ADDR memaddr, int nr_bytes, in ia64_remote_translate_xfer_address() argument 3263 *targ_len = nr_bytes; in ia64_remote_translate_xfer_address()
|
| H A D | gdbarch.c | 2014 XSTRING (REGISTER_BYTES_OK (nr_bytes))); in gdbarch_dump() 3692 gdbarch_register_bytes_ok (struct gdbarch *gdbarch, long nr_bytes) in gdbarch_register_bytes_ok() argument 3698 return gdbarch->register_bytes_ok (nr_bytes); in gdbarch_register_bytes_ok()
|
| /freebsd-12.1/contrib/gdb/include/gdb/ |
| H A D | sim-d10v.h | 59 int nr_bytes, 66 int nr_bytes, 73 int nr_bytes,
|
| /freebsd-12.1/contrib/gdb/gdb/mi/ |
| H A D | mi-main.c | 809 int nr_bytes; in mi_cmd_data_read_memory() local 908 nr_bytes = 0; in mi_cmd_data_read_memory() 909 while (nr_bytes < total_bytes) in mi_cmd_data_read_memory() 912 long num = target_read_memory_partial (addr + nr_bytes, mbuf + nr_bytes, in mi_cmd_data_read_memory() 913 total_bytes - nr_bytes, in mi_cmd_data_read_memory() 917 nr_bytes += num; in mi_cmd_data_read_memory() 922 ui_out_field_int (uiout, "nr-bytes", nr_bytes); in mi_cmd_data_read_memory() 952 if (col_byte + word_size > nr_bytes) in mi_cmd_data_read_memory() 971 if (byte >= nr_bytes) in mi_cmd_data_read_memory()
|
| /freebsd-12.1/sys/dev/mlx4/mlx4_en/ |
| H A D | en.h | 236 u32 nr_bytes; member
|