Searched refs:sizeof_buf (Results 1 – 7 of 7) sorted by relevance
| /openbsd/src/gnu/usr.bin/binutils/gdb/testsuite/gdb.base/ |
| D | sizeof.c | 54 fill (void *buf, long sizeof_buf) in fill() argument 58 for (i = 0; i < sizeof_buf; i++) in fill()
|
| /openbsd/src/gnu/usr.bin/binutils/gdb/ |
| D | remote.h | 31 extern void getpkt (char *buf, long sizeof_buf, int forever);
|
| D | remote.c | 61 static int getpkt_sane (char *buf, long sizeof_buf, int forever); 109 static void remote_send (char *buf, long sizeof_buf); 137 static long read_frame (char *buf, long sizeof_buf); 3580 long sizeof_buf; in remote_write_bytes() local 3592 sizeof_buf = get_memory_write_packet_size () + 1; in remote_write_bytes() 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 3735 sizeof_buf = max_buf_size + 1; /* Space for trailing NUL */ in remote_read_bytes() 3736 buf = alloca (sizeof_buf); in remote_read_bytes() [all …]
|
| 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
|
| 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()
|
| D | tracepoint.c | 197 long sizeof_buf) in remote_get_noisy_reply() argument 202 getpkt (buf, sizeof_buf, 0); in remote_get_noisy_reply()
|
| 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
|