Home
last modified time | relevance | path

Searched refs:exec_ops (Results 1 – 16 of 16) sorted by relevance

/openbsd-src/gnu/usr.bin/binutils/gdb/
H A Dexec.c72 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()
[all …]
H A Drs6000-nat.c969 if (!vmap || !exec_ops.to_sections) in vmap_exec()
972 for (i = 0; &exec_ops.to_sections[i] < exec_ops.to_sections_end; i++) in vmap_exec()
974 if (DEPRECATED_STREQ (".text", exec_ops.to_sections[i].the_bfd_section->name)) in vmap_exec()
976 exec_ops.to_sections[i].addr += vmap->tstart - vmap->tvma; in vmap_exec()
977 exec_ops.to_sections[i].endaddr += vmap->tstart - vmap->tvma; in vmap_exec()
979 else if (DEPRECATED_STREQ (".data", exec_ops.to_sections[i].the_bfd_section->name)) in vmap_exec()
981 exec_ops.to_sections[i].addr += vmap->dstart - vmap->dvma; in vmap_exec()
982 exec_ops.to_sections[i].endaddr += vmap->dstart - vmap->dvma; in vmap_exec()
984 else if (DEPRECATED_STREQ (".bss", exec_ops.to_sections[i].the_bfd_section->name)) in vmap_exec()
986 exec_ops.to_sections[i].addr += vmap->dstart - vmap->dvma; in vmap_exec()
[all …]
H A Dexec.h31 extern struct target_ops exec_ops;
H A Dhppah-nat.c43 deprecated_hpux_text_end (struct target_ops *exec_ops) in deprecated_hpux_text_end() argument
52 for (p = exec_ops->to_sections; p < exec_ops->to_sections_end; p++) in deprecated_hpux_text_end()
H A Dsolib-svr4.c1186 && (exec_entry_point (exec_bfd, &exec_ops) != pc)) in svr4_relocate_main_executable()
1218 displacement = pc - exec_entry_point (exec_bfd, &exec_ops); in svr4_relocate_main_executable()
H A DChangeLog-19981813 (solib_add): Remove references to exec_ops.
1816 (solib_add): Update exec_ops.to_sections
2541 to_require_detach fields to exec_ops. These new
2694 (exec_ops): Add new target vector fields.
H A DChangeLog-19921663 exec.c (exec_ops),
1677 xcoffexec.c (exec_ops): added static initializer for
2017 * xcoffexec.c (exec_ops): child_attach and child_create_inferior
2072 * exec.c (exec_ops), core.c (core_ops): Replace child_attach and
H A DChangeLog-2003528 (handle_inferior_event): Pass current_target, instead of exec_ops,
540 (handle_inferior_event): Pass exec_ops to SOLIB_ADD.
1676 (svr4_relocate_main_executable): Ditto with exec_bfd and exec_ops.
1915 (exec_ops): Delete extern declaration.
1917 (exec_ops): Delete extern declaration.
1919 (exec_ops): Delete extern declaration.
H A DChangeLog-19913877 * exec.c (exec_ops): Add_syms_addr is valid in our tvec.
3885 * exec.c: Add add_syms_addr_command to exec_ops, so you can
H A DChangeLog-1990668 * exec.c: Add exec_ops, and push it as a target when an exec
H A DChangeLog-19999141 * exec.c (exec_ops): Don't initialize statically.
9142 (init_exec_ops): New function, fills in exec_ops.
H A DChangeLog-19952234 * exec.c (exec_ops): Likewise.
H A DChangeLog-19941062 of the exec_ops sections, reflect the freeing of the sections
H A DChangeLog12680 * exec.h (exec_ops): Make "extern".
H A DChangeLog-200214723 Allow the exec_ops vector for memory regions to be taken over.
/openbsd-src/gnu/usr.bin/binutils/gdb/config/pa/
H A Dnm-hppah.h48 extern void deprecated_hpux_text_end (struct target_ops *exec_ops);