Home
last modified time | relevance | path

Searched refs:resize_section_table (Results 1 – 4 of 4) sorted by relevance

/dflybsd-src/contrib/gdb-7/gdb/
H A Dexec.c152 resize_section_table in exec_close_1()
154 -resize_section_table (current_target_sections, 0)); in exec_close_1()
402 resize_section_table (struct target_section_table *table, int num_added) in resize_section_table() function
466 int space = resize_section_table (table, count); in add_target_sections()
508 old_count = resize_section_table (table, dest - src); in remove_target_sections()
H A Dexec.h46 extern int resize_section_table (struct target_section_table *, int);
H A Dprogspace.c153 resize_section_table (&pspace->target_sections, in release_program_space()
154 -resize_section_table (&pspace->target_sections, 0)); in release_program_space()
H A Dcorelow.c480 old_count = resize_section_table (core_data, num_added); in deprecated_core_resize_section_table()