Searched refs:sizeof_buf (Results 1 – 7 of 7) sorted by relevance
/openbsd/gnu/usr.bin/binutils/gdb/testsuite/gdb.base/ |
H A D | sizeof.c | 54 fill (void *buf, long sizeof_buf) in fill() argument 58 for (i = 0; i < sizeof_buf; i++) in fill()
|
/openbsd/gnu/usr.bin/binutils/gdb/ |
H A D | remote.h | 31 extern void getpkt (char *buf, long sizeof_buf, int forever);
|
H A D | remote.c | 3580 long sizeof_buf; in remote_write_bytes() local 3593 buf = alloca (sizeof_buf); in remote_write_bytes() 3693 getpkt (buf, sizeof_buf, 0); in remote_write_bytes() 3730 long sizeof_buf; in remote_read_bytes() local 3736 buf = alloca (sizeof_buf); in remote_read_bytes() 3859 long sizeof_buf) in remote_send() argument 3862 getpkt (buf, sizeof_buf, 0); in remote_send() 4021 long sizeof_buf) in read_frame() argument 4113 if (bc < sizeof_buf - 1) in read_frame() 4140 long sizeof_buf, in getpkt() argument [all …]
|
H A D | ui-file.c | 106 long sizeof_buf) in null_file_write() argument 122 for (i = 0; i < sizeof_buf; i++) in null_file_write() 134 long sizeof_buf) in null_file_read() argument
|
H A D | infttrace.c | 3579 int sizeof_buf) in read_from_register_save_state() argument 3587 (TTRACE_ARG_TYPE) sizeof_buf, in read_from_register_save_state() 3611 int sizeof_buf) in write_to_register_save_state() argument 3619 (TTRACE_ARG_TYPE) sizeof_buf, in write_to_register_save_state()
|
H A D | tracepoint.c | 197 long sizeof_buf) in remote_get_noisy_reply() argument 202 getpkt (buf, sizeof_buf, 0); in remote_get_noisy_reply()
|
H A D | ChangeLog-1999 | 601 * tracepoint.c (remote_get_noisy_reply): Add parameter sizeof_buf. 606 (remote_send): Add parameter sizeof_buf. 607 (getpkt): Add parameter sizeof_buf. Call read_frame passing in 608 sizeof_buf. 636 * (read_frame): Add sizeof_buf parameter. Don't allow repeat when
|