Lines Matching refs:exec_ops
72 struct target_ops exec_ops; variable
138 if (exec_ops.to_sections) in exec_close()
140 xfree (exec_ops.to_sections); in exec_close()
141 exec_ops.to_sections = NULL; in exec_close()
142 exec_ops.to_sections_end = NULL; in exec_close()
150 unpush_target (&exec_ops); in exec_file_clear()
179 unpush_target (&exec_ops); in exec_file_attach()
246 if (build_section_table (exec_bfd, &exec_ops.to_sections, in exec_file_attach()
247 &exec_ops.to_sections_end)) in exec_file_attach()
257 DEPRECATED_HPUX_TEXT_END (&exec_ops); in exec_file_attach()
264 push_target (&exec_ops); in exec_file_attach()
599 for (sect = exec_ops.to_sections; in exec_set_section_offsets()
600 sect < exec_ops.to_sections_end; in exec_set_section_offsets()
645 for (p = exec_ops.to_sections; p < exec_ops.to_sections_end; p++) in set_section_command()
654 exec_files_info (&exec_ops); in set_section_command()
684 exec_ops.to_find_memory_regions = func; in exec_set_find_memory_regions()
695 exec_ops.to_shortname = "exec"; in init_exec_ops()
696 exec_ops.to_longname = "Local exec file"; in init_exec_ops()
697 exec_ops.to_doc = "Use an executable file as a target.\n\ in init_exec_ops()
699 exec_ops.to_open = exec_open; in init_exec_ops()
700 exec_ops.to_close = exec_close; in init_exec_ops()
701 exec_ops.to_attach = find_default_attach; in init_exec_ops()
702 exec_ops.deprecated_xfer_memory = xfer_memory; in init_exec_ops()
703 exec_ops.to_files_info = exec_files_info; in init_exec_ops()
704 exec_ops.to_insert_breakpoint = ignore; in init_exec_ops()
705 exec_ops.to_remove_breakpoint = ignore; in init_exec_ops()
706 exec_ops.to_create_inferior = find_default_create_inferior; in init_exec_ops()
707 exec_ops.to_stratum = file_stratum; in init_exec_ops()
708 exec_ops.to_has_memory = 1; in init_exec_ops()
709 exec_ops.to_make_corefile_notes = exec_make_note_section; in init_exec_ops()
710 exec_ops.to_magic = OPS_MAGIC; in init_exec_ops()
752 add_target (&exec_ops); in _initialize_exec()