Searched refs:nr_bytes (Results 1 – 7 of 7) sorted by relevance
| /mirbsd/src/gnu/usr.bin/binutils/gdb/ |
| D | remote-sim.c | 300 int nr_bytes; in gdbsim_fetch_register() local 310 int nr_bytes; in gdbsim_fetch_register() local 313 nr_bytes = sim_fetch_register (gdbsim_desc, in gdbsim_fetch_register() 316 if (nr_bytes > 0 && nr_bytes != register_size (current_gdbarch, regno) && warn_user) in gdbsim_fetch_register() 322 nr_bytes, register_size (current_gdbarch, regno)); in gdbsim_fetch_register() 355 int nr_bytes; in gdbsim_store_register() local 357 nr_bytes = sim_store_register (gdbsim_desc, in gdbsim_store_register() 360 if (nr_bytes > 0 && nr_bytes != register_size (current_gdbarch, regno)) in gdbsim_store_register()
|
| D | remote.c | 3649 int nr_bytes; in remote_write_bytes() local 3725 for (nr_bytes = 0; in remote_write_bytes() 3726 (nr_bytes < todo) && (p - payload_start) < payload_size; in remote_write_bytes() 3727 nr_bytes++) in remote_write_bytes() 3729 switch (myaddr[nr_bytes] & 0xff) in remote_write_bytes() 3736 *p++ = (myaddr[nr_bytes] & 0xff) ^ 0x20; in remote_write_bytes() 3739 *p++ = myaddr[nr_bytes] & 0xff; in remote_write_bytes() 3743 if (nr_bytes < todo) in remote_write_bytes() 3749 plen += hexnumnstr (plen, (ULONGEST) nr_bytes, plenlen); in remote_write_bytes() 3757 nr_bytes = bin2hex (myaddr, p, todo); in remote_write_bytes() [all …]
|
| D | gdbarch.h | 634 typedef int (gdbarch_register_bytes_ok_ftype) (long nr_bytes); 635 extern int gdbarch_register_bytes_ok (struct gdbarch *gdbarch, long nr_bytes); 641 #define REGISTER_BYTES_OK(nr_bytes) (gdbarch_register_bytes_ok (current_gdbarch, nr_bytes)) argument
|
| D | gdbarch.sh | 488 F:=:int:register_bytes_ok:long nr_bytes:nr_bytes
|
| D | gdbarch.c | 1451 XSTRING (REGISTER_BYTES_OK (nr_bytes))); in gdbarch_dump() 2549 gdbarch_register_bytes_ok (struct gdbarch *gdbarch, long nr_bytes) in gdbarch_register_bytes_ok() argument 2555 return gdbarch->register_bytes_ok (nr_bytes); in gdbarch_register_bytes_ok()
|
| D | ia64-tdep.c | 3519 CORE_ADDR memaddr, int nr_bytes, in ia64_remote_translate_xfer_address() argument 3523 *targ_len = nr_bytes; in ia64_remote_translate_xfer_address()
|
| /mirbsd/src/gnu/usr.bin/binutils/include/gdb/ |
| D | sim-d10v.h | 59 int nr_bytes, 66 int nr_bytes, 73 int nr_bytes,
|