Lines Matching refs:load_offset
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()
617 filename, (unsigned long) data.load_offset, in restore_command()