Home
last modified time | relevance | path

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

/openbsd/src/gnu/usr.bin/binutils/gdb/gdbserver/
Dmem-break.c222 int copy_offset, copy_len, buf_offset; in check_mem_read() local
238 copy_offset = start - bp->pc; in check_mem_read()
241 memcpy (buf + buf_offset, bp->old_data + copy_offset, copy_len); in check_mem_read()
255 int copy_offset, copy_len, buf_offset; in check_mem_write() local
271 copy_offset = start - bp->pc; in check_mem_write()
274 memcpy (bp->old_data + copy_offset, buf + buf_offset, copy_len); in check_mem_write()
276 memcpy (buf + buf_offset, breakpoint_data + copy_offset, copy_len); in check_mem_write()
/openbsd/src/gnu/usr.bin/gcc/gcc/
Dregrename.c1339 int copy_offset local
1342 = GET_MODE_SIZE (orig_mode) - GET_MODE_SIZE (new_mode) - copy_offset;
/openbsd/src/gnu/gcc/gcc/
Dregrename.c1345 int copy_offset in maybe_mode_change() local
1348 = GET_MODE_SIZE (orig_mode) - GET_MODE_SIZE (new_mode) - copy_offset; in maybe_mode_change()
/openbsd/src/gnu/usr.bin/binutils-2.17/bfd/
DChangeLog-94955780 * libelf.h (struct elf_link_hash_entry): Remove copy_offset field.
5812 copy_offset. Initialize got_offset and plt_offset.
5832 set copy_offset, just set ELF_LINK_HASH_NEEDS_COPY.
5862 set copy_offset, just set ELF_LINK_HASH_NEEDS_COPY.
5903 copy_offset field.
5908 initialize copy_offset.
5909 * elf32-i386.c (elf_i386_adjust_dynamic_symbol): Use copy_offset
5913 * elf32-i386.c (elf_i386_finish_dynamic_symbol): Use copy_offset,
/openbsd/src/gnu/usr.bin/binutils/bfd/
DChangeLog-94955780 * libelf.h (struct elf_link_hash_entry): Remove copy_offset field.
5812 copy_offset. Initialize got_offset and plt_offset.
5832 set copy_offset, just set ELF_LINK_HASH_NEEDS_COPY.
5862 set copy_offset, just set ELF_LINK_HASH_NEEDS_COPY.
5903 copy_offset field.
5908 initialize copy_offset.
5909 * elf32-i386.c (elf_i386_adjust_dynamic_symbol): Use copy_offset
5913 * elf32-i386.c (elf_i386_finish_dynamic_symbol): Use copy_offset,