Searched refs:to_sections (Results 1 – 12 of 12) sorted by relevance
| /NextBSD/contrib/gdb/gdb/ |
| HD | exec.c | 142 if (exec_ops.to_sections) in exec_close() 144 xfree (exec_ops.to_sections); in exec_close() 145 exec_ops.to_sections = NULL; in exec_close() 249 if (build_section_table (exec_bfd, &exec_ops.to_sections, in exec_file_attach() 472 for (p = target->to_sections; p < target->to_sections_end; p++) in xfer_memory() 539 for (p = t->to_sections; p < t->to_sections_end; p++) in print_section_info() 601 for (sect = exec_ops.to_sections; in exec_set_section_offsets() 647 for (p = exec_ops.to_sections; p < exec_ops.to_sections_end; p++) in set_section_command()
|
| HD | bfd-target.c | 65 start = targ->to_sections; in build_target_sections_from_bfd() 66 cl.end = targ->to_sections; in build_target_sections_from_bfd() 115 xfree (t->to_sections); in target_bfd_xclose()
|
| HD | rs6000-nat.c | 939 if (!vmap || !exec_ops.to_sections) in vmap_exec() 942 for (i = 0; &exec_ops.to_sections[i] < exec_ops.to_sections_end; i++) in vmap_exec() 944 if (DEPRECATED_STREQ (".text", exec_ops.to_sections[i].the_bfd_section->name)) in vmap_exec() 946 exec_ops.to_sections[i].addr += vmap->tstart - vmap->tvma; in vmap_exec() 947 exec_ops.to_sections[i].endaddr += vmap->tstart - vmap->tvma; in vmap_exec() 949 else if (DEPRECATED_STREQ (".data", exec_ops.to_sections[i].the_bfd_section->name)) in vmap_exec() 951 exec_ops.to_sections[i].addr += vmap->dstart - vmap->dvma; in vmap_exec() 952 exec_ops.to_sections[i].endaddr += vmap->dstart - vmap->dvma; in vmap_exec() 954 else if (DEPRECATED_STREQ (".bss", exec_ops.to_sections[i].the_bfd_section->name)) in vmap_exec() 956 exec_ops.to_sections[i].addr += vmap->dstart - vmap->dvma; in vmap_exec() [all …]
|
| HD | target.c | 443 INHERIT (to_sections, t); in update_current_target() 834 for (secp = target->to_sections; in target_section_by_addr() 1397 old_value = target->to_sections; in target_resize_to_sections() 1399 if (target->to_sections) in target_resize_to_sections() 1401 old_count = target->to_sections_end - target->to_sections; in target_resize_to_sections() 1402 target->to_sections = (struct section_table *) in target_resize_to_sections() 1403 xrealloc ((char *) target->to_sections, in target_resize_to_sections() 1409 target->to_sections = (struct section_table *) in target_resize_to_sections() 1412 target->to_sections_end = target->to_sections + (num_added + old_count); in target_resize_to_sections() 1422 if ((*t)->to_sections == old_value) in target_resize_to_sections() [all …]
|
| HD | corelow.c | 218 if (core_ops.to_sections) in core_close() 220 xfree (core_ops.to_sections); in core_close() 221 core_ops.to_sections = NULL; in core_close() 343 if (build_section_table (core_bfd, &core_ops.to_sections, in core_open()
|
| HD | win32-nat.c | 2265 update_coreops = core_ops.to_sections == target->to_sections; in map_single_dll_code_section() 2267 if (target->to_sections) in map_single_dll_code_section() 2269 old = target->to_sections_end - target->to_sections; in map_single_dll_code_section() 2270 target->to_sections = (struct section_table *) in map_single_dll_code_section() 2271 xrealloc ((char *) target->to_sections, in map_single_dll_code_section() 2277 target->to_sections = (struct section_table *) in map_single_dll_code_section() 2280 target->to_sections_end = target->to_sections + (1 + old); in map_single_dll_code_section() 2286 core_ops.to_sections = target->to_sections; in map_single_dll_code_section() 2289 new_target_sect_ptr = target->to_sections + old; in map_single_dll_code_section()
|
| HD | solib.c | 516 memcpy (target->to_sections + space, in update_solib_list()
|
| HD | target.h | 392 *to_sections; member
|
| HD | pa64solib.c | 366 memcpy ((char *) (target->to_sections + old), in pa64_solib_load_symbols()
|
| HD | somsolib.c | 392 memcpy ((char *) (target->to_sections + old), in som_solib_load_symbols()
|
| /NextBSD/gnu/usr.bin/gdb/kgdb/ |
| HD | trgt.c | 189 if (kgdb_trgt_ops.to_sections) { in kgdb_trgt_close() 190 xfree(kgdb_trgt_ops.to_sections); in kgdb_trgt_close() 191 kgdb_trgt_ops.to_sections = NULL; in kgdb_trgt_close()
|
| /NextBSD/gnu/usr.bin/gdb/libgdb/ |
| HD | fbsd-threads.c | 1491 fbsd_core_ops.to_sections = 0; in init_fbsd_core_ops()
|