Searched refs:target_sections (Results 1 - 7 of 7) sorted by relevance

/netbsd-current/external/gpl3/gdb.old/dist/gdb/
H A Dprogspace.h328 struct target_section_table target_sections {}; struct in struct:program_space
367 #define current_target_sections (&current_program_space->target_sections)
H A Dexec.c807 if (inf->pspace->target_sections.sections
808 != inf->pspace->target_sections.sections_end)
823 if (current_program_space->target_sections.sections
824 != current_program_space->target_sections.sections_end)
H A Dprogspace.c160 clear_section_table (&this->target_sections);
/netbsd-current/external/gpl3/gdb/dist/gdb/
H A Dprogspace.h303 target_section_table &target_sections () function in struct:program_space
H A Dexec.c683 if (!vfork_child->pspace->target_sections ().empty ())
983 print_section_info (&current_program_space->target_sections (),
1004 for (target_section &p : current_program_space->target_sections ())
1028 for (target_section &p : current_program_space->target_sections ())
1045 return !current_program_space->target_sections ().empty ();
H A Dsolib.c1583 : current_program_space->target_sections ())
H A Dtarget.c1399 return &current_program_space->target_sections ();

Completed in 105 milliseconds