Searched refs:copy_offset (Results 1 - 5 of 5) sorted by relevance

/netbsd-current/external/gpl3/gdb/dist/gdbserver/
H A Dmem-break.cc1831 int copy_offset, copy_len, buf_offset; local
1850 copy_offset = start - jp->pc;
1855 fast_tracepoint_jump_shadow (jp) + copy_offset,
1863 int copy_offset, copy_len, buf_offset; local
1885 copy_offset = start - bp->pc;
1891 memcpy (buf + buf_offset, bp->old_data + copy_offset, copy_len);
1917 int copy_offset, copy_len, buf_offset; local
1938 copy_offset = start - jp->pc;
1941 memcpy (fast_tracepoint_jump_shadow (jp) + copy_offset,
1945 fast_tracepoint_jump_insn (jp) + copy_offset, copy_le
1952 int copy_offset, copy_len, buf_offset; local
[all...]
/netbsd-current/external/gpl3/gcc/dist/gcc/
H A Dtree-ssa-dse.cc241 poly_int64 copy_offset, ref_offset; local
249 if (!get_byte_aligned_range_contained_in_ref (copy, &copy_offset,
255 if (!get_byte_aligned_range_containing_ref (copy, &copy_offset,
261 || !ordered_p (copy_offset, ref_offset))
273 if (maybe_lt (copy_offset, ref_offset))
275 if (!(ref_offset - copy_offset).is_constant (&diff)
279 copy_offset = ref_offset;
282 if (!(copy_offset - ref_offset).is_constant (&diff)
292 if (!(copy_offset - ref_offset).is_constant (ret_offset))
H A Dregcprop.cc438 poly_uint64 copy_offset = bytes_per_reg * (copy_nregs - use_nregs);
440 = subreg_size_lowpart_offset (GET_MODE_SIZE (new_mode) + copy_offset,
/netbsd-current/external/gpl3/gdb.old/dist/gdbserver/
H A Dmem-break.cc1926 int copy_offset, copy_len, buf_offset; local
1945 copy_offset = start - jp->pc;
1950 fast_tracepoint_jump_shadow (jp) + copy_offset,
1958 int copy_offset, copy_len, buf_offset; local
1980 copy_offset = start - bp->pc;
1986 memcpy (buf + buf_offset, bp->old_data + copy_offset, copy_len);
2012 int copy_offset, copy_len, buf_offset; local
2033 copy_offset = start - jp->pc;
2036 memcpy (fast_tracepoint_jump_shadow (jp) + copy_offset,
2040 fast_tracepoint_jump_insn (jp) + copy_offset, copy_le
2047 int copy_offset, copy_len, buf_offset; local
[all...]
/netbsd-current/external/gpl3/gcc.old/dist/gcc/
H A Dregcprop.c437 poly_uint64 copy_offset = bytes_per_reg * (copy_nregs - use_nregs);
439 = subreg_size_lowpart_offset (GET_MODE_SIZE (new_mode) + copy_offset,

Completed in 197 milliseconds