Searched refs:current_target_sections (Results 1 - 4 of 4) sorted by relevance

/netbsd-current/external/gpl3/gdb.old/dist/gdb/
H A Dexec.c186 clear_section_table (current_target_sections);
686 struct target_section_table *table = current_target_sections;
726 struct target_section_table *table = current_target_sections;
773 struct target_section_table *table = current_target_sections;
1034 return current_target_sections;
1133 print_section_info (current_target_sections, exec_bfd);
1159 table = current_target_sections;
1189 table = current_target_sections;
1207 return (current_target_sections->sections
1208 != current_target_sections
[all...]
H A Dprogspace.h367 #define current_target_sections (&current_program_space->target_sections) macro
H A Dsolib-dsbt.c427 for (target_section = current_target_sections->sections;
428 target_section < current_target_sections->sections_end;
432 if (target_section < current_target_sections->sections_end)
H A Dsolib-svr4.c645 for (target_section = current_target_sections->sections;
646 target_section < current_target_sections->sections_end;
650 if (target_section < current_target_sections->sections_end)

Completed in 260 milliseconds