Searched refs:exec_ops (Results 1 – 16 of 16) sorted by relevance
| /openbsd-src/gnu/usr.bin/binutils/gdb/ |
| H A D | exec.c | 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() [all …]
|
| H A D | rs6000-nat.c | 969 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 D | exec.h | 31 extern struct target_ops exec_ops;
|
| H A D | hppah-nat.c | 43 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 D | solib-svr4.c | 1186 && (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 D | ChangeLog-1998 | 1813 (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 D | ChangeLog-1992 | 1663 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 D | ChangeLog-2003 | 528 (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 D | ChangeLog-1991 | 3877 * 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 D | ChangeLog-1990 | 668 * exec.c: Add exec_ops, and push it as a target when an exec
|
| H A D | ChangeLog-1999 | 9141 * exec.c (exec_ops): Don't initialize statically. 9142 (init_exec_ops): New function, fills in exec_ops.
|
| H A D | ChangeLog-1995 | 2234 * exec.c (exec_ops): Likewise.
|
| H A D | ChangeLog-1994 | 1062 of the exec_ops sections, reflect the freeing of the sections
|
| H A D | ChangeLog | 12680 * exec.h (exec_ops): Make "extern".
|
| H A D | ChangeLog-2002 | 14723 Allow the exec_ops vector for memory regions to be taken over.
|
| /openbsd-src/gnu/usr.bin/binutils/gdb/config/pa/ |
| H A D | nm-hppah.h | 48 extern void deprecated_hpux_text_end (struct target_ops *exec_ops);
|