Home
last modified time | relevance | path

Searched refs:target_section (Results 1 – 14 of 14) sorted by relevance

/dragonfly/contrib/gdb-7/gdb/
H A Dexec.h27 struct target_section;
40 extern int build_section_table (struct bfd *, struct target_section **,
41 struct target_section **);
56 struct target_section *sections,
57 struct target_section *sections_end);
78 struct target_section *,
79 struct target_section *,
93 struct target_section *sections,
94 struct target_section *sections_end);
H A Dexec.c381 struct target_section **table_pp = (struct target_section **) table_pp_char; in add_to_section_table()
434 struct target_section **end) in build_section_table()
456 struct target_section *sections, in add_target_sections()
490 struct target_section *src, *dest; in remove_target_sections()
587 struct target_section *sections, in VEC()
590 struct target_section *p; in VEC()
623 struct target_section *sections, in section_table_xfer_memory_partial()
628 struct target_section *p; in section_table_xfer_memory_partial()
709 struct target_section *p; in print_section_info()
808 struct target_section *p; in set_section_command()
[all …]
H A Dsolist.h71 struct target_section *sections;
72 struct target_section *sections_end;
85 struct target_section *);
H A Dsymfile.h28 struct target_section;
501 *build_section_addr_info_from_section_table (const struct target_section
503 const struct target_section
H A Dsolib-svr4.c541 struct target_section *target_section; in scan_dyntag() local
558 for (target_section = current_target_sections->sections; in scan_dyntag()
559 target_section < current_target_sections->sections_end; in scan_dyntag()
560 target_section++) in scan_dyntag()
561 if (sect == target_section->the_bfd_section) in scan_dyntag()
563 if (target_section < current_target_sections->sections_end) in scan_dyntag()
564 dyn_addr = target_section->addr; in scan_dyntag()
2275 struct target_section *sec) in svr4_relocate_section_addresses()
H A Dtarget.h1881 struct target_section struct
1901 struct target_section *sections; argument
1902 struct target_section *sections_end;
1906 struct target_section *target_section_by_addr (struct target_ops *target,
H A Dgdbcore.h208 struct target_section *deprecated_core_resize_section_table (int num_added);
H A Drecord-full.c164 struct target_section *p;
170 static struct target_section *record_full_core_start;
171 static struct target_section *record_full_core_end;
2187 struct target_section *p; in record_full_core_xfer_partial()
H A Dsolib.c453 struct target_section *p; in solib_map_sections()
1065 struct target_section *p; in solib_contains_address_p()
H A Dsolib-target.c334 struct target_section *sec) in solib_target_relocate_section_addresses()
H A Dcorelow.c475 struct target_section *
H A Dtarget.c1323 struct target_section *
1327 struct target_section *secp; in target_section_by_addr()
1377 struct target_section *secp; in memory_xfer_live_readonly_partial()
1385 struct target_section *p; in memory_xfer_live_readonly_partial()
1456 struct target_section *secp; in memory_xfer_partial_1()
H A Dsymfile.c221 build_section_addr_info_from_section_table (const struct target_section *start, in build_section_addr_info_from_section_table()
222 const struct target_section *end) in build_section_addr_info_from_section_table()
225 const struct target_section *stp; in build_section_addr_info_from_section_table()
/dragonfly/gnu/usr.bin/gdb/kgdb/
H A Dkld.c208 adjust_section_address (struct target_section *sec, CORE_ADDR *curr_base) in adjust_section_address()
230 struct target_section *sections = NULL, *sections_end = NULL, *s; in load_kld()
311 kld_relocate_section_addresses (struct so_list *so, struct target_section *sec) in kld_relocate_section_addresses()