Searched refs:sec_offset (Results 1 – 4 of 4) sorted by relevance
| /dflybsd-src/contrib/gdb-7/gdb/cli/ |
| H A D | cli-dump.c | 445 bfd_size_type sec_offset = 0; in restore_section_callback() local 469 sec_offset = data->load_start - sec_start; in restore_section_callback() 471 sec_load_count -= sec_offset; in restore_section_callback() 491 + sec_offset + data->load_offset), in restore_section_callback() 493 (unsigned long) sec_start + sec_offset in restore_section_callback() 499 ret = target_write_memory (sec_start + sec_offset + data->load_offset, in restore_section_callback() 500 buf + sec_offset, sec_load_count); in restore_section_callback()
|
| /dflybsd-src/contrib/gdb-7/gdb/ |
| H A D | record-full.c | 2194 ULONGEST sec_offset; in record_full_core_xfer_partial() local 2202 sec_offset = offset - p->addr; in record_full_core_xfer_partial() 2238 memcpy (entry->buf + sec_offset, writebuf, in record_full_core_xfer_partial() 2249 memcpy (readbuf, entry->buf + sec_offset, in record_full_core_xfer_partial()
|
| /dflybsd-src/contrib/binutils-2.27/binutils/ |
| H A D | dwarf.c | 4050 dwarf_vma line_offset = 0, sec_offset = curr - start, offset; in display_debug_macro() local 4065 (unsigned long) sec_offset); in display_debug_macro()
|
| /dflybsd-src/contrib/binutils-2.34/binutils/ |
| H A D | dwarf.c | 5369 dwarf_vma line_offset = 0, sec_offset = curr - start, offset; in display_debug_macro() local 5384 (unsigned long) sec_offset); in display_debug_macro()
|