Searched refs:load_end (Results 1 – 1 of 1) sorted by relevance
430 CORE_ADDR load_end; member457 || (data->load_end > 0 && sec_start >= data->load_end)) in restore_section_callback()472 if (data->load_end > 0 && sec_end > data->load_end) in restore_section_callback()473 sec_load_count -= sec_end - data->load_end; in restore_section_callback()487 if (data->load_offset != 0 || data->load_start != 0 || data->load_end != 0) in restore_section_callback()529 if (data->load_end != 0 && data->load_end < len) in restore_binary_file()530 len = data->load_end; in restore_binary_file()571 data.load_end = 0; in restore_command()598 data.load_end = parse_and_eval_long (args); in restore_command()599 if (data.load_end <= data.load_start) in restore_command()[all …]