Home
last modified time | relevance | path

Searched refs:load_offset (Results 1 – 10 of 10) sorted by relevance

/openbsd-src/gnu/usr.bin/binutils/gdb/cli/
H A Dcli-dump.c443 unsigned long load_offset; member
502 if (data->load_offset != 0 || data->load_start != 0 || data->load_end != 0) in restore_section_callback()
505 + sec_offset + data->load_offset), in restore_section_callback()
507 + data->load_offset + sec_load_count)); in restore_section_callback()
512 ret = target_write_memory (sec_start + sec_offset + data->load_offset, in restore_section_callback()
548 (unsigned long) data->load_start + data->load_offset, in restore_binary_file()
549 (unsigned long) data->load_start + data->load_offset + len); in restore_binary_file()
562 len = target_write_memory (data->load_start + data->load_offset, buf, len); in restore_binary_file()
579 data.load_offset = 0; in restore_command()
598 data.load_offset = in restore_command()
[all …]
/openbsd-src/gnu/llvm/lldb/source/Plugins/DynamicLoader/POSIX-DYLD/
H A DDynamicLoaderPOSIXDYLD.cpp96 addr_t load_offset = ComputeLoadOffset(); in DidAttach() local
104 load_offset); in DidAttach()
109 bool rebase_exec = load_offset != LLDB_INVALID_ADDRESS; in DidAttach()
138 UpdateLoadedSections(executable_sp, LLDB_INVALID_ADDRESS, load_offset, in DidAttach()
172 addr_t load_offset; in DidLaunch() local
177 load_offset = ComputeLoadOffset(); in DidLaunch()
180 if (executable.get() && load_offset != LLDB_INVALID_ADDRESS) { in DidLaunch()
183 UpdateLoadedSections(executable, LLDB_INVALID_ADDRESS, load_offset, true); in DidLaunch()
/openbsd-src/gnu/usr.bin/binutils/gdb/
H A Ddsrec.c50 load_srec (struct serial *desc, const char *file, bfd_vma load_offset, in load_srec() argument
95 bfd_vma addr = bfd_get_section_vma (abfd, s) + load_offset; in load_srec()
H A Dsrec.h23 void load_srec (struct serial *desc, const char *file, bfd_vma load_offset,
H A Dmonitor.c2146 unsigned long load_offset; in monitor_load() local
2150 n = sscanf (file, "%s 0x%lx", buf, &load_offset); in monitor_load()
2154 load_offset = 0; in monitor_load()
2160 load_srec (monitor_desc, file, (bfd_vma) load_offset, in monitor_load()
H A Dsymfile.c1391 unsigned long load_offset; member
1411 CORE_ADDR lma = bfd_section_lma (abfd, asec) + args->load_offset; in load_section_callback()
1503 cbdata.load_offset = 0; /* Offset to add to vma for each section. */ in generic_load()
1518 cbdata.load_offset = strtoul (offptr, &endptr, 0); in generic_load()
1524 cbdata.load_offset = 0; in generic_load()
H A DChangeLog-1996195 (load_srec): New argument load_offset. Print download stats.
/openbsd-src/gnu/llvm/lldb/source/Plugins/DynamicLoader/Hexagon-DYLD/
H A DDynamicLoaderHexagonDYLD.cpp116 addr_t load_offset; in DidAttach() local
122 load_offset = ComputeLoadOffset(); in DidAttach()
139 if (load_offset != LLDB_INVALID_ADDRESS) in DidAttach()
140 UpdateLoadedSections(executable, LLDB_INVALID_ADDRESS, load_offset, true); in DidAttach()
/openbsd-src/gnu/usr.bin/gcc/gcc/config/arm/
H A Darm.c3923 load_multiple_sequence (operands, nops, regs, base, load_offset) in load_multiple_sequence() argument
3928 HOST_WIDE_INT * load_offset;
4044 *load_offset = unsorted_offsets[order[0]];
4158 store_multiple_sequence (operands, nops, regs, base, load_offset) in store_multiple_sequence() argument
4163 HOST_WIDE_INT * load_offset;
4276 *load_offset = unsorted_offsets[order[0]];
/openbsd-src/gnu/gcc/gcc/config/arm/
H A Darm.c5827 HOST_WIDE_INT *load_offset) in load_multiple_sequence() argument
5941 *load_offset = unsorted_offsets[order[0]]; in load_multiple_sequence()
6054 HOST_WIDE_INT * load_offset) in store_multiple_sequence() argument
6165 *load_offset = unsorted_offsets[order[0]]; in store_multiple_sequence()