Home | History | Annotate | Download | only in gdbserver

Lines Matching defs:copy_len

1841       int copy_offset, copy_len, buf_offset;
1859 copy_len = end - start;
1866 copy_len);
1873 copy_len, buf_offset;
1894 copy_len = end - start;
1901 memcpy (buf + buf_offset, bp->old_data + copy_offset, copy_len);
1927 int copy_offset, copy_len, buf_offset;
1947 copy_len = end - start;
1952 myaddr + buf_offset, copy_len);
1955 fast_tracepoint_jump_insn (jp) + copy_offset, copy_len);
1962 int copy_offset, copy_len, buf_offset;
1983 copy_len = end - start;
1987 memcpy (bp->old_data + copy_offset, myaddr + buf_offset, copy_len);
1991 memcpy (buf + buf_offset, bp_opcode (bp) + copy_offset, copy_len);