| /freebsd-12.1/contrib/gdb/gdb/cli/ |
| H A D | cli-dump.c | 443 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 …]
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/DynamicLoader/POSIX-DYLD/ |
| H A D | DynamicLoaderPOSIXDYLD.cpp | 107 addr_t load_offset = ComputeLoadOffset(); in DidAttach() local 115 load_offset); in DidAttach() 120 bool rebase_exec = load_offset != LLDB_INVALID_ADDRESS; in DidAttach() 149 UpdateLoadedSections(executable_sp, LLDB_INVALID_ADDRESS, load_offset, in DidAttach() 180 addr_t load_offset; in DidLaunch() local 185 load_offset = ComputeLoadOffset(); in DidLaunch() 188 if (executable.get() && load_offset != LLDB_INVALID_ADDRESS) { in DidLaunch() 191 UpdateLoadedSections(executable, LLDB_INVALID_ADDRESS, load_offset, true); in DidLaunch()
|
| /freebsd-12.1/contrib/gdb/gdb/ |
| H A D | dsrec.c | 50 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 D | srec.h | 23 void load_srec (struct serial *desc, const char *file, bfd_vma load_offset,
|
| H A D | monitor.c | 2145 unsigned long load_offset; in monitor_load() local 2149 n = sscanf (file, "%s 0x%lx", buf, &load_offset); in monitor_load() 2153 load_offset = 0; in monitor_load() 2159 load_srec (monitor_desc, file, (bfd_vma) load_offset, in monitor_load()
|
| H A D | symfile.c | 1361 unsigned long load_offset; member 1381 CORE_ADDR lma = bfd_section_lma (abfd, asec) + args->load_offset; in load_section_callback() 1472 cbdata.load_offset = 0; /* Offset to add to vma for each section. */ in generic_load() 1487 cbdata.load_offset = strtoul (offptr, &endptr, 0); in generic_load() 1493 cbdata.load_offset = 0; in generic_load()
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/DynamicLoader/Hexagon-DYLD/ |
| H A D | DynamicLoaderHexagonDYLD.cpp | 123 addr_t load_offset; in DidAttach() local 129 load_offset = ComputeLoadOffset(); in DidAttach() 146 if (load_offset != LLDB_INVALID_ADDRESS) in DidAttach() 147 UpdateLoadedSections(executable, LLDB_INVALID_ADDRESS, load_offset, true); in DidAttach()
|
| /freebsd-12.1/sys/contrib/octeon-sdk/ |
| H A D | cvmx-dfm-defs.h | 1367 uint64_t load_offset : 1; /**< Load offset member 1392 uint64_t load_offset : 1;
|
| H A D | cvmx-lmcx-defs.h | 4738 uint64_t load_offset : 1; /**< Load offset member 4763 uint64_t load_offset : 1; 4800 uint64_t load_offset : 1; /**< Load offset member 4825 uint64_t load_offset : 1;
|
| /freebsd-12.1/contrib/gcc/config/arm/ |
| H A D | arm.c | 5837 HOST_WIDE_INT *load_offset) in load_multiple_sequence() argument 5951 *load_offset = unsorted_offsets[order[0]]; in load_multiple_sequence() 6064 HOST_WIDE_INT * load_offset) in store_multiple_sequence() argument 6175 *load_offset = unsorted_offsets[order[0]]; in store_multiple_sequence()
|